菜单管理
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.cczsa.xinghe.codegen.mapper;
|
||||
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import com.mybatisflex.core.BaseMapper;
|
||||
import com.cczsa.xinghe.codegen.entity.MenuBindFunEntity;
|
||||
|
||||
/**
|
||||
* 菜单绑定权限 映射层。
|
||||
*
|
||||
* @author My
|
||||
* @since 0.0.1
|
||||
*/
|
||||
@Mapper
|
||||
public interface MenuBindFunMapper extends BaseMapper<MenuBindFunEntity> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user