修改问题

This commit is contained in:
he
2022-04-20 13:16:01 +08:00
parent fa33be9718
commit ee0ead7017
13 changed files with 121 additions and 13 deletions
@@ -112,6 +112,8 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
public DateTime? CreateTime { get; set; }
public bool NeedSava { get; set; } = true;
}
@@ -187,7 +189,7 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
{
public Guid trialId { get; set; }
public Guid subjectVisitId { get; set; }
public Guid signId { get; set; }
public AuditStateEnum auditState { get; set; }
}