|  |  | 
 |  |  | import com.zy.asrs.entity.param.InitPakoutParam; | 
 |  |  | import com.zy.asrs.entity.param.MatnrDto; | 
 |  |  | import com.zy.asrs.entity.param.PakinParam; | 
 |  |  | import com.zy.asrs.entity.result.Pakin; | 
 |  |  | import com.zy.asrs.mapper.NodeMapper; | 
 |  |  | import com.zy.asrs.service.ManLocDetlService; | 
 |  |  | import com.zy.asrs.service.MatService; | 
 |  |  | import com.zy.asrs.service.NodeService; | 
 |  |  | import com.zy.asrs.utils.SaasUtils; | 
 |  |  | import com.zy.asrs.utils.VersionUtils; | 
 |  |  | import org.springframework.beans.factory.annotation.Autowired; | 
 |  |  | import org.springframework.stereotype.Service; | 
 |  |  | import org.springframework.transaction.annotation.Transactional; | 
 |  |  |  | 
 |  |  | import java.beans.Transient; | 
 |  |  | import java.util.Date; | 
 |  |  | import java.util.List; | 
 |  |  |  | 
 |  |  | 
 |  |  |     private SnowflakeIdWorker snowflakeIdWorker; | 
 |  |  |     @Autowired | 
 |  |  |     private ManLocDetlService manLocDetlService; | 
 |  |  |  | 
 |  |  |     @Override | 
 |  |  |     public Node getTop() { | 
 |  |  |         Node top = this.selectOne(new EntityWrapper<Node>().eq("type", 0).eq("level", 0)); |