json 补丁
This commit is contained in:
parent
3383fef3f0
commit
acb3fab074
@ -2,13 +2,17 @@ package com.jsl.oa.model.vodata;
|
|||||||
|
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
public class PermissionContentVO {
|
public class PermissionContentVO {
|
||||||
// 主键
|
|
||||||
private Long id;
|
private Long id;
|
||||||
// 权限名称
|
|
||||||
private String name;
|
private String name;
|
||||||
// 权限描述
|
private String code;
|
||||||
private String description;
|
private Short type;
|
||||||
|
private List<PermissionContentVO> children;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user