This commit is contained in:
he
2022-08-29 14:46:12 +08:00
parent 988ffcd5af
commit 7b4db3b388
4 changed files with 46 additions and 8 deletions
@@ -119,11 +119,11 @@ namespace IRaCIS.Core.Domain.Models
/// DependParentId
/// </summary>
public Guid? DependParentId { get; set; }
/// <summary>
/// IsDepend
/// </summary>
public int IsDepend { get; set; }
/// IsDepend
/// </summary>
public IsDepend? IsDepend { get; set; }
/// <summary>