| | |
| | | |
| | | public interface WorkService { |
| | | |
| | | R stockPakin(PakinParam param, Long userId); |
| | | |
| | | R stockIn(StockInParam param, Long userId); |
| | | |
| | | R stockOutCheck(String number, Long userId); |
| | | |
| | | R stockOutPrint(StockOutParam param, Long userId); |
| | | |
| | | R stockOutPreview(StockOutParam param, Long userId); |
| | | |
| | | R stockOut(StockOutParam param, Long userId); |
| | | R stockOutCreate(StockOutParam param, Long userId); |
| | | |
| | | R stockOutPrint(StockOutParam param, Long userId); |
| | | |
| | | R stockOutComplete(StockConfirmParam param, Long userId); |
| | | |
| | |
| | | |
| | | R initOrder(InitOrderParam param, Long userId); |
| | | |
| | | R stockTransfer(String number, Long userId); |
| | | |
| | | R stockCheck(StoCheckParam param, Long userId); |
| | | |
| | | R stockCheckAuditing(Long checkId, Long userId); |
| | | |
| | | } |