生成电梯任务与判断一托延迟处理,生产入库调整
This commit is contained in:
@@ -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; }
|
||||
|
||||
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user