From 761c4fe6b12c340153dbd0c9c785992eac895ba8 Mon Sep 17 00:00:00 2001
From: zjh <2207896513@qq.com>
Date: 星期五, 25 七月 2025 21:39:28 +0800
Subject: [PATCH] 代码提交

---
 StandardPda/MES.Service/Dto/webApi/ErpCAB.cs |   26 +++++++++++++++++---------
 1 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/StandardPda/MES.Service/Dto/webApi/ErpCAB.cs b/StandardPda/MES.Service/Dto/webApi/ErpCAB.cs
index d9cf396..4c993c7 100644
--- a/StandardPda/MES.Service/Dto/webApi/ErpCAB.cs
+++ b/StandardPda/MES.Service/Dto/webApi/ErpCAB.cs
@@ -15,8 +15,8 @@
     public string? FMTONO { get; set; }
     public string? FLot { get; set; }
     public string? FStockID { get; set; }
+
     public string? FIssueType { get; set; }
-    //public string? BTBZ { get; set; }
     public string? FUnitID { get; set; }
     public string? FSupplyType { get; set; }
     public string? FStdQty { get; set; }
@@ -31,14 +31,22 @@
 
     public string? FFixScrapQty { get; set; }
     public string? FScrapRate { get; set; }
+    public decimal? FBOMReqQty { get; set; }
+    public decimal? FIsOverIssue { get; set; }
+    public decimal? FStandardMaterialScale { get; set; }
+    public decimal? FFixedMaterialNum { get; set; }
+    public decimal? FIsSubstitute { get; set; }
+    public decimal? FSubstitutedItem { get; set; }
+    public decimal? FIssueUOM { get; set; }
+    public string? FProject { get; set; }
+    public decimal? FQPA { get; set; }
+    public string? FScrapType { get; set; }
+    public string? FBFOpportunity { get; set; }
+    public string? FSupplyWh { get; set; }
+    public decimal? FMOCompleteSetCheck { get; set; }
+    public decimal? FMOStartSetCheck { get; set; }
+    public decimal? FIsCoupleIssue { get; set; }
+    public string? FDescription { get; set; }
     public string? TypeB { get; set; }
-    public string? F_XIFG_Base_qtr { get; set; }
-    public string? F_XIFG_Base_83g { get; set; }
-
-    //public string? FSALEORDERNO { get; set; }
-    //public string? F_ZJXF_YHRQ { get; set; }
-    //public string? FXSHTBH { get; set; }
-
-    //public string? FOwnerTypeId { get; set; }
 
 }
\ No newline at end of file

--
Gitblit v1.9.3