mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
update 对接内蒙古平台
This commit is contained in:
@@ -6,4 +6,13 @@ import lombok.Setter;
|
||||
@Getter
|
||||
@Setter
|
||||
public class QueryOperatorInfoDTO {
|
||||
/**
|
||||
* 查询页码 默认为1
|
||||
*/
|
||||
private int PageNo = 1;
|
||||
|
||||
/**
|
||||
* 每页数量 默认为50
|
||||
*/
|
||||
private int PageSize = 50;
|
||||
}
|
||||
|
||||
@@ -10,6 +10,12 @@ public class CommonParamsDTO {
|
||||
@JsonProperty(value = "OperatorID")
|
||||
private String operatorID;
|
||||
|
||||
/**
|
||||
* 数据请求方的标识 请求方组织机构代码九位
|
||||
*/
|
||||
@JsonProperty(value = "PlatformID")
|
||||
private String platformID;
|
||||
|
||||
@JsonProperty(value = "Data")
|
||||
private String data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user