Uat_Study
he 2023-05-15 16:17:37 +08:00
commit 41883ca5da
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ namespace IRaCIS.Core.Domain.Models
public bool IsDeleted {get;set;} public bool IsDeleted {get;set;}
public bool IsReading { get; set; } = true; public bool IsReading { get; set; } = true;
public string IamgeResizePath { get; set; } public string IamgeResizePath { get; set; }=string.Empty;
} }
} }