| | |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.scheduling.annotation.Scheduled; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * Created by vincent on 2020/7/7 |
| | | */ |
| | | @Slf4j |
| | | //@Component |
| | | @Component |
| | | public class OrderSyncScheduler { |
| | | |
| | | @Autowired |
| | |
| | | */ |
| | | public class MesConstant { |
| | | |
| | | |
| | | public static final String URL = "http://192.168.1.72:8301"; |
| | | public static final String URL = "http://192.168.99.130:80"; |
| | | |
| | | public static final String PACK_DOWN_URL = "mes/api/zy/v1/packDown/sendList"; |
| | | |