liurunyu
2024-12-28 f0fe0c5c3725f7aae85b0eed3be1d98eb6cde6ef
完善Mapper接口类
13个文件已修改
39 ■■■■■ 已修改文件
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StClientAmountDayMapper.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StConsumeClientDayMapper.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StConsumeClientMonthMapper.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StConsumeClientYearMapper.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StConsumeIcDayMapper.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StConsumeIcMonthMapper.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StConsumeIcYearMapper.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StRechargeClientDayMapper.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StRechargeClientMonthMapper.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StRechargeClientYearMapper.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StRechargeIcDayMapper.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StRechargeIcMonthMapper.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StRechargeIcYearMapper.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StClientAmountDayMapper.java
@@ -1,5 +1,6 @@
package com.dy.pipIrrGlobal.daoSt;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dy.pipIrrGlobal.pojoSt.StClientAmountDay;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
@@ -12,7 +13,7 @@
 * @Description
 */
@Mapper
public interface StClientAmountDayMapper {
public interface StClientAmountDayMapper extends BaseMapper<StClientAmountDay> {
    /**
     * delete by primary key
     *
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StConsumeClientDayMapper.java
@@ -1,5 +1,6 @@
package com.dy.pipIrrGlobal.daoSt;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dy.pipIrrGlobal.pojoSt.StConsumeClientDay;
import com.dy.pipIrrGlobal.voSt.VoClientConsumeStatistics;
import org.apache.ibatis.annotations.Mapper;
@@ -13,7 +14,7 @@
 * @Description
 */
@Mapper
public interface StConsumeClientDayMapper {
public interface StConsumeClientDayMapper extends BaseMapper<StConsumeClientDay> {
    /**
     * delete by primary key
     *
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StConsumeClientMonthMapper.java
@@ -1,5 +1,6 @@
package com.dy.pipIrrGlobal.daoSt;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dy.pipIrrGlobal.pojoSt.StConsumeClientMonth;
import com.dy.pipIrrGlobal.voSt.VoClientConsumeStatistics;
import org.apache.ibatis.annotations.Mapper;
@@ -13,7 +14,7 @@
 * @Description
 */
@Mapper
public interface StConsumeClientMonthMapper {
public interface StConsumeClientMonthMapper  extends BaseMapper<StConsumeClientMonth> {
    /**
     * delete by primary key
     *
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StConsumeClientYearMapper.java
@@ -1,5 +1,6 @@
package com.dy.pipIrrGlobal.daoSt;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dy.pipIrrGlobal.pojoSt.StConsumeClientYear;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
@@ -12,7 +13,7 @@
 * @Description
 */
@Mapper
public interface StConsumeClientYearMapper {
public interface StConsumeClientYearMapper extends BaseMapper<StConsumeClientYear> {
    /**
     * delete by primary key
     * @param id primaryKey
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StConsumeIcDayMapper.java
@@ -1,5 +1,6 @@
package com.dy.pipIrrGlobal.daoSt;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dy.pipIrrGlobal.pojoSt.StConsumeIcDay;
import com.dy.pipIrrGlobal.voSt.VoIcConsumeStatistics;
import org.apache.ibatis.annotations.Mapper;
@@ -13,7 +14,7 @@
 * @Description
 */
@Mapper
public interface StConsumeIcDayMapper {
public interface StConsumeIcDayMapper extends BaseMapper<StConsumeIcDay> {
    /**
     * delete by primary key
     *
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
     *
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StConsumeIcYearMapper.java
@@ -1,5 +1,6 @@
package com.dy.pipIrrGlobal.daoSt;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dy.pipIrrGlobal.pojoSt.StConsumeIcYear;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
@@ -12,7 +13,7 @@
 * @Description
 */
@Mapper
public interface StConsumeIcYearMapper {
public interface StConsumeIcYearMapper extends BaseMapper<StConsumeIcYear> {
    /**
     * delete by primary key
     * @param id primaryKey
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StRechargeClientDayMapper.java
@@ -1,5 +1,6 @@
package com.dy.pipIrrGlobal.daoSt;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dy.pipIrrGlobal.pojoSt.StRechargeClientDay;
import com.dy.pipIrrGlobal.voSt.VoClientRechargeStatistics;
import org.apache.ibatis.annotations.Mapper;
@@ -13,7 +14,7 @@
 * @Description
 */
@Mapper
public interface StRechargeClientDayMapper {
public interface StRechargeClientDayMapper extends BaseMapper<StRechargeClientDay> {
    /**
     * delete by primary key
     *
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
     *
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StRechargeClientYearMapper.java
@@ -1,5 +1,6 @@
package com.dy.pipIrrGlobal.daoSt;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dy.pipIrrGlobal.pojoSt.StRechargeClientYear;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
@@ -12,7 +13,7 @@
 * @Description
 */
@Mapper
public interface StRechargeClientYearMapper {
public interface StRechargeClientYearMapper extends BaseMapper<StRechargeClientYear> {
    /**
     * delete by primary key
     * @param id primaryKey
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StRechargeIcDayMapper.java
@@ -1,5 +1,6 @@
package com.dy.pipIrrGlobal.daoSt;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dy.pipIrrGlobal.pojoSt.StRechargeIcDay;
import com.dy.pipIrrGlobal.voSt.VoIcRechargeStatistics;
import org.apache.ibatis.annotations.Mapper;
@@ -13,7 +14,7 @@
 * @Description
 */
@Mapper
public interface StRechargeIcDayMapper {
public interface StRechargeIcDayMapper extends BaseMapper<StRechargeIcDay> {
    /**
     * delete by primary key
     *
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
     *
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StRechargeIcYearMapper.java
@@ -1,5 +1,6 @@
package com.dy.pipIrrGlobal.daoSt;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dy.pipIrrGlobal.pojoSt.StRechargeIcYear;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
@@ -12,7 +13,7 @@
 * @Description
 */
@Mapper
public interface StRechargeIcYearMapper {
public interface StRechargeIcYearMapper extends BaseMapper<StRechargeIcYear> {
    /**
     * delete by primary key
     * @param id primaryKey