| | |
| | | import com.dsh.course.mapper.StoreMapper; |
| | | import com.dsh.guns.modular.system.model.TStore; |
| | | import com.dsh.guns.modular.system.model.TStoreListVo; |
| | | import com.dsh.guns.modular.system.model.TTurn; |
| | | import com.dsh.guns.modular.system.service.IStoreService; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | |
| | | public void delete1(Integer id) { |
| | | this.baseMapper.delete1(id); |
| | | } |
| | | |
| | | @Override |
| | | public List<TTurn> pageList() { |
| | | return this.baseMapper.pageList(); |
| | | } |
| | | |
| | | @Override |
| | | public List<TTurn> getPage(List<Integer> ids) { |
| | | return this.baseMapper.getPage(ids); |
| | | } |
| | | } |