aaa
admin
2025-05-28 b0a1260a566f6c844dd55c67d9587d4753840b0c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package tech.aiflowy.ai.mapper;
 
import com.mybatisflex.core.BaseMapper;
import tech.aiflowy.ai.entity.AiFirstMenu;
import tech.aiflowy.ai.entity.base.AiFirstMenuBase;
 
/**
* @author admin
* @description 针对表【ai_first_menu(ai机器人一级菜单表)】的数据库操作Mapper
* @createDate 2025-05-28 15:26:35
* @Entity tech.aiflowy.ai.entity.base.AiFirstMenu
*/
public interface AiFirstMenuMapper extends BaseMapper<AiFirstMenu> {
 
}