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