| | |
| | | package com.vincent.rsf.server.api.service; |
| | | |
| | | import com.vincent.rsf.framework.common.R; |
| | | import com.vincent.rsf.server.api.controller.params.OtherReceiptParams; |
| | | import com.vincent.rsf.server.api.controller.params.ReceiptParams; |
| | | import com.vincent.rsf.server.api.controller.params.*; |
| | | import com.vincent.rsf.server.manager.controller.params.WaitPakinParam; |
| | | import com.vincent.rsf.server.manager.entity.AsnOrder; |
| | | import com.vincent.rsf.server.manager.entity.QlyIsptItem; |
| | | import com.vincent.rsf.server.manager.entity.WaitPakin; |
| | | import com.vincent.rsf.server.system.controller.param.LoginParam; |
| | | import com.vincent.rsf.server.system.entity.Fields; |
| | | |
| | | import javax.servlet.http.HttpServletRequest; |
| | | import java.util.List; |
| | |
| | | R otherReceipt(OtherReceiptParams params); |
| | | |
| | | List<AsnOrder> getAllAsnOrders(); |
| | | |
| | | R getReceiptAreas(); |
| | | |
| | | List<Fields> getDynamicFields(); |
| | | |
| | | R getDeltByCode(String code); |
| | | |
| | | WaitPakin mergeItems(WaitPakinParam waitPakin); |
| | | |
| | | WaitPakin unBind(WaitPakinParam param); |
| | | |
| | | R inspect(String code, Long loginUserId); |
| | | |
| | | R confirmIspt(String id); |
| | | |
| | | R checkObjs(CheckObjParams params); |
| | | |
| | | R checkUpdate(QlyIsptItem params); |
| | | |
| | | R operateToStock(OpStockParams params); |
| | | |
| | | R publicToStock(PublicToStockParams params); |
| | | |
| | | R taskToStock(String code); |
| | | |
| | | R taskGetLocs(String code) throws Exception; |
| | | } |