修改一版
This commit is contained in:
@@ -44,6 +44,12 @@ namespace IRaCIS.Core.Domain.Models
|
||||
|
||||
public string SignText { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 是否废除
|
||||
/// </summary>
|
||||
public bool? IsDeleted { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -47,6 +47,13 @@ namespace IRaCIS.Core.Domain.Models
|
||||
|
||||
public string SignText { get; set; } = string.Empty;
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 是否废除
|
||||
/// </summary>
|
||||
public bool? IsDeleted { get; set; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user