@@ -1,10 +1,4 @@
|
||||
|
||||
|
||||
|
||||
namespace IRaCIS.Core.Domain.Models;
|
||||
|
||||
|
||||
|
||||
[Comment("受试者 - 临床表单表格问题行记录")]
|
||||
[Table("ClinicalAnswerRowInfo")]
|
||||
public class ClinicalAnswerRowInfo : BaseAddAuditEntity
|
||||
@@ -12,8 +6,6 @@ public class ClinicalAnswerRowInfo : BaseAddAuditEntity
|
||||
#region 导航属性
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
[Comment(" 表单Id")]
|
||||
public Guid ClinicalFormId { get; set; }
|
||||
|
||||
@@ -25,6 +17,3 @@ public class ClinicalAnswerRowInfo : BaseAddAuditEntity
|
||||
[Comment(" 受试者Id")]
|
||||
public Guid SubjectId { get; set; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user