字典bug修复

This commit is contained in:
2022-04-15 09:35:31 +08:00
parent 67f41bd139
commit 4cbb37e1b5
4 changed files with 38 additions and 24 deletions
@@ -42,7 +42,7 @@ namespace IRaCIS.Application.Contracts
//有父亲 就有值
public Guid ParentId { get; set; }
public Guid? ParentId { get; set; }
public bool IsEnable { get; set; }