修改
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user