项目增加字段,维护最大的检查编号
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user