This commit is contained in:
he
2023-07-13 11:37:51 +08:00
parent 27b51e7ede
commit fc71dea8e9
3 changed files with 15 additions and 0 deletions
@@ -48,6 +48,11 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public int? MaxAnswerLength { get; set; }
/// <summary>
/// 最大行数
/// </summary>
public int? MaxRow { get; set; }
/// <summary>
/// 临床数据选项类型(无,自定义)
/// </summary>
@@ -47,6 +47,11 @@ namespace IRaCIS.Core.Domain.Models
/// 最大长度
/// </summary>
public int? MaxAnswerLength { get; set; }
/// <summary>
/// 最大行数
/// </summary>
public int? MaxRow { get; set; }
/// <summary>
/// 临床数据选项类型(无,自定义)