修改默认值

This commit is contained in:
2023-05-15 14:48:02 +08:00
parent f0be7d2e9e
commit 55bd30c24d
+1 -1
View File
@@ -61,7 +61,7 @@ namespace IRaCIS.Core.Domain.Models
public bool IsDeleted {get;set;}
public bool IsReading { get; set; } = true;
public string IamgeResizePath { get; set; }
public string IamgeResizePath { get; set; }=string.Empty;
}
}