|
@@ -5,6 +5,7 @@ import java.util.List;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
import org.king.modules.ad.entity.AdChargingRecord;
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
|
+import org.king.modules.ad.entity.ChargeCount;
|
|
|
import org.king.modules.ad.entity.ComChargingDevice;
|
|
|
import org.king.modules.ad.entity.ComChargingMonth;
|
|
|
|
|
@@ -19,4 +20,8 @@ public interface AdChargingRecordMapper extends BaseMapper<AdChargingRecord> {
|
|
|
List<ComChargingMonth> listMonth(@Param("comNos") List<Object> comNos, @Param("comNo") String comNo, @Param("month") String month);
|
|
|
|
|
|
List<ComChargingDevice> listDevice(@Param("comNos") List<Object> comNos, @Param("type") String type, @Param("status") String status);
|
|
|
+
|
|
|
+ List<ChargeCount> getChargeByFive();
|
|
|
+
|
|
|
+ ChargeCount getChargeData();
|
|
|
}
|