影像配置数据库字段添加

This commit is contained in:
he
2025-02-27 11:16:53 +08:00
parent f471ce1535
commit bf9ce9b213
4 changed files with 52 additions and 0 deletions
@@ -19,6 +19,11 @@ public class NoneDicomStudy : BaseFullDeleteAuditEntity
#endregion
public string StudyCode { get; set; } = string.Empty;
/// <summary>
/// 检查名称
/// </summary>
public string StudyName { get; set; } = string.Empty;
public int FileCount { get; set; }
public int Code { get; set; }