修改一版

This commit is contained in:
he
2022-05-30 14:55:48 +08:00
parent c6acbb21dc
commit 42d3ce58cc
10 changed files with 421 additions and 33 deletions
@@ -43,12 +43,12 @@ namespace IRaCIS.Core.Domain.Models
/// <summary>
/// 截止访视
/// </summary>
public decimal ExpirationVisit { get; set; }
public decimal? ExpirationVisit { get; set; }
/// <summary>
/// 状态
/// </summary>
public int? Status { get; set; }
public ReadingPeriodStatus? Status { get; set; }
/// <summary>
/// 创建时间