默认初始化页面权限

This commit is contained in:
张松
2025-04-02 16:13:26 +08:00
parent 989945d85e
commit 7d311bb3a0
3 changed files with 37 additions and 5 deletions

View File

@@ -3,6 +3,8 @@ package com.czg.account.service;
import com.mybatisflex.core.service.IService;
import com.czg.account.entity.ShopPagePath;
import java.util.List;
/**
* 服务层。
*
@@ -11,4 +13,5 @@ import com.czg.account.entity.ShopPagePath;
*/
public interface ShopPagePathService extends IService<ShopPagePath> {
List<ShopPagePath> detail(Long staffId);
}