上架多加了个参数
This commit is contained in:
@@ -23,6 +23,11 @@ namespace WMS.Web.Core.Dto.InStock
|
||||
[Required(ErrorMessage = "上架方式不能为空")]
|
||||
public int ShelfMethod { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 组织编码:这个值是可以通过模糊搜索仓位带出来仓库也会一并带出这个值
|
||||
/// </summary>
|
||||
public string OrgCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 仓库编码
|
||||
///</summary>
|
||||
|
||||
@@ -39,6 +39,11 @@ namespace WMS.Web.Core.Dto.InStock
|
||||
[Required(ErrorMessage = "组织不能为空")]
|
||||
public int OrgId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 组织编码:这个值是可以通过模糊搜索仓位带出来仓库也会一并带出这个值
|
||||
/// </summary>
|
||||
public string OrgCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 仓库编码
|
||||
///</summary>
|
||||
|
||||
Reference in New Issue
Block a user