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
@@ -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>