| | |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | import zy.cloud.wms.common.service.MainService; |
| | | import zy.cloud.wms.common.utils.VersionUtils; |
| | | import zy.cloud.wms.manager.entity.Comb; |
| | | import zy.cloud.wms.manager.entity.LocDetl; |
| | |
| | | public class WorkServiceImpl implements WorkService { |
| | | |
| | | @Autowired |
| | | private MainService mainService; |
| | | @Autowired |
| | | private NodeService nodeService; |
| | | @Autowired |
| | | private CombService combService; |