提交代码
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user