This commit is contained in:
he
2022-08-03 15:51:39 +08:00
parent 810a601583
commit c19c34b80a
8 changed files with 75 additions and 3 deletions
@@ -71,6 +71,11 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public int? DigitPlaces { get; set; } = 2;
/// <summary>
/// 图片数量
/// </summary>
public int ImageCount { get; set; } = 0;
/// <summary>
/// 评估结果
/// </summary>
@@ -117,6 +117,16 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid? ReadingCriterionPageId { get; set; }
/// <summary>
/// 关联ID
/// </summary>
public Guid? RelevanceId { get; set; }
/// <summary>
/// 关联Value
/// </summary>
public string RelevanceValue { get; set; }=string.Empty;
/// <summary>
/// 分页标准
/// </summary>