默认初始化页面权限
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user