| | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.dsh.course.mapper.StoreMapper; |
| | | import com.dsh.guns.modular.system.model.TImgConfig; |
| | | import com.dsh.guns.modular.system.model.TStore; |
| | | import com.dsh.guns.modular.system.model.TStoreListVo; |
| | | import com.dsh.guns.modular.system.model.TTurn; |
| | |
| | | public List<TTurn> getPage(List<Integer> ids) { |
| | | return this.baseMapper.getPage(ids); |
| | | } |
| | | |
| | | @Override |
| | | public List<TImgConfig> getConfig() { |
| | | |
| | | return this.baseMapper.getConfig1(); |
| | | } |
| | | |
| | | @Override |
| | | public void updateBasicConfig(Integer id, String p1) { |
| | | this.baseMapper.updateBasicConfig(id,p1); |
| | | } |
| | | |
| | | @Override |
| | | public void updateBenefits(Integer id, String p1) { |
| | | this.baseMapper.updateBasicBenefits(id,p1); |
| | | } |
| | | } |