修改一版
This commit is contained in:
@@ -11,13 +11,17 @@ namespace IRaCIS.Core.Domain.Models
|
||||
[Table("ReadingMedicineQuestionAnswer")]
|
||||
public class ReadingMedicineQuestionAnswer : Entity, IAuditUpdate, IAuditAdd
|
||||
{
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 医学审核Id
|
||||
/// </summary>
|
||||
/// 医学审核问题Id
|
||||
/// </summary>
|
||||
public Guid ReadingMedicineQuestionId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 医学审核Id
|
||||
/// </summary>
|
||||
|
||||
public Guid TaskMedicalReviewId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
/// <summary>
|
||||
/// 是否确认
|
||||
/// </summary>
|
||||
public bool? IsConfirm { get; set; }
|
||||
public bool IsConfirm { get; set; }
|
||||
|
||||
[ForeignKey("ParentId")]
|
||||
public ReadingMedicineTrialQuestion ParentQuestion { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user