| | |
| | | import com.zy.asrs.wcs.core.domain.dto.MotionDto; |
| | | import com.zy.asrs.wcs.core.model.enums.DeviceCtgType; |
| | | import com.zy.asrs.wcs.core.model.enums.MotionCtgType; |
| | | import com.zy.asrs.wcs.rcs.entity.Motion; |
| | | import com.zy.asrs.wcs.rcs.service.MotionService; |
| | | import com.zy.asrs.wcs.core.entity.Motion; |
| | | import com.zy.asrs.wcs.core.service.MotionService; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | |
| | | |
| | | if (null != origin) { |
| | | motion.setOrigin(String.valueOf(origin.getLev())); |
| | | motion.setOriDrt(origin.getStaNo());//源站 |
| | | } |
| | | motion.setTarget(String.valueOf(target.getLev())); |
| | | motion.setTarDrt(target.getStaNo());//目标站 |
| | | })); |
| | | |
| | | return motionList; |