出入库回退上下架
This commit is contained in:
@@ -30,6 +30,10 @@ namespace WMS.Web.Core.Dto
|
||||
/// 入库状态
|
||||
/// </summary>
|
||||
public Dictionary<string, string> InstockStatus { get; set; } = new Dictionary<string, string>();
|
||||
/// <summary>
|
||||
/// 类型:1为入库回退下架,2为出库回退上架
|
||||
/// </summary>
|
||||
public Dictionary<string, string> BackRecordType { get; set; } = new Dictionary<string, string>();
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user