器官维护

This commit is contained in:
he
2022-12-14 11:12:16 +08:00
committed by {872297557@qq.com}
parent 3eabe809de
commit 18eb8b238d
7 changed files with 89 additions and 8 deletions
@@ -122,8 +122,12 @@ namespace IRaCIS.Core.Domain.Models
//string UpdateUserName { get; set; }
public DateTime UpdateTime { get; set; }
/// <summary>
/// 器官Id
/// </summary>
public Guid? OrganInfoId { get; set; }
public bool IsDeleted { get; set; }