From eb744ecfecc0f1b6d9c0999c65bc740d93e30eda Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 22 一月 2025 13:38:52 +0800 Subject: [PATCH] 新增接口 --- StandardPda/MES.Service/Dto/webApi/ErpRohinData.cs | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/StandardPda/MES.Service/Dto/webApi/ErpRohinData.cs b/StandardPda/MES.Service/Dto/webApi/ErpRohinData.cs index 9ee11d7..35fb174 100644 --- a/StandardPda/MES.Service/Dto/webApi/ErpRohinData.cs +++ b/StandardPda/MES.Service/Dto/webApi/ErpRohinData.cs @@ -5,7 +5,9 @@ public string id { get; set; } public string Eid { get; set; } public string? FBillNo { get; set; } + public string? FSeq { get; set; } + //娌℃湁瀵瑰簲琛ㄥ瓧娈� -姹犲崡楠� 2025-01-10 //public string? FXSHTH { get; set; } public string? FMaterialId { get; set; } @@ -16,15 +18,20 @@ public string? FPriceUnitQty { get; set; } public string? FDeliveryDate { get; set; } public string? FDeliveryEarlyDate { get; set; } + public string? FDeliveryLastDate { get; set; } + // start public string? FRequireOrgId { get; set; } public string? FRequireDeptId { get; set; } public string? FReceiveOrgId { get; set; } public string? FReceiveDeptId { get; set; } + public string? FEntrySettleOrgId { get; set; } + // end public string? FGiveAway { get; set; } + //public string? FNote { get; set; } public string? FEntryNote { get; set; } public string? FSupMatId { get; set; } @@ -39,11 +46,15 @@ public string? FTerminaterId { get; set; } public string? FTerminateDate { get; set; } public string? FReceiveQty { get; set; } + public string? FRemainReceiveQty { get; set; } + //public string? FBaseStockInQty { get; set; } public string? FStockInQty { get; set; } //绱鍏ュ簱鏁� public string? FRemainStockINQty { get; set; } + public string? FMrbQty { get; set; } + //public string? FBaseCheckRetQty { get; set; } //public string? FBaseStockRetQty { get; set; } public string? FCHECKRETQTY { get; set; } //鏀舵枡鍙��鏁� -- Gitblit v1.9.3