| | |
| | | |
| | | import cn.gistack.sm.sjztdw.entity.DwsResPressDi; |
| | | import cn.gistack.sm.sjztdw.entity.DwsResSlDi; |
| | | import cn.gistack.sm.sjztdw.vo.DbExcelVO; |
| | | import com.baomidou.dynamic.datasource.annotation.DS; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | |
| | | * |
| | | * @author Chill |
| | | */ |
| | | @DS("ztdw") |
| | | public interface DwsResSlDiMapper extends BaseMapper<DwsResSlDi> { |
| | | |
| | | |
| | | Integer updateCustomize(@Param("entity") DwsResSlDi dwsResSlDi); |
| | | |
| | | Integer updateByBasic(@Param("entity") DbExcelVO dbExcel); |
| | | |
| | | Integer removeByBasic(@Param("entity") DbExcelVO dbExcelVO); |
| | | } |