移除列属性

This commit is contained in:
不做码农
2023-05-17 18:30:04 +08:00
parent dac5f8bbef
commit a4e0429b5c
2 changed files with 1 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ namespace ZR.Model.System
/// <summary>
/// 删除标志0代表存在 2代表删除
/// </summary>
[SugarColumn(IsOnlyIgnoreInsert = true)]
//[SugarColumn(IsOnlyIgnoreInsert = true)]
public int DelFlag { get; set; }
/// <summary>