修改一版

This commit is contained in:
he
2022-06-15 09:08:59 +08:00
parent 72870224b9
commit 4413634a44
5 changed files with 69 additions and 8 deletions
@@ -50,13 +50,14 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid? ParentId { get; set; }
/// <summary>
/// 类型值
/// </summary>
public string TypeValue { get; set; }
/// <summary>
/// 是否启用
/// </summary>
public bool IsEnable { get; set; }
/// <summary>