修改一版
This commit is contained in:
@@ -197,7 +197,11 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
public string? TULOC { get; set; }
|
||||
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>
|
||||
@@ -251,9 +252,12 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
public string Part { get; set; }
|
||||
public string TULOC { get; set; }
|
||||
public string TULAT { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 是否可编辑位置
|
||||
/// </summary>
|
||||
public bool IsCanEditPosition { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 备注
|
||||
|
||||
@@ -256,8 +256,8 @@ namespace IRaCIS.Core.Application.Service
|
||||
TULOC = data.TULOC,
|
||||
Remark= data.Remark,
|
||||
IsLymphNodes = data.IsLymphNodes,
|
||||
|
||||
IsEnable= trialData.IsEnable,
|
||||
IsCanEditPosition=data.IsCanEditPosition,
|
||||
IsEnable = trialData.IsEnable,
|
||||
OrganType = data.OrganType,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user