mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 22:15:06 +08:00
新增 宁夏交投 相关service方法
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
package com.jsowell.pile.dto.ningxiajiaotou;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 宁夏交投查询订单信息DTO
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2023/11/13 15:51:17
|
||||
*/
|
||||
@Data
|
||||
public class NXJTQueryOrdersInfoDTO {
|
||||
private Integer pageNo;
|
||||
|
||||
private Integer pageSize;
|
||||
|
||||
private String licensePlateNumber;
|
||||
|
||||
private String operatorId;
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
package com.jsowell.pile.dto.ningxiajiaotou;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 查询充电站信息DTO
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2023/11/13 13:52:41
|
||||
*/
|
||||
@Data
|
||||
public class NXJTQueryStationInfoDTO {
|
||||
|
||||
private String operatorId;
|
||||
|
||||
private Integer pageNo;
|
||||
|
||||
private Integer pageSize;
|
||||
|
||||
private String stationId;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user