pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StRechargeIcMonthMapper.java
@@ -1,5 +1,6 @@
package com.dy.pipIrrGlobal.daoSt;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dy.pipIrrGlobal.pojoSt.StRechargeIcMonth;
import com.dy.pipIrrGlobal.voSt.VoIcRechargeStatistics;
import org.apache.ibatis.annotations.Mapper;
@@ -13,7 +14,7 @@
 * @Description
 */
@Mapper
public interface StRechargeIcMonthMapper {
public interface StRechargeIcMonthMapper extends BaseMapper<StRechargeIcMonth> {
    /**
     * delete by primary key
     *