修改一版
parent
11f39e7241
commit
7be9e1f71b
|
@ -90,8 +90,11 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||||
/// 器官类型
|
/// 器官类型
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public OrganType OrganType { get; set; }
|
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; }
|
public bool CriterionNidus { get; set; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue