This commit is contained in:
he
2022-08-15 13:56:16 +08:00
parent fc6154a04c
commit 10a5cdca85
4 changed files with 50 additions and 1 deletions
@@ -108,10 +108,15 @@ namespace IRaCIS.Core.Domain.Models
/// <summary>
/// 依赖父问题
/// 关联父问题
/// </summary>
public Guid? DependParentId { get; set; }
/// <summary>
/// 是否关联
/// </summary>
public IsDepend IsDepend { get; set; }
/// <summary>
/// 表格问题类型
/// </summary>