guoshilong
2024-03-31 a4cd27af8c445e2b043aa146ee38f04222c992e7
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sjztdw/mapper/DwsResSlDiMapper.java
@@ -2,6 +2,8 @@
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;
@@ -10,8 +12,13 @@
 *
 * @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);
}