From f34f0751ef0c6305c94ff342ca7fbe24aa09844e Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期四, 18 十二月 2025 14:48:31 +0800
Subject: [PATCH] 111
---
StandardPda/MES.Service/Dto/webApi/ErpCAA.cs | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/StandardPda/MES.Service/Dto/webApi/ErpCAA.cs b/StandardPda/MES.Service/Dto/webApi/ErpCAA.cs
index 4f1edb6..bcfee0a 100644
--- a/StandardPda/MES.Service/Dto/webApi/ErpCAA.cs
+++ b/StandardPda/MES.Service/Dto/webApi/ErpCAA.cs
@@ -5,7 +5,9 @@
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; }
@@ -68,7 +70,4 @@
public decimal? FIsForceWholeSet { get; set; }
public string? FPrevMO { get; set; }
public string? TypeA { get; set; }
-
-
-
}
\ No newline at end of file
--
Gitblit v1.9.3