修改一版

Uat_Study
he 2022-09-26 15:32:14 +08:00
parent 71a73ff536
commit 821f72d459
3 changed files with 17 additions and 8 deletions

View File

@ -198,6 +198,10 @@ namespace IRaCIS.Core.Application.ViewModel
public string? TULAT { get; set; }
/// <summary>
/// 是否可编辑位置
/// </summary>
public bool IsCanEditPosition { get; set; }
public bool IsEnable { get; set; }
@ -206,9 +210,6 @@ namespace IRaCIS.Core.Application.ViewModel
/// </summary>
public OrganType OrganType { get; set; }
/// <summary>
/// 备注
/// </summary>
@ -253,7 +254,10 @@ namespace IRaCIS.Core.Application.ViewModel
public string TULAT { get; set; }
/// <summary>
/// 是否可编辑位置
/// </summary>
public bool IsCanEditPosition { get; set; }
/// <summary>
/// 备注

View File

@ -256,7 +256,7 @@ namespace IRaCIS.Core.Application.Service
TULOC = data.TULOC,
Remark= data.Remark,
IsLymphNodes = data.IsLymphNodes,
IsCanEditPosition=data.IsCanEditPosition,
IsEnable = trialData.IsEnable,
OrganType = data.OrganType,
};

View File

@ -58,6 +58,11 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public DateTime CreateTime { get; set; }
/// <summary>
/// 是否可编辑位置
/// </summary>
public bool IsCanEditPosition { get; set; }
/// <summary>
/// 创建人
/// </summary>