From 22e94cbe8e20e99d0c7d873868a768a17f3836fa Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期二, 21 十月 2025 16:46:21 +0800
Subject: [PATCH] 金蝶插件同步

---
 Model/基础资料/基础资料/ClsGy_PropertyType_Model.cs |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git "a/Model/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_PropertyType_Model.cs" "b/Model/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_PropertyType_Model.cs"
index d45ac7c..a86641f 100644
--- "a/Model/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_PropertyType_Model.cs"
+++ "b/Model/\345\237\272\347\241\200\350\265\204\346\226\231/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_PropertyType_Model.cs"
@@ -6,6 +6,11 @@
 {
     public class ClsGy_PropertyType_Model : DBUtility.ClsGy_Base_Model
     {
-       //
+        public string HERPItemID;
+        public string HAuxpuID;
+        public string HISDefault;
+        public string HSno;
+        public int HMaterID;
+
     }
 }

--
Gitblit v1.9.1