@@ -214,4 +214,14 @@ public class SubjectVisitImageBackRecord : BaseFullAuditEntity
|
||||
|
||||
public DateTime? AuditTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 申请原因
|
||||
/// </summary>
|
||||
public string ApplyReason { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 结果备注
|
||||
/// </summary>
|
||||
public string ResultRemark { get; set; } = string.Empty;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user