项目增加字段,维护最大的检查编号

This commit is contained in:
2026-05-06 14:29:27 +08:00
parent d60229fa99
commit 74844bf9ce
6 changed files with 22234 additions and 2 deletions
+6
View File
@@ -318,6 +318,12 @@ public partial class Trial : BaseFullDeleteAuditEntity
public TrialDataStore TrialDataStoreType { get; set; }
[Comment("最大的Dicom检查编号 整型")]
public int MaxDicomCode { get; set; }
[Comment("最大的NoneDicom检查编号 整型")]
public int MaxNoneDicomCode { get; set; }
}
public enum TrialDataStore