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