IRC_NewDev
he 2023-07-13 11:40:30 +08:00
parent fc71dea8e9
commit 2526ac32fa
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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