This commit is contained in:
he
2022-10-10 10:05:53 +08:00
parent 664870c725
commit b89029adff
7 changed files with 31 additions and 11 deletions
@@ -124,7 +124,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 单位
/// </summary>
public string Unit { get; set; } = string.Empty;
public ValueUnit? Unit { get; set; }
public Guid? Id { get; set; }
@@ -185,7 +185,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 单位
/// </summary>
public string Unit { get; set; } = string.Empty;
public ValueUnit? Unit { get; set; }
public Guid? Id { get; set; }
public Guid ReadingQuestionId { get; set; }
public string Type { get; set; } = string.Empty;
@@ -628,7 +628,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 单位
/// </summary>
public string Unit { get; set; } = string.Empty;
public ValueUnit? Unit { get; set; }
}
public class ReadingQuestionSystemView
@@ -641,7 +641,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 单位
/// </summary>
public string Unit { get; set; } = string.Empty;
public ValueUnit? Unit { get; set; }
/// <summary>
/// Id
@@ -969,7 +969,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 单位
/// </summary>
public string Unit { get; set; } = string.Empty;
public ValueUnit? Unit { get; set; }
/// <summary>
/// 分组
@@ -1242,7 +1242,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 单位
/// </summary>
public string Unit { get; set; } = string.Empty;
public ValueUnit? Unit { get; set; }
}
public class GetSystemCriterionSelectDto