@@ -1,18 +1,13 @@
|
||||
|
||||
|
||||
using IRaCIS.Core.Domain.Share;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using System.Linq;
|
||||
|
||||
namespace IRaCIS.Core.Domain.Models;
|
||||
|
||||
[Comment("系统 - 临床数据配置")]
|
||||
[Table("ClinicalDataSystemSet")]
|
||||
public class ClinicalDataSystemSet : BaseAddAuditEntity
|
||||
public class ClinicalDataSystemSet : BaseAddAuditEntity
|
||||
{
|
||||
#region 导航属性
|
||||
|
||||
@@ -26,14 +21,14 @@ public class ClinicalDataSystemSet : BaseAddAuditEntity
|
||||
[StringLength(400)]
|
||||
public string ClinicalDataSetEnName { get; set; } = null!;
|
||||
|
||||
|
||||
[Comment(" 枚举(字典里面取的)")]
|
||||
|
||||
[Comment(" 枚举(字典里面取的)")]
|
||||
public int ClinicalDataSetEnum { get; set; }
|
||||
|
||||
public string ClinicalDataSetName { get; set; } = null!;
|
||||
|
||||
|
||||
[Comment("上传方式")]
|
||||
[Comment("上传方式")]
|
||||
public ClinicalUploadType ClinicalUploadType { get; set; }
|
||||
|
||||
[StringLength(512)]
|
||||
|
||||
Reference in New Issue
Block a user