|  |  |  | 
|---|
|  |  |  | package com.zy.asrs.wms.system.service.impl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.zy.asrs.wms.system.mapper.DeptMapper; | 
|---|
|  |  |  | import com.zy.asrs.wms.system.entity.Dept; | 
|---|
|  |  |  | import com.zy.asrs.wms.system.service.DeptService; | 
|---|
|  |  |  | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; | 
|---|
|  |  |  | import org.springframework.stereotype.Service; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Service("deptService") | 
|---|
|  |  |  | public class DeptServiceImpl extends ServiceImpl<DeptMapper, Dept> implements DeptService { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | package com.zy.asrs.wms.system.service.impl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.zy.asrs.wms.system.mapper.DeptMapper; | 
|---|
|  |  |  | import com.zy.asrs.wms.system.entity.Dept; | 
|---|
|  |  |  | import com.zy.asrs.wms.system.service.DeptService; | 
|---|
|  |  |  | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; | 
|---|
|  |  |  | import org.springframework.stereotype.Service; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Service("deptService") | 
|---|
|  |  |  | public class DeptServiceImpl extends ServiceImpl<DeptMapper, Dept> implements DeptService { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|