生产入库单汇报记录id

This commit is contained in:
2024-08-30 15:20:10 +08:00
parent 9f21475907
commit 60c27e331d
8 changed files with 20 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
public decimal rqty { get; set; }
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 List<WmsPrdInstockCodeInput> prdInstockCodes { get; set; }
}