必填参数
This commit is contained in:
@@ -42,6 +42,7 @@ namespace WMS.Web.Core.Dto.InStock
|
||||
/// <summary>
|
||||
/// 组织编码:仓位-仓库-带出
|
||||
/// </summary>
|
||||
[Required(ErrorMessage = "组织不能为空")]
|
||||
public string OrgCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
@@ -58,6 +59,7 @@ namespace WMS.Web.Core.Dto.InStock
|
||||
/// <summary>
|
||||
/// 对应金蝶的明细ID
|
||||
/// </summary>
|
||||
[Required(ErrorMessage = "ERP明细标识不能为空")]
|
||||
public int ErpDetailId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user