修改导表
This commit is contained in:
@@ -784,6 +784,10 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
//所在部位
|
||||
public string LessionLocation { get; set; }
|
||||
|
||||
//所在器官
|
||||
[DictionaryTranslate("OrganType")]
|
||||
public string LessionOrgan { get; set; }
|
||||
|
||||
|
||||
//部位描述
|
||||
public string BodyPartDescription { get; set; }
|
||||
@@ -811,6 +815,10 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
//所在部位
|
||||
public string LessionLocation { get; set; }
|
||||
|
||||
//所在器官
|
||||
|
||||
public string LessionOrgan { get; set; }
|
||||
|
||||
|
||||
//部位描述
|
||||
public string BodyPartDescription { get; set; }
|
||||
@@ -849,7 +857,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
|
||||
//所在器官
|
||||
[DictionaryTranslate("OrganType")]
|
||||
|
||||
public string LessionOrgan { get; set; }
|
||||
//部位描述
|
||||
public string BodyPartDescription { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user