Junjie
2025-04-18 3dcc70402e27760de274dbc7d50a5f0726ce58cb
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);
}