From a88c5bf8607a44e88604f8168459a90f64b0d696 Mon Sep 17 00:00:00 2001 From: song zhou <1759742460@qq.com> Date: 周日, 18 5月 2025 19:45:25 +0800 Subject: [PATCH] 返回值 --- Weben_CMS专用代码生成器/Code/Model/GenerateCodeParam.cs | 6 ++++++ 1 files changed, 6 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 f12717a..4a47b92 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" @@ -53,6 +53,12 @@ /// </summary> public List<ColumnModel> ColumnNameList { get; set; } = new List<ColumnModel>(); + + /// <summary> + /// 琛ㄥ悕 + /// </summary> + public string TableName { get; set; } + /// <summary> /// 瀹炰綋鍚嶇О /// </summary> -- Gitblit v1.9.3