This commit is contained in:
DK
2022-03-28 17:58:09 +08:00
parent 6cc5e03ca3
commit a96de2f416
4 changed files with 6 additions and 6 deletions
@@ -23,7 +23,7 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid? ParentId { get; set; }
public bool IsEnable { get; set; }
public bool IsConfig { get; set; }
public int? ModuleTypeId { get; set; }
public string ModuleTypeId { get; set; }
public string OptTypeId { get; set; }
public string ChildrenTypeId { get; set; }
}
@@ -66,7 +66,7 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid? ParentId { get; set; }
public bool IsEnable { get; set; }
public bool IsConfig { get; set; }
public int? ModuleTypeId { get; set; }
public string ModuleTypeId { get; set; }
public string OptTypeId { get; set; }
public string ChildrenTypeId { get; set; }
}