| | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.yami.trading.bean.dz.StockDz; |
| | | import com.yami.trading.bean.dz.dto.ExchangeApplyOrderDzDto; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | |
| | |
| | | @Param("keyWords") String keyWords, |
| | | @Param("stockType") String stockType); |
| | | |
| | | Page getDzOrderList(Page page, |
| | | @Param("state") String state, |
| | | @Param("userId") String userId, |
| | | @Param("stockType") String stockType); |
| | | Page<ExchangeApplyOrderDzDto> getDzOrderList(Page page, |
| | | @Param("state") String state, |
| | | @Param("userId") String userId, |
| | | @Param("stockType") String stockType); |
| | | |
| | | Page getDzCheckList(Page page, |
| | | @Param("state") String state, |