自动化立体仓库 - WMS系统
#
whycq
2024-06-13 e6d092d364c5f11f864b34a7dfe81977e65fb232
src/main/java/com/zy/asrs/service/AgvLocDetlService.java
@@ -20,6 +20,12 @@
    Page<AgvLocDetl> getStockStatis(Page<AgvLocDetl> page);
    Double getSumAnfme(String matnr, String threeCode);
    Double getSumAnfmeProcess(String matnr, String threeCode);
    Double getSumAnfmeDb(String matnr, String threeCode, Integer floor);
    Integer sum();
    List<AgvLocDetl> getStockStatisExcel();
@@ -39,8 +45,12 @@
    public Double selectSumAnfmeByLocNo(String locNo);
    public Double selectSumAnfmeByMatnr(String matnr);
    public AgvLocDetl selectLocdetl(String locNo,String matnr,String batch,String csocode,String isocode);
    public void compareToEss(MultipartFile file) throws IOException;
    public void updateLocNo(String locNo, String sourceLoc,AgvLocDetl agvLocDetl);
}