修改一版

This commit is contained in:
he
2022-07-07 14:28:32 +08:00
parent d24e2be3bf
commit e85a397148
6 changed files with 43 additions and 3 deletions
@@ -152,7 +152,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 是否申请重阅
/// </summary>
public bool IsApplyHeavyReading { get; set; } = false;
public bool? IsApplyHeavyReading { get; set; }
/// <summary>
@@ -217,7 +217,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 是否申请重阅
/// </summary>
public bool IsApplyHeavyReading { get; set; } = false;
public bool? IsApplyHeavyReading { get; set; }
}
public class SaveMedicineQuestionInDto