1
luxiaotao1123
2021-09-24 98610c8e9101b11678e6bc06bef2abfc45f5dc4c
src/main/java/com/zy/asrs/service/OutStockService.java
@@ -13,7 +13,11 @@
public interface OutStockService extends IService<OutStockBillEntry> {
    Page<OutStockBillEntry> queryOutStock(Page<OutStockBillEntry> page);
    List<LocDetl> queryMatWithLoc(String matnr);
    List<LocDetl> queryMatWithLoc(String fbillNo);
    Integer queryOutStockFInterID(String supplier);
    boolean incrementCPakOut(Integer FInterID, String Fnumber, Double increment, String FBillNo);
    /**
     * 出库作业