mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-17 20:49:17 +08:00
新增 查询停车优免信息列表接口
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
package com.jsowell.pile.mapper;
|
||||
|
||||
import com.jsowell.pile.domain.CarCouponRecord;
|
||||
import com.jsowell.pile.dto.ParkingCouponRecordQueryDTO;
|
||||
import com.jsowell.pile.vo.uniapp.customer.ParkingOrderVO;
|
||||
import com.jsowell.pile.vo.web.ParkingCouponRecordVO;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
@@ -76,4 +78,12 @@ public interface CarCouponRecordMapper {
|
||||
* @return
|
||||
*/
|
||||
List<ParkingOrderVO> queryParkingOrderList(@Param("memberId") String memberId);
|
||||
|
||||
/**
|
||||
* 分页查询停车优免记录(联表查询站点名称和优免信息)
|
||||
*
|
||||
* @param queryDTO 查询条件
|
||||
* @return 停车优免记录列表
|
||||
*/
|
||||
List<ParkingCouponRecordVO> selectParkingCouponRecordList(ParkingCouponRecordQueryDTO queryDTO);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user