| | |
| | | package com.zy.asrs.wms.asrs.service.impl; |
| | | |
| | | import com.zy.asrs.wms.asrs.mapper.TaskTypeMapper; |
| | | import com.zy.asrs.wms.asrs.entity.TaskType; |
| | | import com.zy.asrs.wms.asrs.service.TaskTypeService; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | @Service("taskTypeService") |
| | | public class TaskTypeServiceImpl extends ServiceImpl<TaskTypeMapper, TaskType> implements TaskTypeService { |
| | | |
| | | } |
| | | package com.zy.asrs.wms.asrs.service.impl;
|
| | |
|
| | | import com.zy.asrs.wms.asrs.mapper.TaskTypeMapper;
|
| | | import com.zy.asrs.wms.asrs.entity.TaskType;
|
| | | import com.zy.asrs.wms.asrs.service.TaskTypeService;
|
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
| | | import org.springframework.stereotype.Service;
|
| | |
|
| | | @Service("taskTypeService")
|
| | | public class TaskTypeServiceImpl extends ServiceImpl<TaskTypeMapper, TaskType> implements TaskTypeService {
|
| | |
|
| | | }
|