|
|
@@ -98,6 +98,14 @@ namespace Model
|
|
|
/// </summary>
|
|
|
[SugarColumn(ColumnDescription = "控制器文件路径", Length = 50, ColumnName = "controller_file_path")]
|
|
|
public string? controllerFilePath { get; set; }
|
|
|
+ [SugarColumn(IsIgnore = true)]
|
|
|
+ public string? controllerName
|
|
|
+ {
|
|
|
+ get
|
|
|
+ {
|
|
|
+ return PublicFunction.transferName(controllerFilePath, 1);
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
|
|
|
/// <summary>
|