feat:代码生成新增字段导出设置

This commit is contained in:
不做码农
2022-10-19 21:27:53 +08:00
parent 51a244df09
commit 6e0d1ffa9d
8 changed files with 18 additions and 5 deletions

View File

@@ -75,6 +75,10 @@ namespace ZR.Model.System.Generate
/// </summary>
public bool IsSort { get; set; }
/// <summary>
/// 是否导出1是
/// </summary>
public bool IsExport { get; set; }
/// <summary>
/// 显示类型(文本框、文本域、下拉框、复选框、单选框、日期控件)
/// </summary>
public string HtmlType { get; set; }