From a5019b475f8620dba3b495da983f4db9e32f7ca8 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期四, 10 七月 2025 08:18:36 +0800
Subject: [PATCH] AOI

---
 MES.Service/Dto/webApi/ErpRohinData.cs |   31 +++++++++++++++++--------------
 1 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/MES.Service/Dto/webApi/ErpRohinData.cs b/MES.Service/Dto/webApi/ErpRohinData.cs
index 8d3684a..8cbe8bc 100644
--- a/MES.Service/Dto/webApi/ErpRohinData.cs
+++ b/MES.Service/Dto/webApi/ErpRohinData.cs
@@ -5,25 +5,30 @@
     public string id { get; set; }
     public string Eid { get; set; }
     public string? FBillNo { get; set; }
-    public string? FDEMANDBILLNO { get; set; }
-    public string? FSEQ { get; set; }
+    public string? FSeq { get; set; }
+    public string? FXSHTH { get; set; }
     public string? FMaterialId { get; set; }
     public string? FUnitId { get; set; }
     public string? FQty { get; set; }
     public string? FStockUnitID { get; set; }
+    public string? FPriceUnitId { get; set; }
+    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? FSETTLEORGID { get; set; }
+    public string? FEntrySettleOrgId { get; set; }
+    // end
     public string? FGiveAway { get; set; }
-    public string? Fnote { get; set; }
+    public string? FNote { get; set; }
+    public string? FEntryNote { get; set; }
     public string? FSupMatId { get; set; }
     public string? FSupMatName { get; set; }
-    public string? FSUBREQBILLNO { get; set; }
+    public string? FSubreqBillNo { get; set; }
     public string? FLot { get; set; }
     public string? FMRPCloseStatus { get; set; }
     public string? FMRPFreezeStatus { get; set; }
@@ -32,21 +37,19 @@
     public string? FMRPTerminateStatus { get; set; }
     public string? FTerminaterId { get; set; }
     public string? FTerminateDate { get; set; }
-    public string? FReceiveQty { get; set; }
+    public string? FBaseReceiveQty { get; set; }
     public string? FRemainReceiveQty { get; set; }
-    public string? FStockInQty { get; set; }
+    public string? FBaseStockInQty { get; set; }
     public string? FRemainStockINQty { get; set; }
     public string? FMrbQty { get; set; }
-    public string? FCHECKRETQTY { get; set; }
-    public string? FSTOCKRETQTY { get; set; }
+    public string? FBaseCheckRetQty { get; set; }
+    public string? FBaseStockRetQty { get; set; }
     public string? FSrcBillTypeId { get; set; }
     public string? FSrcBillNo { get; set; }
     public string? FReqTraceNo { get; set; }
     public string? FMtoNo { get; set; }
     public string? FChangeFlag { get; set; }
-    public string? FDEMANDTYPE { get; set; }
-    //public string? FDEMANDBILLNO { get; set; }
-    public string? FDEMANDBILLENTRYSEQ { get; set; }
-    public string? fentryid { get; set; }
-
+    public string? FDemandType { get; set; }
+    public string? FDemandBillNo { get; set; }
+    public string? FDemandBillEntrySeq { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3