From da4b61f0701712e4a381974cf18b30ce56a288c4 Mon Sep 17 00:00:00 2001
From: hudong <Administrator@PC-20250329JZUF>
Date: 星期五, 09 五月 2025 16:52:33 +0800
Subject: [PATCH] 增加实体类 物料sap接口测试

---
 models/SapRoot.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/models/SapRoot.cs b/models/SapRoot.cs
index dc1d267..321559c 100644
--- a/models/SapRoot.cs
+++ b/models/SapRoot.cs
@@ -704,7 +704,7 @@
                 public string ZZSDJH { get; set; }
             }
 
-            public class GYSHBItem
+            public class GYSHB
             {
                 /// <summary>
                 /// 
@@ -729,7 +729,7 @@
                 /// <summary>
                 /// 
                 /// </summary>
-                public List<GYSHBItem> GYSHB { get; set; }
+                public List<GYSHB> GYSHB { get; set; }
             }
 
             public class ROOT

--
Gitblit v1.9.1