fix naming

This commit is contained in:
samisgod
2021-12-17 11:42:54 +08:00
committed by 不做码农
parent b71873f224
commit 05aac2fadf
4 changed files with 23 additions and 16 deletions

View File

@@ -95,6 +95,11 @@ namespace ZR.Model.System.Generate
}
}
/// <summary>
/// C# 字段名 首字母小写,用于前端
/// </summary>
[SugarColumn(IsIgnore = true)]
public string CsharpFieldFl { get; set; }
/// <summary>
/// 字典集合
/// </summary>
//[SqlSugar.SugarColumn(IsIgnore = true)]