|
@@ -32,6 +32,8 @@ type PermissionSetItem struct {
|
|
|
ParentId int `description:"父级权限id"`
|
|
|
IsPublic int `description:"是否是公有权限1:公有权限,0私有权限"`
|
|
|
Checked bool `description:"选中状态"`
|
|
|
+ ShowInput bool `description:"是否包含输入框"`
|
|
|
+ ChartContent string `description:"权限申请时下面的框点数回显"`
|
|
|
|
|
|
Child []*PermissionSetItem `description:"具体的主客观-方便前端的排版用的"`
|
|
|
}
|