页面权限

This commit is contained in:
张松
2025-04-02 15:55:53 +08:00
parent 99e7cbe1de
commit ee1661e20b
3 changed files with 25 additions and 0 deletions

View File

@@ -21,6 +21,10 @@ public class ShopStaffAddDTO {
* 店铺权限id集合
*/
private List<Long> shopPermissionIds;
/**
* 页面路径权限
*/
private List<Long> pagePathIdList;
/**
* 员工姓名
*/

View File

@@ -19,6 +19,10 @@ public class ShopStaffEditDTO {
* 店铺权限id集合
*/
private List<Long> shopPermissionIds;
/**
* 页面权限
*/
private List<Long> pagePathIdList;
/**
* 角色id
*/