Commit 529cb0c56cf27d3218fc5febf94819afd80ff931

Authored by rui.zhang
1 parent e214d9753c

platform permission

add return pageinfo

Showing 1 changed file with 1 additions and 1 deletions

platform-biz-service/src/main/java/com/lyms/platform/permission/model/Roles.java View file @ 529cb0c
... ... @@ -4,7 +4,7 @@
4 4  
5 5 public class Roles {
6 6 private Integer id;
7   - private Integer type;
  7 + private Integer type; //0¹ÜÀíÔ±½ÇÉ« 1Óû§½ÇÉ«
8 8 private String name;
9 9 private Integer publishId;
10 10 private String publishName;