移除列属性

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

@ -38,7 +38,6 @@ namespace ZR.Model.System
/// <summary>
/// 删除标志0代表存在 2代表删除
/// </summary>
[SugarColumn(IsOnlyIgnoreInsert = true, IsOnlyIgnoreUpdate = true)]
public int DelFlag { get; set; }
/// <summary>
/// 数据范围1全部数据权限 2自定数据权限 3本部门数据权限 4本部门及以下数据权限

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>