Junjie
2024-08-31 03ab0d9b4705efc3a79113d63b252f2e1d1292a2
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);
}