修改一版

This commit is contained in:
he
2022-06-02 14:57:28 +08:00
parent 68ac0941c2
commit c2db091522
3 changed files with 55 additions and 26 deletions
@@ -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