| | |
| | | import com.mes.rawglassstation.service.RawGlassStorageStationService;
|
| | | import com.mes.rawglasstask.entity.RawGlassStorageTask;
|
| | | import com.mes.rawglasstask.service.RawGlassStorageTaskService;
|
| | | import com.mes.shelfrack.service.ShelfRackService;
|
| | | import com.mes.storagetask.service.StorageTaskService;
|
| | | import com.mes.tools.WebSocketServer;
|
| | | import org.springframework.beans.factory.annotation.Autowired;
|
| | | import lombok.extern.slf4j.Slf4j;
|
| | | import org.springframework.beans.factory.annotation.Autowired;
|
| | | import org.springframework.scheduling.annotation.Scheduled;
|
| | | import org.springframework.stereotype.Component;
|
| | |
|
| | |
| | | public class push {
|
| | |
|
| | | @Autowired
|
| | | private StorageTaskService storageTaskService;
|
| | | @Autowired
|
| | | private ShelfRackService shelfRackService;
|
| | | @Autowired
|
| | | private RawGlassStorageDetailsService rawGlassStorageDetailsService;
|
| | | @Autowired
|
| | | private RawGlassStorageStationService rawGlassStorageStationService;
|
| | |
|
| | | @Autowired
|
| | | private RawGlassStorageTaskService rawGlassStorageTaskService;
|
| | |
|