From 76a3bc5b62fda60af2a6edaa3f10632bd3134137 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周三, 14 5月 2025 08:53:30 +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