| | |
| | | Page findStockTypeDz(Page page, |
| | | @Param("orderBy") String orderBy, |
| | | @Param("keyWords") String keyWords , |
| | | @Param("formatDate") String formatDate); |
| | | @Param("formatDate") String formatDate, |
| | | @Param("stockType") String stockType); |
| | | |
| | | Page getDzListByAdmin(Page page, |
| | | @Param("keyWords") String keyWords); |
| | | @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 getDzCheckList(Page page, |
| | | @Param("state") String state, |
| | | @Param("stockCode") String stockCode, |
| | | @Param("stockType") String stockType); |
| | | |
| | | } |