From 1d906834e4b998d9bcaa5c41d60e429bf1f694d3 Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期三, 30 七月 2025 22:29:19 +0800
Subject: [PATCH] 修改ErpCgthB -> ErpCgthBList

---
 MES.Service/Dto/webApi/ErpCgth.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MES.Service/Dto/webApi/ErpCgth.cs b/MES.Service/Dto/webApi/ErpCgth.cs
index 1777869..7e7a4e3 100644
--- a/MES.Service/Dto/webApi/ErpCgth.cs
+++ b/MES.Service/Dto/webApi/ErpCgth.cs
@@ -3,5 +3,5 @@
 public class ErpCgth
 {
     public ErpCgtha ErpCgtha { get; set; }
-    public List<ErpCgthB> ErpCgthB { get; set; }
+    public List<ErpCgthBList> ErpCgthBList { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3