提交代码

This commit is contained in:
hehaibing-1996
2024-04-19 08:47:45 +08:00
parent e89b64ea3a
commit d40c3f253a
46 changed files with 2500 additions and 57 deletions

View File

@ -37,9 +37,9 @@ namespace WCS.BLL.HardWare
/// </summary>
public Mode CurentMode { get; set; }
public MatInfoModel InStoreData { get; set; }
public MatInfoResponse InStoreData { get; set; }
public string OutOrderNumber { get; set; }//出库模式中的单据
public string OrderNumber { get; set; }//出库/盘点模式中的单据
public string ModulesStr { get; set; }