修改一版

Uat_Study
he 2022-11-25 11:11:10 +08:00
parent 11f39e7241
commit 7be9e1f71b
1 changed files with 5 additions and 2 deletions

View File

@ -90,8 +90,11 @@ namespace IRaCIS.Core.Application.ViewModel
/// 器官类型
/// </summary>
public OrganType OrganType { get; set; }
public DateTime CreateTime { get; set; }
public Guid CreateUserId { get; set; }
/// <summary>
/// 是否是系统标准
/// </summary>
public bool IsSystemCriterion { get; set; } = true;
public bool CriterionNidus { get; set; }
}