From 5e76d26753e54a4c9380991bf8eaf58514c0e674 Mon Sep 17 00:00:00 2001
From: sjz <1240968267@qq.com>
Date: 星期三, 12 十一月 2025 08:39:28 +0800
Subject: [PATCH] 优化
---
MES.Service/Dto/webApi/ErpCAA.cs | 33 +++++++++++++++++++++++----------
1 files changed, 23 insertions(+), 10 deletions(-)
diff --git a/MES.Service/Dto/webApi/ErpCAA.cs b/MES.Service/Dto/webApi/ErpCAA.cs
index 523cdaf..66ffd33 100644
--- a/MES.Service/Dto/webApi/ErpCAA.cs
+++ b/MES.Service/Dto/webApi/ErpCAA.cs
@@ -2,14 +2,12 @@
public class ErpCAA
{
- public string Id { get; set; }
+ public string? Id { get; set; }
public string? Type { get; set; }
-
- public string? FBILLTYPE { get; set; }
public string? FBillNo { get; set; }
- public string? FWorkShopID0 { get; set; }
+ public string? FWorkShopID { get; set; }
public string? FRoutingId { get; set; }
- public string? FREMWorkShopId { get; set; }
+ public string? FremWorkShopId { get; set; }
public string? FStockId { get; set; }
public string? FDate { get; set; }
public string? FBillType { get; set; }
@@ -27,7 +25,7 @@
public string? FMTONO { get; set; }
public string? FLot { get; set; }
public string? FBomId { get; set; }
- public string? F_UNW_Text_xsddh { get; set; }
+ public string? FXSHTH { get; set; }
public string? FCreateType { get; set; }
public string? FSrcBillType { get; set; }
public string? FSrcBillNo { get; set; }
@@ -37,9 +35,24 @@
public string? FForceCloserId { get; set; }
public string? FCloseType { get; set; }
public string? FSrcSplitBillNo { get; set; }
- public string? FMemoItem { get; set; }
+ public string? PLAN_ID { get; set; }
+ public string? PLAN_SEQ { get; set; }
+ public string? PLAN_NUM { get; set; }
+ public string? ERP_SCZZ { get; set; }
+ public string? ERP_WTZZ { get; set; }
+ public string? F_ZJXF_YHRQ { get; set; }
+ public string? F_ZSXG_KH { get; set; }
+ public string? FDescription { get; set; }
+ public string? fsubentryid { get; set; }
+ public string? FPurOrderNo { get; set; }
+ public string? FPurOrderEntrySeq { get; set; }
+ public string? Caa024 { get; set; }
+ public string? Caa025 { get; set; }
+ public string? ErpRkhz { get; set; }
+ public string? ErpRkzz { get; set; }
+ public string? F_ZJXF_DATETIME_YHRQ { get; set; }
+ public string? F_ZJXF_BASE_KH { get; set; }
+ public string? SupplierId { get; set; }
+ public string? FinishedProduct { get; set; }
- public string? planId { get; set; }
- public string? planSeq { get; set; }
- public string? planNum { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.3