入库功能

This commit is contained in:
qianhao.xu
2024-03-15 17:55:50 +08:00
parent 9b9aedfa37
commit 2099805a6b
11 changed files with 331 additions and 95 deletions

View File

@@ -16,7 +16,7 @@ namespace ZR.Model.MES.wms.Dto
/// </summary>
public string location { set; get; }
/// <summary>
/// 箱子列表
/// 箱子列表(原始外箱标签码)
/// </summary>
public string[] packagelist { set; get; }
}