生成电梯任务与判断一托延迟处理,生产入库调整

This commit is contained in:
2024-09-02 09:04:57 +08:00
parent d493a9322e
commit 6536f4f8e3
12 changed files with 251 additions and 162 deletions

View File

@@ -19,7 +19,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
public string type { get; set; }
public string create_id { get; set; }
public string prd_report_id { get; set; }
public List<WmsPrdInstockDInput> prdInstockDs { get; set; }
public WmsPrdInstockDInput prdInstockD { get; set; }
public List<WmsPrdInstockCodeInput> prdInstockCodes { get; set; }
}
}