gtsxc
2025-02-28 16f5e8d67c29b726bf07e790da3214d72eb0e053
zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/service/MotionService.java
@@ -23,4 +23,6 @@
    // 持久化 motion 并生产priority
    int batchInsert(List<Motion> motionList, String uuid, Integer taskNo);
    int batchInsert(List<Motion> motionList, String uuid, Integer taskNo, Long hostId);
}