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