大屏项目初始化
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.mini.mybigscreen.biz.mapper;
|
||||
|
||||
import com.mini.mybigscreen.biz.domain.HomeMenu;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 菜单表 Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2026-03-01
|
||||
*/
|
||||
public interface HomeMenuMapper extends BaseMapper<HomeMenu> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user