严智鑫
2024-03-06 f7ecb62a4fcfc86893458f1298995692315ff79f
1
2
3
4
5
6
7
8
9
10
11
12
package com.mes.mapper.userInfo;
 
import com.mes.entity.userInfo.SysMenuItem;
import org.apache.ibatis.annotations.Mapper;
 
import java.util.List;
 
@Mapper
public interface SysMenuItemMapper {
 
     List<SysMenuItem> findAll() ;
}