From 296fce04db8c29cd678bae6163e63366dc3f25bc Mon Sep 17 00:00:00 2001
From: zyf <1071160500@qq.com>
Date: 星期三, 27 八月 2025 18:33:12 +0800
Subject: [PATCH] 销售出库单新增备注字段
---
MES.Service/Dto/webApi/ErpCAA.cs | 31 +++++++++++++++++++++++++------
1 files changed, 25 insertions(+), 6 deletions(-)
diff --git a/MES.Service/Dto/webApi/ErpCAA.cs b/MES.Service/Dto/webApi/ErpCAA.cs
index a16c917..00be85c 100644
--- a/MES.Service/Dto/webApi/ErpCAA.cs
+++ b/MES.Service/Dto/webApi/ErpCAA.cs
@@ -2,10 +2,12 @@
public class ErpCAA
{
- public string Id { get; set; }
+ public string? Id { get; set; }
public string? Type { get; set; }
public string? FBillNo { get; set; }
public string? FWorkShopID { get; set; }
+ public string? FRoutingId { get; set; }
+ public string? FREMWorkShopId { get; set; }
public string? FStockId { get; set; }
public string? FDate { get; set; }
public string? FBillType { get; set; }
@@ -32,9 +34,26 @@
public string? FForceCloserId { get; set; }
public string? FCloseType { get; set; }
public string? FSrcSplitBillNo { get; set; }
- public string? FDESCRIPTION { get; set; }
-
- public string? planId { get; set; }
- public string? planSeq { get; set; }
- public string? planNum { get; set; }
+ public string? PLAN_ID { get; set; }
+ public string? PLAN_SEQ { get; set; }
+ public string? PLAN_NUM { get; set; }
+ public string? FPrdOrgId { get; set; }
+ public string? FEnTrustOrgId { get; set; }
+ public string? FDescription { get; set; }
+ //鐓滄槍鐗规畩瀛楁
+ public string? F_wwc_BaseProperty { get; set; }
+ public string? F_WWC_DATETIME { get; set; }
+ public string? F_WWC_SCRKRQ { get; set; }
+ public string? FGS { get; set; }
+ public string? F_WWC_DECIMAL { get; set; }
+ public string? F_WWC_XB { get; set; }
+ public string? F_WWC_BASE { 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; }
}
\ No newline at end of file
--
Gitblit v1.9.3