whycxzp
2025-05-29 c7e295d1dfdfeb8b092e757b68b374912705ef15
src/main/java/com/whyc/controller/InterfaceWmsController.java
@@ -76,6 +76,11 @@
        return service.getLocationList();
    }
    /**
     * @param MaterialType 0=获取所有、1=载具、2=电池
     * @param PalletStatus 0=库位、1=获取所有、4=待出库
     * @return
     */
    @GetMapping("getPalletList")
    public Response getPalletList(@RequestParam int MaterialType,@RequestParam int PalletStatus){