提交代码

This commit is contained in:
hehaibing-1996
2024-04-25 09:48:38 +08:00
parent aaf7c17562
commit a1199028b3
22 changed files with 861 additions and 196 deletions

View File

@ -32,6 +32,9 @@ namespace WCS.BLL.HardWare
/// </summary>
public int ColumnCounts { get; set; }
public int LightId { get; set; }
public List<int> ModuleIds { get; set; }
public string ClientIp { get; set; }
/// <summary>
/// 货架当前模式
/// </summary>
@ -39,6 +42,8 @@ namespace WCS.BLL.HardWare
public MatInfoResponse InStoreData { get; set; }
public List<string> ExceptionMessages { get; set; }
public string OrderNumber { get; set; }//出库/盘点模式中的单据号
public string ModulesStr { get; set; }