去掉IDE1006警告,修改BaseEntity

This commit is contained in:
2023-04-26 10:44:11 +08:00
parent a1f848fcd7
commit 5d6e9265a8
12 changed files with 23 additions and 53 deletions

View File

@@ -17,13 +17,6 @@ namespace Tnb.BasicData.Entitys.Entity
}
/// <summary>
/// Desc:主键
/// Default:
/// Nullable:False
/// </summary>
[SugarColumn(IsPrimaryKey=true,ColumnName="id")]
public string Id {get;set;}
/// <summary>
/// Desc:编号