修改一版
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user