入库接口调整
This commit is contained in:
@@ -26,8 +26,12 @@ namespace WMS.Web.Core.Dto
|
||||
/// 入库单类型
|
||||
/// </summary>
|
||||
public Dictionary<string, string> InstockType { get; set; } = new Dictionary<string, string>();
|
||||
/// <summary>
|
||||
/// 入库状态
|
||||
/// </summary>
|
||||
public Dictionary<string, string> InstockStatus { get; set; } = new Dictionary<string, string>();
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user