修改一版
This commit is contained in:
@@ -111,17 +111,17 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// <summary>
|
||||
/// 备注
|
||||
/// </summary>
|
||||
public string Remark { get; set; }
|
||||
public string Remark { get; set; } = String.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 中心Id
|
||||
/// </summary>
|
||||
public List<Guid?> SiteIds { get; set; }
|
||||
public List<Guid> SiteIds { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 中心name
|
||||
/// </summary>
|
||||
public List<string?> SiteCodes { get; set; }
|
||||
public List<string> SiteCodes { get; set; }
|
||||
}
|
||||
|
||||
public class SetReadingPeriodSetEffect
|
||||
|
||||
Reference in New Issue
Block a user