This commit is contained in:
he
2022-06-08 18:01:04 +08:00
parent dcc147409e
commit 56e8721ce0
2 changed files with 6 additions and 9 deletions
@@ -49,11 +49,6 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public bool IsEnable { get; set; }
/// <summary>
/// 是否勾选
/// </summary>
public bool IsCheck { get; set; }
}