修改一版

This commit is contained in:
he
2022-08-10 13:15:07 +08:00
parent 0506e2f594
commit 99c1b1d1ee
3 changed files with 31 additions and 0 deletions
@@ -74,6 +74,16 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public string Remark { get; set; }
/// <summary>
/// 关联ID
/// </summary>
public Guid? RelevanceId { get; set; }
/// <summary>
/// 关联Value
/// </summary>
public string RelevanceValue { get; set; } = string.Empty;
/// <summary>
/// 分组
/// </summary>