This commit is contained in:
he
2024-03-25 10:42:09 +08:00
parent 960f479b91
commit f2b53cd359
2 changed files with 1 additions and 9 deletions
@@ -59,14 +59,6 @@ namespace IRaCIS.Core.Domain.Models
[Required]
public MedicalReviewAuditState AuditState { get; set; }
public int AuditStateSort {
get
{
return AuditState==MedicalReviewAuditState.HaveSigned?2:1;
}
}
/// <summary>