| | |
| | | import cn.gistack.sm.sjztdw.entity.DwsWaterResZEightDetailAll; |
| | | import cn.gistack.sm.sjztdw.mapper.DwsWaterResZEightDetailAllMapper; |
| | | import cn.gistack.sm.sjztdw.service.IDwsWaterResZEightDetailAllService; |
| | | import cn.gistack.sm.sjztdw.vo.DbExcelVO; |
| | | import com.baomidou.dynamic.datasource.annotation.DS; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import org.springframework.stereotype.Service; |
| | |
| | | public Integer updateCustomize(DwsWaterResZEightDetailAll dwsWaterResZEightDetailAll) { |
| | | return baseMapper.updateCustomize(dwsWaterResZEightDetailAll); |
| | | } |
| | | |
| | | @Override |
| | | public Integer updateByBasic(DbExcelVO dbExcel) { |
| | | return baseMapper.updateByBasic(dbExcel); |
| | | } |
| | | |
| | | @Override |
| | | public Integer removeByBasic(DbExcelVO dbExcelVO) { |
| | | return baseMapper.removeByBasic(dbExcelVO); |
| | | } |
| | | } |