فهرست منبع

update Admin.NET/Admin.NET.Core/Option/CodeGenOptions.cs.

Signed-off-by: Lzh666 <422235757@qq.com>
Lzh666 1 سال پیش
والد
کامیت
34e326b360
1فایلهای تغییر یافته به همراه1 افزوده شده و 6 حذف شده
  1. 1 6
      Admin.NET/Admin.NET.Core/Option/CodeGenOptions.cs

+ 1 - 6
Admin.NET/Admin.NET.Core/Option/CodeGenOptions.cs

@@ -17,16 +17,11 @@ public sealed class CodeGenOptions : IConfigurableOptions
     public List<string> EntityAssemblyNames { get; set; }
 
     /// <summary>
-    /// 数据库基础实体名称集合
+    /// 数据库实体基类名称集合
     /// </summary>
     public List<string> BaseEntityNames { get; set; }
 
     /// <summary>
-    /// 基础实体名
-    /// </summary>
-    public Dictionary<string, string[]> EntityBaseColumn { get; set; }
-
-    /// <summary>
     /// 前端文件根目录
     /// </summary>
     public string FrontRootPath { get; set; }