From a27f32ecbfc7390ceb9e3a8d8651c57ada88bfa0 Mon Sep 17 00:00:00 2001
From: zjh <2207896513@qq.com>
Date: 星期五, 19 十二月 2025 20:51:42 +0800
Subject: [PATCH] Merge branch 'master' of http://43.142.96.171:8080/r/~tjx/XB_MES_API
---
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