修改默认值
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user