| | |
| | | /* |
| | | package com.yami.trading.admin.dao; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.yami.trading.bean.miner.Miner; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | */ |
| | | /** |
| | | * @program: trading-order-master |
| | | * @description: |
| | | * @create: 2025-03-10 14:27 |
| | | **/ |
| | | **//* |
| | | |
| | | @Mapper |
| | | public interface MinerMapper extends BaseMapper<Miner> { |
| | | Page pagedQuery(Page page, @Param("name_para") String name_para); |
| | | } |
| | | }*/ |