Uat_Study
he 2023-07-13 11:37:51 +08:00
parent 1ba147009b
commit 284495700a
3 changed files with 15 additions and 0 deletions

View File

@ -181,6 +181,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public int? MaxAnswerLength { get; set; }
/// <summary>
/// 最大行数
/// </summary>
public int? MaxRow { get; set; }
/// <summary>
/// 临床数据选项类型(无,自定义)
/// </summary>

View File

@ -48,6 +48,11 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public int? MaxAnswerLength { get; set; }
/// <summary>
/// 最大行数
/// </summary>
public int? MaxRow { get; set; }
/// <summary>
/// 临床数据选项类型(无,自定义)
/// </summary>

View File

@ -47,6 +47,11 @@ namespace IRaCIS.Core.Domain.Models
/// 最大长度
/// </summary>
public int? MaxAnswerLength { get; set; }
/// <summary>
/// 最大行数
/// </summary>
public int? MaxRow { get; set; }
/// <summary>
/// 临床数据选项类型(无,自定义)