From 367979de838ec3655d37dc618d98924c6b43b324 Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期三, 24 十二月 2025 09:46:05 +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