|  |  | 
 |  |  | package com.vincent.rsf.server.api.service; | 
 |  |  |  | 
 |  |  | import com.vincent.rsf.framework.common.R; | 
 |  |  | import com.vincent.rsf.server.api.controller.params.*; | 
 |  |  | import com.vincent.rsf.server.api.controller.erp.params.CheckObjParams; | 
 |  |  | import com.vincent.rsf.server.api.controller.erp.params.OpStockParams; | 
 |  |  | import com.vincent.rsf.server.api.controller.erp.params.OtherReceiptParams; | 
 |  |  | import com.vincent.rsf.server.api.controller.erp.params.PublicToStockParams; | 
 |  |  | import com.vincent.rsf.server.manager.controller.params.WaitPakinParam; | 
 |  |  | import com.vincent.rsf.server.manager.entity.AsnOrder; | 
 |  |  | import com.vincent.rsf.server.manager.entity.WkOrder; | 
 |  |  | 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; | 
 |  |  | 
 |  |  |  | 
 |  |  |     R otherReceipt(OtherReceiptParams params); | 
 |  |  |  | 
 |  |  |     List<AsnOrder> getAllAsnOrders(); | 
 |  |  |     List<WkOrder> getAllAsnOrders(); | 
 |  |  |  | 
 |  |  |     R getReceiptAreas(); | 
 |  |  |  | 
 |  |  | 
 |  |  |  | 
 |  |  |     R checkObjs(CheckObjParams params); | 
 |  |  |  | 
 |  |  |     R checkUpdate(List<QlyIsptItem> params); | 
 |  |  |     R checkUpdate(List<QlyIsptItem> params, Long loginUserId); | 
 |  |  |  | 
 |  |  |     R operateToStock(OpStockParams params); | 
 |  |  |  | 
 |  |  | 
 |  |  |  | 
 |  |  |     R getItemByContainer(Map<String, Object> params); | 
 |  |  |  | 
 |  |  |     R getUnItemByContainer(Map<String, Object> params); | 
 |  |  |  | 
 |  |  |     R defectProducts(String trackCode); | 
 |  |  |  | 
 |  |  |     R getPakinInStock(String barcode); |