|
@@ -30,7 +30,8 @@ namespace Hotline.Settings
|
|
|
/// <summary>
|
|
|
/// 上级ID
|
|
|
/// </summary>
|
|
|
- public string ParentId { get; set; }
|
|
|
+ [SugarColumn(IsNullable = true)]
|
|
|
+ public string? ParentId { get; set; }
|
|
|
|
|
|
[SugarColumn(IsIgnore = true)]
|
|
|
public List<SysDicData> children { get; set; }
|