用户 服务类
| 12 | * 用户 服务类 |
| 13 | */ |
| 14 | public interface YonghuService extends IService<YonghuEntity> { |
| 15 | |
| 16 | /** |
| 17 | * @param params 查询参数 |
| 18 | * @return 带分页的查询出来的数据 |
| 19 | */ |
| 20 | PageUtils queryPage(Map<String, Object> params); |
| 21 | |
| 22 | } |
nothing calls this directly
no outgoing calls
no test coverage detected