diff --git a/IRaCIS.Core.Infra.EFCore/Migrations/IRaCISDBContextModelSnapshot.cs b/IRaCIS.Core.Infra.EFCore/Migrations/IRaCISDBContextModelSnapshot.cs index 599aed422..40d1fdcdc 100644 --- a/IRaCIS.Core.Infra.EFCore/Migrations/IRaCISDBContextModelSnapshot.cs +++ b/IRaCIS.Core.Infra.EFCore/Migrations/IRaCISDBContextModelSnapshot.cs @@ -76,7 +76,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("DoctorId"); - b.ToTable("Attachment", t => + b.ToTable("Attachment", null, t => { t.HasComment("医生 - 简历|证书 文档表"); }); @@ -125,7 +125,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("CROCompany", t => + b.ToTable("CROCompany", null, t => { t.HasComment("机构 - CRO"); }); @@ -168,7 +168,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("SubjectVisitId"); - b.ToTable("CheckChallengeDialog", t => + b.ToTable("CheckChallengeDialog", null, t => { t.HasComment("一致性核查 - 对话记录表"); }); @@ -204,7 +204,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("ClinicalAnswerRowInfo", t => + b.ToTable("ClinicalAnswerRowInfo", null, t => { t.HasComment("受试者 - 临床表单表格问题行记录"); }); @@ -271,7 +271,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("ClinicalDataSystemSet", t => + b.ToTable("ClinicalDataSystemSet", null, t => { t.HasComment("系统 - 临床数据配置"); }); @@ -345,7 +345,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialId"); - b.ToTable("ClinicalDataTrialSet", t => + b.ToTable("ClinicalDataTrialSet", null, t => { t.HasComment("项目 - 临床数据适应标准配置"); }); @@ -396,7 +396,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("SubjectId"); - b.ToTable("ClinicalForm", t => + b.ToTable("ClinicalForm", null, t => { t.HasComment("受试者 - 临床表单"); }); @@ -439,7 +439,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("ClinicalQuestionAnswer", t => + b.ToTable("ClinicalQuestionAnswer", null, t => { t.HasComment("受试者 - 临床表单问题答案"); }); @@ -487,7 +487,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("RowId"); - b.ToTable("ClinicalTableAnswer", t => + b.ToTable("ClinicalTableAnswer", null, t => { t.HasComment("受试者 - 临床表单表格问题答案"); }); @@ -560,7 +560,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("CommonDocument", t => + b.ToTable("CommonDocument", null, t => { t.HasComment("数据上传 | 数据导出 | 邮件附件 文件记录表 (需要同步)"); }); @@ -597,7 +597,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CriterionId"); - b.ToTable("CriterionNidusSystem", t => + b.ToTable("CriterionNidusSystem", null, t => { t.HasComment("系统标准 - 病灶器官表 (需要同步)"); }); @@ -627,7 +627,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("CriterionNidusTrial", t => + b.ToTable("CriterionNidusTrial", null, t => { t.HasComment("项目标准 - 病灶器官表"); }); @@ -769,7 +769,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("VisitTaskId"); - b.ToTable("DataInspection", t => + b.ToTable("DataInspection", null, t => { t.HasComment("稽查 - 记录表"); }); @@ -901,7 +901,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("StudyId"); - b.ToTable("DicomInstance", t => + b.ToTable("DicomInstance", null, t => { t.HasComment("归档 - Instance表"); }); @@ -1050,7 +1050,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("StudyId"); - b.ToTable("DicomSeries", t => + b.ToTable("DicomSeries", null, t => { t.HasComment("归档 - 序列表"); }); @@ -1224,7 +1224,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialId"); - b.ToTable("DicomStudy"); + b.ToTable("DicomStudy", (string)null); }); modelBuilder.Entity("IRaCIS.Core.Domain.Models.Dictionary", b => @@ -1297,7 +1297,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("ParentId"); - b.ToTable("Dictionary", t => + b.ToTable("Dictionary", null, t => { t.HasComment("后台 - 字典表(需要同步)"); }); @@ -1606,7 +1606,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("SpecialityId"); - b.ToTable("Doctor", t => + b.ToTable("Doctor", null, t => { t.HasComment("医生 - 基础信息表"); }); @@ -1672,7 +1672,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("DoctorId"); - b.ToTable("DoctorCriterionFile", t => + b.ToTable("DoctorCriterionFile", null, t => { t.HasComment("医生 - 项目标准签名文档"); }); @@ -1700,7 +1700,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("DoctorId"); - b.ToTable("DoctorDictionary", t => + b.ToTable("DoctorDictionary", null, t => { t.HasComment("医生 - 医生字典关联表"); }); @@ -1799,7 +1799,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("Education", t => + b.ToTable("Education", null, t => { t.HasComment("医生 - 教育信息"); }); @@ -1931,7 +1931,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("EmailNoticeConfig", t => + b.ToTable("EmailNoticeConfig", null, t => { t.HasComment("后台 - 邮件配置表表(需要同步)"); }); @@ -1955,7 +1955,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("EmailNoticeConfigId"); - b.ToTable("EmailNoticeUserType", t => + b.ToTable("EmailNoticeUserType", null, t => { t.HasComment("后台 - 邮件配置用户类型表(需要同步)"); }); @@ -2052,7 +2052,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialId"); - b.ToTable("Enroll", t => + b.ToTable("Enroll", null, t => { t.HasComment("医生 - 入组项目中间记录表"); }); @@ -2100,7 +2100,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialDetailId"); - b.ToTable("EnrollDetail", t => + b.ToTable("EnrollDetail", null, t => { t.HasComment("医生 - 入组项目流程记录表"); }); @@ -2132,7 +2132,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("EnrollId"); - b.ToTable("EnrollReadingCategory", t => + b.ToTable("EnrollReadingCategory", null, t => { t.HasComment("医生 - 项目阅片标准阅片类型配置表"); }); @@ -2164,7 +2164,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("EnrollId"); - b.ToTable("EnrollReadingCriterion", t => + b.ToTable("EnrollReadingCriterion", null, t => { t.HasComment("医生 - 项目阅片标准参与一致性分析配置表"); }); @@ -2210,7 +2210,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("EventStoreRecord", t => + b.ToTable("EventStoreRecord", null, t => { t.HasComment("记录触发的事件,以及状态,从而方便重试操作"); }); @@ -2246,7 +2246,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("ExchangeRate", t => + b.ToTable("ExchangeRate", null, t => { t.HasComment("医生计费 - 汇率"); }); @@ -2312,7 +2312,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("ExploreRecommend", t => + b.ToTable("ExploreRecommend", null, t => { t.HasComment("后台 - 浏览器推荐 (需要同步)"); }); @@ -2528,7 +2528,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("FrontAuditConfig", t => + b.ToTable("FrontAuditConfig", null, t => { t.HasComment("稽查 - 配置表 (需要同步)"); }); @@ -2611,7 +2611,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("SiteId"); - b.ToTable("Hospital", t => + b.ToTable("Hospital", null, t => { t.HasComment("机构 - 医院"); }); @@ -2641,7 +2641,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasKey("Id"); - b.ToTable("ImageShare", t => + b.ToTable("ImageShare", null, t => { t.HasComment("影像 - 影像分享记录表"); }); @@ -2675,7 +2675,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("InspectionFile", t => + b.ToTable("InspectionFile", null, t => { t.HasComment("一致性核查文件"); }); @@ -2748,7 +2748,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("PublishLogId"); - b.ToTable("Internationalization", t => + b.ToTable("Internationalization", null, t => { t.HasComment("后台 - 国际化配置表 (需要同步)"); }); @@ -2858,7 +2858,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("Menu", t => + b.ToTable("Menu", null, t => { t.HasComment("后台 - 系统菜单 (需要同步)"); }); @@ -2945,7 +2945,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("SubjectVisitId"); - b.ToTable("NoneDicomStudy", t => + b.ToTable("NoneDicomStudy", null, t => { t.HasComment("影像 - 非dicom检查"); }); @@ -3000,7 +3000,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("VisitTaskId"); - b.ToTable("NoneDicomStudyFile", t => + b.ToTable("NoneDicomStudyFile", null, t => { t.HasComment("影像 - 非dicom检查关联文件表"); }); @@ -3095,7 +3095,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("OrganInfo", t => + b.ToTable("OrganInfo", null, t => { t.HasComment("后台 - 系统标准器官 (需要同步)"); }); @@ -3197,7 +3197,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("OrganInfoId"); - b.ToTable("OrganTrialInfo", t => + b.ToTable("OrganTrialInfo", null, t => { t.HasComment("项目标准 - 器官"); }); @@ -3271,7 +3271,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("Payment", t => + b.ToTable("Payment", null, t => { t.HasComment("医生计费 - 每月支付记录表"); }); @@ -3332,7 +3332,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("PaymentAdjustment", t => + b.ToTable("PaymentAdjustment", null, t => { t.HasComment("医生计费 - 每月支付记录表"); }); @@ -3416,7 +3416,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("PaymentDetail", t => + b.ToTable("PaymentDetail", null, t => { t.HasComment("医生计费 - 每月支付详情表"); }); @@ -3525,7 +3525,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("Postgraduate", t => + b.ToTable("Postgraduate", null, t => { t.HasComment("医生 - 继续教育经历"); }); @@ -3581,7 +3581,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("SubjectVisitId"); - b.ToTable("PreviousHistory", t => + b.ToTable("PreviousHistory", null, t => { t.HasComment("受试者访视 - 既往放疗史"); }); @@ -3638,7 +3638,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("SubjectVisitId"); - b.ToTable("PreviousOther", t => + b.ToTable("PreviousOther", null, t => { t.HasComment("受试者访视 - 既往其他治疗史"); }); @@ -3695,7 +3695,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("SubjectVisitId"); - b.ToTable("PreviousPDF", t => + b.ToTable("PreviousPDF", null, t => { t.HasComment("受试者访视 - 临床数据配置"); }); @@ -3746,7 +3746,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("SubjectVisitId"); - b.ToTable("PreviousSurgery", t => + b.ToTable("PreviousSurgery", null, t => { t.HasComment("受试者访视 - 既往手术史"); }); @@ -3797,7 +3797,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("PublishLog", t => + b.ToTable("PublishLog", null, t => { t.HasComment("后台 - 系统发布日志 (需要同步)"); }); @@ -3902,7 +3902,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("SubjectVisitId"); - b.ToTable("QCChallenge", t => + b.ToTable("QCChallenge", null, t => { t.HasComment("受试者访视 - QC质疑"); }); @@ -3941,7 +3941,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("SubjectVisitId"); - b.ToTable("QCChallengeDialog", t => + b.ToTable("QCChallengeDialog", null, t => { t.HasComment("受试者访视 - QC质疑对话"); }); @@ -4007,7 +4007,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("ParentId"); - b.ToTable("QCQuestion", t => + b.ToTable("QCQuestion", null, t => { t.HasComment("后台 - QC质控问题(需要同步)"); }); @@ -4082,7 +4082,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("RankPrice", t => + b.ToTable("RankPrice", null, t => { t.HasComment("医生计费 - 不同时间点价格设置"); }); @@ -4186,7 +4186,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialReadingCriterionId"); - b.ToTable("ReadModule", t => + b.ToTable("ReadModule", null, t => { t.HasComment("读片模块"); }); @@ -4224,7 +4224,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("ReadModuleId"); - b.ToTable("ReadModuleCriterionFrom", t => + b.ToTable("ReadModuleCriterionFrom", null, t => { t.HasComment("受试者 - 阅片模块临床表单"); }); @@ -4295,7 +4295,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialId"); - b.ToTable("ReadingClinicalData", t => + b.ToTable("ReadingClinicalData", null, t => { t.HasComment("项目的临床数据"); }); @@ -4340,7 +4340,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("ReadingClinicalDataId"); - b.ToTable("ReadingClinicalDataPDF", t => + b.ToTable("ReadingClinicalDataPDF", null, t => { t.HasComment("项目的临床数据"); }); @@ -4413,7 +4413,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialId"); - b.ToTable("ReadingConsistentClinicalData", t => + b.ToTable("ReadingConsistentClinicalData", null, t => { t.HasComment("一致性分析临床数据"); }); @@ -4459,7 +4459,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("ReadingConsistentClinicalDataId"); - b.ToTable("ReadingConsistentClinicalDataPDF", t => + b.ToTable("ReadingConsistentClinicalDataPDF", null, t => { t.HasComment("一致性分析临床数据"); }); @@ -4505,7 +4505,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("ReadingCriterionPage", t => + b.ToTable("ReadingCriterionPage", null, t => { t.HasComment("阅片标准分页"); }); @@ -4545,7 +4545,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("ReadingCustomTag", t => + b.ToTable("ReadingCustomTag", null, t => { t.HasComment("项目阅片 - 自定义标记"); }); @@ -4600,7 +4600,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TaskId"); - b.ToTable("ReadingGlobalTaskInfo", t => + b.ToTable("ReadingGlobalTaskInfo", null, t => { t.HasComment("阅片全局任务信息"); }); @@ -4639,7 +4639,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("ReadingJudgeInfo", t => + b.ToTable("ReadingJudgeInfo", null, t => { t.HasComment("阅片裁判信息"); }); @@ -4729,7 +4729,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TaskMedicalReviewId"); - b.ToTable("ReadingMedicalReviewDialog", t => + b.ToTable("ReadingMedicalReviewDialog", null, t => { t.HasComment("阅片医学审核对话"); }); @@ -4774,7 +4774,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TaskMedicalReviewId"); - b.ToTable("ReadingMedicineQuestionAnswer", t => + b.ToTable("ReadingMedicineQuestionAnswer", null, t => { t.HasComment("阅片医学问题答案"); }); @@ -4857,7 +4857,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("ParentId"); - b.ToTable("ReadingMedicineSystemQuestion", t => + b.ToTable("ReadingMedicineSystemQuestion", null, t => { t.HasComment("阅片医学审核系统问题"); }); @@ -4949,7 +4949,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("ParentId"); - b.ToTable("ReadingMedicineTrialQuestion", t => + b.ToTable("ReadingMedicineTrialQuestion", null, t => { t.HasComment("阅片医学审核项目问题"); }); @@ -5002,7 +5002,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("VisitTaskId"); - b.ToTable("ReadingOncologyTaskInfo", t => + b.ToTable("ReadingOncologyTaskInfo", null, t => { t.HasComment("阅片肿瘤学 针对访视任务 添加了一个结果"); }); @@ -5050,7 +5050,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("SubjectVisitId"); - b.ToTable("ReadingPeriodPlan", t => + b.ToTable("ReadingPeriodPlan", null, t => { t.HasComment("阅片计划"); }); @@ -5133,7 +5133,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("VisitStageId"); - b.ToTable("ReadingPeriodSet", t => + b.ToTable("ReadingPeriodSet", null, t => { t.HasComment("阅片期设置 只会设计到所有人 或者某个Site 针对全局"); }); @@ -5168,7 +5168,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialSiteId"); - b.ToTable("ReadingPeriodSite", t => + b.ToTable("ReadingPeriodSite", null, t => { t.HasComment("阅片期和中心关联"); }); @@ -5233,7 +5233,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("ReadingQuestionCriterionSystem", t => + b.ToTable("ReadingQuestionCriterionSystem", null, t => { t.HasComment("系统阅片标准"); }); @@ -5461,7 +5461,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialId"); - b.ToTable("ReadingQuestionCriterionTrial", t => + b.ToTable("ReadingQuestionCriterionTrial", null, t => { t.HasComment("项目阅片标准"); }); @@ -5698,7 +5698,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("RelevanceId"); - b.ToTable("ReadingQuestionSystem", t => + b.ToTable("ReadingQuestionSystem", null, t => { t.HasComment("系统阅片问题"); }); @@ -5999,7 +5999,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("RelevanceId"); - b.ToTable("ReadingQuestionTrial", t => + b.ToTable("ReadingQuestionTrial", null, t => { t.HasComment("项目阅片问题"); }); @@ -6046,7 +6046,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("DictionaryId"); - b.ToTable("ReadingSystemCriterionDictionary", t => + b.ToTable("ReadingSystemCriterionDictionary", null, t => { t.HasComment("系统标准 - 全局配置 (需要同步)"); }); @@ -6239,7 +6239,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("VisitTaskId"); - b.ToTable("ReadingTableAnswerRowInfo", t => + b.ToTable("ReadingTableAnswerRowInfo", null, t => { t.HasComment("表格问题答案行数据"); }); @@ -6308,7 +6308,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("VisitTaskId"); - b.ToTable("ReadingTableQuestionAnswer", t => + b.ToTable("ReadingTableQuestionAnswer", null, t => { t.HasComment("项目阅片 - 表格问题行记录子项答案"); }); @@ -6503,7 +6503,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("ReadingQuestionId"); - b.ToTable("ReadingTableQuestionSystem", t => + b.ToTable("ReadingTableQuestionSystem", null, t => { t.HasComment("系统表格问题"); }); @@ -6706,7 +6706,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("ReadingQuestionId"); - b.ToTable("ReadingTableQuestionTrial", t => + b.ToTable("ReadingTableQuestionTrial", null, t => { t.HasComment("项目阅片问题"); }); @@ -6766,7 +6766,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("VisitTaskId"); - b.ToTable("ReadingTaskQuestionAnswer", t => + b.ToTable("ReadingTaskQuestionAnswer", null, t => { t.HasComment("阅片任务答案"); }); @@ -6858,7 +6858,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("VisitTaskId"); - b.ToTable("ReadingTaskQuestionMark", t => + b.ToTable("ReadingTaskQuestionMark", null, t => { t.HasComment("项目阅片 - 任务问题标记"); }); @@ -6893,7 +6893,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TaskId"); - b.ToTable("ReadingTaskRelation", t => + b.ToTable("ReadingTaskRelation", null, t => { t.HasComment("任务关系表"); }); @@ -6938,7 +6938,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("DictionaryId"); - b.ToTable("ReadingTrialCriterionDictionary", t => + b.ToTable("ReadingTrialCriterionDictionary", null, t => { t.HasComment("项目阅片标准 - 全局配置"); }); @@ -7000,7 +7000,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("ResearchPublication", t => + b.ToTable("ResearchPublication", null, t => { t.HasComment("医生 - 科研学术记录"); }); @@ -7057,7 +7057,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("DoctorPayInformation", t => + b.ToTable("DoctorPayInformation", null, t => { t.HasComment("医生计费 - 支付信息表"); }); @@ -7118,7 +7118,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialSiteId"); - b.ToTable("SCPImageUpload", t => + b.ToTable("SCPImageUpload", null, t => { t.HasComment("项目中心 - 影像推送记录"); }); @@ -7236,7 +7236,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("StudyId"); - b.ToTable("SCPInstance", t => + b.ToTable("SCPInstance", null, t => { t.HasComment("项目中心 - 推送Instance"); }); @@ -7312,7 +7312,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialSiteId"); - b.ToTable("SCPPatient", t => + b.ToTable("SCPPatient", null, t => { t.HasComment("项目中心 - 推送检查患者"); }); @@ -7446,7 +7446,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("StudyId"); - b.ToTable("SCPSeries", t => + b.ToTable("SCPSeries", null, t => { t.HasComment("项目中心 - 推送序列"); }); @@ -7613,7 +7613,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialSiteId"); - b.ToTable("SCPStudy", t => + b.ToTable("SCPStudy", null, t => { t.HasComment("项目中心 - 推送检查"); }); @@ -7673,7 +7673,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("ShortcutKey", t => + b.ToTable("ShortcutKey", null, t => { t.HasComment("用户配置 - 快捷键"); }); @@ -7776,7 +7776,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("HospitalId"); - b.ToTable("Site", t => + b.ToTable("Site", null, t => { t.HasComment("机构 - Site"); }); @@ -7824,7 +7824,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("Sponsor", t => + b.ToTable("Sponsor", null, t => { t.HasComment("机构 - Sponsor"); }); @@ -7913,7 +7913,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialId"); - b.ToTable("StudyMonitor", t => + b.ToTable("StudyMonitor", null, t => { t.HasComment("项目 - 影像上传监控"); }); @@ -8047,7 +8047,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialSiteId"); - b.ToTable("Subject", t => + b.ToTable("Subject", null, t => { t.HasComment("项目 - 受试者"); }); @@ -8117,7 +8117,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialReadingQuestionId"); - b.ToTable("SubjectAdditionalEvaluationResult", t => + b.ToTable("SubjectAdditionalEvaluationResult", null, t => { t.HasComment("受试者 - 附加评估标准结果"); }); @@ -8151,7 +8151,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("SubjectId"); - b.ToTable("SubjectCanceDoctor", t => + b.ToTable("SubjectCanceDoctor", null, t => { t.HasComment("受试者 - 阅片标准取消分配医生记录"); }); @@ -8192,7 +8192,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialReadingCriterionId"); - b.ToTable("SubjectCriteriaEvaluation", t => + b.ToTable("SubjectCriteriaEvaluation", null, t => { t.HasComment("受试者 - 参与附加评估标准配置"); }); @@ -8246,7 +8246,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialReadingCriterionId"); - b.ToTable("SubjectCriteriaEvaluationVisitFilter", t => + b.ToTable("SubjectCriteriaEvaluationVisitFilter", null, t => { t.HasComment("受试者 - 附加评估标准影像筛选"); }); @@ -8299,7 +8299,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialReadingCriterionId"); - b.ToTable("SubjectCriteriaEvaluationVisitStudyFilter", t => + b.ToTable("SubjectCriteriaEvaluationVisitStudyFilter", null, t => { t.HasComment("受试者 - 附加评估标准影像筛选检查"); }); @@ -8359,7 +8359,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialId"); - b.ToTable("SubjectUser"); + b.ToTable("SubjectUser", (string)null); }); modelBuilder.Entity("IRaCIS.Core.Domain.Models.SubjectVisit", b => @@ -8605,7 +8605,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialSiteId"); - b.ToTable("SubjectVisit", t => + b.ToTable("SubjectVisit", null, t => { t.HasComment("受试者访视"); }); @@ -8671,7 +8671,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("SystemAnonymization", t => + b.ToTable("SystemAnonymization", null, t => { t.HasComment("系统 - 匿名化配置(需要同步)"); }); @@ -8737,7 +8737,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("ParentId"); - b.ToTable("SystemBasicData", t => + b.ToTable("SystemBasicData", null, t => { t.HasComment("系统 - 签名模板场景配置 (需要同步)"); }); @@ -8869,7 +8869,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("GroupId"); - b.ToTable("SystemClinicalQuestion", t => + b.ToTable("SystemClinicalQuestion", null, t => { t.HasComment("系统临床数据问题"); }); @@ -8968,7 +8968,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("SystemClinicalTableQuestion", t => + b.ToTable("SystemClinicalTableQuestion", null, t => { t.HasComment("系统临床表格问题"); }); @@ -8997,7 +8997,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("SystemCriterionDictionaryCode", t => + b.ToTable("SystemCriterionDictionaryCode", null, t => { t.HasComment("系统标准 - 字典配置 (需要同步)"); }); @@ -9048,7 +9048,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("SystemDocumentId"); - b.ToTable("SystemDocConfirmedUser", t => + b.ToTable("SystemDocConfirmedUser", null, t => { t.HasComment("后台 - 系统文档签署记录"); }); @@ -9071,7 +9071,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("SystemDocumentId"); - b.ToTable("SystemDocNeedConfirmedUserType", t => + b.ToTable("SystemDocNeedConfirmedUserType", null, t => { t.HasComment("后台 - 系统文档需要签署用户类型"); }); @@ -9094,9 +9094,6 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.Property("DeletedTime") .HasColumnType("datetime2"); - b.Property("DocUserSignType") - .HasColumnType("int"); - b.Property("FileTypeId") .HasColumnType("uniqueidentifier"); @@ -9128,7 +9125,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("FileTypeId"); - b.ToTable("SystemDocument", t => + b.ToTable("SystemDocument", null, t => { t.HasComment("后台 - 系统签署文档"); }); @@ -9198,7 +9195,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("PublishedUserId"); - b.ToTable("SystemNotice", t => + b.ToTable("SystemNotice", null, t => { t.HasComment("后台 - 系统通知"); }); @@ -9224,7 +9221,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("SystemNoticeId"); - b.ToTable("SystemNoticeUserRead", t => + b.ToTable("SystemNoticeUserRead", null, t => { t.HasComment("后台 - 系统通知用户读取记录"); }); @@ -9255,7 +9252,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("UserTypeId"); - b.ToTable("SystemNoticeUserType", t => + b.ToTable("SystemNoticeUserType", null, t => { t.HasComment("后台 - 系统通知用户类型配置"); }); @@ -9315,7 +9312,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialId"); - b.ToTable("TaskAllocationRule", t => + b.ToTable("TaskAllocationRule", null, t => { t.HasComment("项目阅片 - 分配规则"); }); @@ -9386,7 +9383,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialReadingCriterionId"); - b.ToTable("TaskConsistentRule", t => + b.ToTable("TaskConsistentRule", null, t => { t.HasComment("项目阅片 - 一致性分析生成任务配置"); }); @@ -9421,7 +9418,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("OriginalTaskId"); - b.ToTable("TaskInfluence", t => + b.ToTable("TaskInfluence", null, t => { t.HasComment("项目阅片 - 退回重阅影响"); }); @@ -9553,7 +9550,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("StudyId"); - b.ToTable("TaskInstance", t => + b.ToTable("TaskInstance", null, t => { t.HasComment("项目阅片 - 任务后处理Instance"); }); @@ -9690,7 +9687,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("VisitTaskId"); - b.ToTable("TaskMedicalReview", t => + b.ToTable("TaskMedicalReview", null, t => { t.HasComment("项目阅片 - 医学审核"); }); @@ -9745,7 +9742,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("DoctorUserId"); - b.ToTable("TaskMedicalReviewRule", t => + b.ToTable("TaskMedicalReviewRule", null, t => { t.HasComment("项目阅片 - 一致性分析规则"); }); @@ -9888,7 +9885,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("StudyId"); - b.ToTable("TaskSeries", t => + b.ToTable("TaskSeries", null, t => { t.HasComment("项目阅片 - 任务后上传序列"); }); @@ -10043,7 +10040,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("VisitTaskId"); - b.ToTable("TaskStudy", t => + b.ToTable("TaskStudy", null, t => { t.HasComment("项目阅片 - 任务后上传检查"); }); @@ -10417,7 +10414,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("SponsorId"); - b.ToTable("Trial", t => + b.ToTable("Trial", null, t => { t.HasComment("项目 - 项目基本信息与配置"); }); @@ -10461,7 +10458,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialId"); - b.ToTable("TrialBodyPart", t => + b.ToTable("TrialBodyPart", null, t => { t.HasComment("项目 - 项目部位配置"); }); @@ -10498,7 +10495,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialReadingCriterionId"); - b.ToTable("TrialClinicalDataSetCriterion", t => + b.ToTable("TrialClinicalDataSetCriterion", null, t => { t.HasComment("项目标准 - 临床数据配置"); }); @@ -10636,7 +10633,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialClinicalId"); - b.ToTable("TrialClinicalQuestion", t => + b.ToTable("TrialClinicalQuestion", null, t => { t.HasComment("项目临床数据问题"); }); @@ -10748,7 +10745,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("TrialClinicalTableQuestion", t => + b.ToTable("TrialClinicalTableQuestion", null, t => { t.HasComment("项目临床表格问题"); }); @@ -10789,7 +10786,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialReadingCriterionId"); - b.ToTable("TrialCriterionAdditionalAssessmentType", t => + b.ToTable("TrialCriterionAdditionalAssessmentType", null, t => { t.HasComment("项目 - 项目标准附加评估配置"); }); @@ -10820,7 +10817,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialCriterionId"); - b.ToTable("TrialCriterionDictionaryCode"); + b.ToTable("TrialCriterionDictionaryCode", (string)null); }); modelBuilder.Entity("IRaCIS.Core.Domain.Models.TrialDicomAE", b => @@ -10876,7 +10873,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("TrialDicomAE", t => + b.ToTable("TrialDicomAE", null, t => { t.HasComment("项目 - 项目DicomAE"); }); @@ -10904,7 +10901,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialId"); - b.ToTable("TrialDictionary", t => + b.ToTable("TrialDictionary", null, t => { t.HasComment("项目 - 项目字典关系表"); }); @@ -10955,7 +10952,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialDocumentId"); - b.ToTable("TrialDocConfirmedUser", t => + b.ToTable("TrialDocConfirmedUser", null, t => { t.HasComment("项目 - 项目文档签署记录"); }); @@ -10978,7 +10975,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialDocumentId"); - b.ToTable("TrialDocNeedConfirmedUserType", t => + b.ToTable("TrialDocNeedConfirmedUserType", null, t => { t.HasComment("项目 - 项目文档需要签署的用户类型"); }); @@ -11043,7 +11040,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialId"); - b.ToTable("TrialDocument", t => + b.ToTable("TrialDocument", null, t => { t.HasComment("项目 - 项目文档"); }); @@ -11066,7 +11063,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("UserId"); - b.ToTable("TrialEmailBlackUser", t => + b.ToTable("TrialEmailBlackUser", null, t => { t.HasComment("项目 - 项目邮件用户黑名单"); }); @@ -11225,7 +11222,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialReadingCriterionId"); - b.ToTable("TrialEmailNoticeConfig", t => + b.ToTable("TrialEmailNoticeConfig", null, t => { t.HasComment("项目 - 项目发送邮件配置"); }); @@ -11249,7 +11246,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialEmailNoticeConfigId"); - b.ToTable("TrialEmailNoticeUser", t => + b.ToTable("TrialEmailNoticeUser", null, t => { t.HasComment("项目 - 项目邮件收发配置用户类型"); }); @@ -11308,7 +11305,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("PhaseId"); - b.ToTable("TrialExperience", t => + b.ToTable("TrialExperience", null, t => { t.HasComment("医生 - 项目临床经历"); }); @@ -11336,7 +11333,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialExperienceId"); - b.ToTable("TrialExperienceCriteria", t => + b.ToTable("TrialExperienceCriteria", null, t => { t.HasComment("医生 - 项目临床经历评估标准"); }); @@ -11420,7 +11417,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialId"); - b.ToTable("TrialExternalUser", t => + b.ToTable("TrialExternalUser", null, t => { t.HasComment("项目 - 项目外部人员"); }); @@ -11502,7 +11499,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialId"); - b.ToTable("TrialImageDownload", t => + b.ToTable("TrialImageDownload", null, t => { t.HasComment("项目 - 影像下载监控"); }); @@ -11556,7 +11553,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialId"); - b.ToTable("TrialPaymentPrice", t => + b.ToTable("TrialPaymentPrice", null, t => { t.HasComment("医生计费 - 项目支付配置"); }); @@ -11630,7 +11627,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialId"); - b.ToTable("TrialQCQuestion", t => + b.ToTable("TrialQCQuestion", null, t => { t.HasComment("项目 - 质控问题"); }); @@ -11680,7 +11677,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialQCQuestionConfigureId"); - b.ToTable("TrialQCQuestionAnswer", t => + b.ToTable("TrialQCQuestionAnswer", null, t => { t.HasComment("项目 - 质控问题表单答案"); }); @@ -11750,7 +11747,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("TrialRevenuesPrice", t => + b.ToTable("TrialRevenuesPrice", null, t => { t.HasComment("医生计费 - 项目工作量收入单价"); }); @@ -11807,7 +11804,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasKey("Id"); - b.ToTable("TrialRevenuesPriceVerification", t => + b.ToTable("TrialRevenuesPriceVerification", null, t => { t.HasComment("医生计费 - 项目收入价格验证"); }); @@ -11850,7 +11847,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("TrialSign", t => + b.ToTable("TrialSign", null, t => { t.HasComment("项目 - 项目操作签名表"); }); @@ -11914,7 +11911,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialId"); - b.ToTable("TrialSite", t => + b.ToTable("TrialSite", null, t => { t.HasComment("项目 - 项目中心表"); }); @@ -11978,7 +11975,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialSiteId"); - b.ToTable("TrialSiteDicomAE", t => + b.ToTable("TrialSiteDicomAE", null, t => { t.HasComment("项目 - 项目中心DicomAE表"); }); @@ -12035,7 +12032,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialSiteSurveyId"); - b.ToTable("TrialSiteEquipmentSurvey", t => + b.ToTable("TrialSiteEquipmentSurvey", null, t => { t.HasComment("项目 - 项目中心调研设备表"); }); @@ -12142,7 +12139,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialSiteId"); - b.ToTable("TrialSiteSurvey", t => + b.ToTable("TrialSiteSurvey", null, t => { t.HasComment("项目 - 项目中心调研表"); }); @@ -12193,7 +12190,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("UserId"); - b.ToTable("TrialSiteUser", t => + b.ToTable("TrialSiteUser", null, t => { t.HasComment("项目 - 项目中心用户关系表"); }); @@ -12282,7 +12279,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("UserTypeId"); - b.ToTable("TrialSiteUserSurvey", t => + b.ToTable("TrialSiteUserSurvey", null, t => { t.HasComment("项目 - 项目中心调研用户表"); }); @@ -12323,7 +12320,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialId"); - b.ToTable("TrialStateChange", t => + b.ToTable("TrialStateChange", null, t => { t.HasComment("项目 - 项目状态变更记录表"); }); @@ -12360,7 +12357,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialId"); - b.ToTable("TrialStatus", t => + b.ToTable("TrialStatus", null, t => { t.HasComment("项目 - 入组流程记录"); }); @@ -12412,7 +12409,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("UserId"); - b.ToTable("TrialUser", t => + b.ToTable("TrialUser", null, t => { t.HasComment("运维人员与项目关联关系表 - 实体"); }); @@ -12441,7 +12438,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("TrialVirtualSiteCodeUpdate", t => + b.ToTable("TrialVirtualSiteCodeUpdate", null, t => { t.HasComment("项目 - 虚拟中心编号更新记录"); }); @@ -12470,7 +12467,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasKey("Id"); - b.ToTable("TumorAssessment_IRECIST1Point1", t => + b.ToTable("TumorAssessment_IRECIST1Point1", null, t => { t.HasComment("IRECIST1Point1肿瘤评估(系统标准)"); }); @@ -12499,7 +12496,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasKey("Id"); - b.ToTable("TumorAssessment_RECIST1Point1", t => + b.ToTable("TumorAssessment_RECIST1Point1", null, t => { t.HasComment("RECIST1Point1肿瘤评估(系统标准)"); }); @@ -12528,7 +12525,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasKey("Id"); - b.ToTable("TumorAssessment_RECIST1Point1BM", t => + b.ToTable("TumorAssessment_RECIST1Point1BM", null, t => { t.HasComment("RECIST1Point1BM肿瘤评估(系统标准)"); }); @@ -12668,7 +12665,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("UserTypeId"); - b.ToTable("User", t => + b.ToTable("User", null, t => { t.HasComment("后台 - 系统账户"); }); @@ -12735,7 +12732,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("VisitTaskId"); - b.ToTable("UserFeedBack", t => + b.ToTable("UserFeedBack", null, t => { t.HasComment("后台 - 用户反馈"); }); @@ -12789,7 +12786,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("OptUserId"); - b.ToTable("UserLog", t => + b.ToTable("UserLog", null, t => { t.HasComment("后台 - 用户账户操作日志"); }); @@ -12820,7 +12817,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("UserPassWordLog", t => + b.ToTable("UserPassWordLog", null, t => { t.HasComment("后台 - 用户修改密码"); }); @@ -12862,7 +12859,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasKey("Id"); - b.ToTable("UserType", t => + b.ToTable("UserType", null, t => { t.HasComment("后台 - 系统用户类型 (需要同步)"); }); @@ -12885,7 +12882,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("UserTypeId"); - b.ToTable("UserTypeGroup", t => + b.ToTable("UserTypeGroup", null, t => { t.HasComment("后台 - 用户类型组(需要同步)"); }); @@ -12908,7 +12905,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("UserTypeId"); - b.ToTable("UserTypeMenu", t => + b.ToTable("UserTypeMenu", null, t => { t.HasComment("后台 - 系统用户类型菜单中间关系表 (需要同步)"); }); @@ -12950,7 +12947,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("UserWLTemplate", t => + b.ToTable("UserWLTemplate", null, t => { t.HasComment("用户配置 - WL模板"); }); @@ -12989,7 +12986,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("Vacation", t => + b.ToTable("Vacation", null, t => { t.HasComment("医生 - 假期安排"); }); @@ -13036,7 +13033,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("VerificationCode", t => + b.ToTable("VerificationCode", null, t => { t.HasComment("后台 - 验证码记录"); }); @@ -13063,7 +13060,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("VisitPlanInfluenceStat", t => + b.ToTable("VisitPlanInfluenceStat", null, t => { t.HasComment("项目配置 - 访视计划调整不一致数量记录表"); }); @@ -13124,7 +13121,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("VisitPlanInfluenceStatId"); - b.ToTable("VisitPlanInfluenceStudy", t => + b.ToTable("VisitPlanInfluenceStudy", null, t => { t.HasComment("项目配置 - 访视计划调整影像检查"); }); @@ -13205,7 +13202,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialId"); - b.ToTable("VisitStage", t => + b.ToTable("VisitStage", null, t => { t.HasComment("项目配置 - 访视记录"); }); @@ -13460,7 +13457,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialReadingCriterionId"); - b.ToTable("VisitTask", t => + b.ToTable("VisitTask", null, t => { t.HasComment("项目阅片 - 阅片任务表"); }); @@ -13547,7 +13544,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialId"); - b.ToTable("VisitTaskReReading", t => + b.ToTable("VisitTaskReReading", null, t => { t.HasComment("重阅申请流程记录表"); }); @@ -13584,7 +13581,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("CreateUserId"); - b.ToTable("VolumeReward", t => + b.ToTable("VolumeReward", null, t => { t.HasComment("医生计费 - 奖励"); }); @@ -13666,7 +13663,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasIndex("TrialId"); - b.ToTable("DoctorWorkload", t => + b.ToTable("DoctorWorkload", null, t => { t.HasComment("医生计费 - 工作量记录表"); }); @@ -13684,7 +13681,7 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations b.HasKey("Id"); - b.ToTable("TestLength"); + b.ToTable("TestLength", (string)null); }); modelBuilder.Entity("IRaCIS.Core.Domain.Models.Attachment", b =>