| | |
| | | package com.vincent.rsf.server.api.service; |
| | | |
| | | import com.vincent.rsf.framework.common.R; |
| | | import com.vincent.rsf.server.api.entity.params.PdaGeneralParam; |
| | | import com.vincent.rsf.server.system.entity.User; |
| | | |
| | | public interface PdaOtherService { |
| | | R transferPage(String orderNo, Integer curr, Integer limit); |
| | | |
| | | R inspectList(PdaGeneralParam generalParam); |
| | | |
| | | R inspectConfirm(PdaGeneralParam generalParam); |
| | | |
| | | R inspectConfirm2(PdaGeneralParam generalParam); |
| | | |
| | | R stationPage(String staNo, Integer curr, Integer limit); |
| | | |
| | | R staOperate(PdaGeneralParam generalParam, User user); |
| | | |
| | | R locPage(String locNo, Integer curr, Integer limit); |
| | | |
| | | R locOperate(PdaGeneralParam generalParam, User loginUser); |
| | | } |