修改一版

This commit is contained in:
he
2022-07-04 16:31:15 +08:00
parent 9b0872bab2
commit ef2e125531
3 changed files with 24 additions and 10 deletions
@@ -110,14 +110,14 @@ namespace IRaCIS.Core.Domain.Models
public AuditAdvice AuditAdviceEnum { get; set; }
/// <summary>
/// 是否完成
/// 是否审核完成
/// </summary>
public bool IsFinish { get; set; }
public bool IsReviewFinish { get; set; }
/// <summary>
/// 是否关闭
/// 是否关闭对话
/// </summary>
public bool IsClosed { get; set; }
public bool IsClosedDialo { get; set; }
/// <summary>
/// 保存问题的时间