优化代码生成

This commit is contained in:
izory
2021-09-18 18:13:28 +08:00
parent 8c8c205393
commit 7a8000c729
7 changed files with 64 additions and 39 deletions

View File

@@ -37,22 +37,7 @@ namespace ZR.Model.System.Dto
public string CsharpType { get; set; }
public string CsharpField { get; set; }
public bool IsPk { get; set; }
///// <summary>
///// 是否必填1是
///// </summary>
//public bool IsRequired { get; set; }
//public bool IsIncrement { get; set; }
///// <summary>
///// 是否插入
///// </summary>
public bool IsInsert { get; set; }
///// <summary>
///// 是否需要编辑
///// </summary>
public bool IsEdit { get; set; }
///// <summary>
///// isList
///// </summary>
public bool IsList { get; set; }
//public bool IsQuery { get; set; }
///// <summary>