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

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

@@ -8,6 +8,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto
{
public class WmsPrdInstockCodeInput
{
public string prd_instockd_id { get; set; }
public decimal planqty { get; set; }
public decimal pqty { get; set; }
public string code_batch { get; set; }