页面权限
This commit is contained in:
@@ -21,6 +21,10 @@ public class ShopStaffAddDTO {
|
||||
* 店铺权限id集合
|
||||
*/
|
||||
private List<Long> shopPermissionIds;
|
||||
/**
|
||||
* 页面路径权限
|
||||
*/
|
||||
private List<Long> pagePathIdList;
|
||||
/**
|
||||
* 员工姓名
|
||||
*/
|
||||
|
||||
@@ -19,6 +19,10 @@ public class ShopStaffEditDTO {
|
||||
* 店铺权限id集合
|
||||
*/
|
||||
private List<Long> shopPermissionIds;
|
||||
/**
|
||||
* 页面权限
|
||||
*/
|
||||
private List<Long> pagePathIdList;
|
||||
/**
|
||||
* 角色id
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user