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 *