#
Junjie
2025-05-19 0fc62ab3d5d038235b328d91cda0192a34617fb9
zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/utils/ConveyorDispatcher.java
@@ -1,18 +1,16 @@
//package com.zy.asrs.wcs.core.utils;
//
//import com.zy.core.model.DevpSlave;
//import com.zy.core.properties.SlaveProperties;
//import lombok.extern.slf4j.Slf4j;
//import org.springframework.beans.factory.annotation.Autowired;
//import org.springframework.stereotype.Service;
//
///**
// * Created by vincent on 2023/10/20
// */
//@Slf4j
//@Service
//public class ConveyorDispatcher {
//
package com.zy.asrs.wcs.core.utils;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
/**
 * Created by vincent on 2023/10/20
 */
@Slf4j
@Service
public class ConveyorDispatcher {
//    @Autowired
//    private SlaveProperties slaveProperties;
//
@@ -39,7 +37,5 @@
//        }
//        return null;
//    }
//
//
//
//}
}