入库单-接口
This commit is contained in:
@@ -22,6 +22,12 @@ namespace WMS.Web.Core.Dto
|
||||
/// 盘点结果类型
|
||||
/// </summary>
|
||||
public Dictionary<string, string> TakeStockType { get; set; } = new Dictionary<string, string>();
|
||||
/// <summary>
|
||||
/// 入库单类型
|
||||
/// </summary>
|
||||
public Dictionary<string, string> InstockType { get; set; } = new Dictionary<string, string>();
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user