@@ -111,6 +111,13 @@ namespace Model
}
+ /// <summary>
+ /// 控制器文件根目录
+ /// </summary>
+ [SugarColumn(ColumnDescription = "控制器文件根目录", Length = 50, ColumnName = "controller_root_path")]
+ public string? controllerRootPath { get; set; }
+