Uat_Study
he 2022-10-18 10:05:53 +08:00
parent db090acaad
commit cba9c70154
2 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ namespace IRaCIS.Application.Services
/// <summary>
/// 设置标准字典
/// 设置标准字典(系统用)
/// </summary>
/// <param name="inDto"></param>
/// <returns></returns>

View File

@ -10,7 +10,7 @@ using System.ComponentModel.DataAnnotations.Schema;
namespace IRaCIS.Core.Domain.Models
{
///<summary>
///肿瘤评估
///肿瘤评估(系统标准)
///</summary>
[Table("TumorAssessment")]
public class TumorAssessment : Entity
@ -37,7 +37,7 @@ namespace IRaCIS.Core.Domain.Models
public OverallAssessment OverallEfficacy { get; set; }
/// <summary>
/// 标准ID
/// 标准ID(系统标准Id)
/// </summary>
public Guid CriterionId { get; set; }