From f12cbfe9cba26c1a0e3abf1fe09a3c9cd9586a81 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周日, 11 5月 2025 11:59:39 +0800
Subject: [PATCH] 优化 代码生成器

---
 Weben_CMS专用代码生成器/Code/Model/GenerateCodeParam.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git "a/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Code/Model/GenerateCodeParam.cs" "b/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Code/Model/GenerateCodeParam.cs"
index e855d58..f12717a 100644
--- "a/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Code/Model/GenerateCodeParam.cs"
+++ "b/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Code/Model/GenerateCodeParam.cs"
@@ -90,6 +90,10 @@
         /// 鏋氫妇灞炴�у悕
         /// </summary>
         public string EnumAttrName { get; set; }
+
+        /// <summary>
+        /// 鏋氫妇绫诲瀷
+        /// </summary>
         public string EnumType { get; set; }
         public string EnumTypeDesc { get; set; }
 

--
Gitblit v1.9.3