mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 22:15:06 +08:00
update 第三方平台接口
This commit is contained in:
12
jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/yongchengboche/dto/YCBCGetTokenDTO.java
vendored
Normal file
12
jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/yongchengboche/dto/YCBCGetTokenDTO.java
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
package com.jsowell.thirdparty.yongchengboche.dto;
|
||||
|
||||
import com.jsowell.thirdparty.zhongdianlian.dto.ZDLGetTokenDTO;
|
||||
|
||||
/**
|
||||
* TODO
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2023/10/30 15:49:51
|
||||
*/
|
||||
public class YCBCGetTokenDTO extends ZDLGetTokenDTO {
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
package com.jsowell.thirdparty.yongchengboche.dto;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.jsowell.thirdparty.lianlian.dto.CommonParamsDTO;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 甬城泊车通用请求参数DTO
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2023/10/30 15:53:35
|
||||
*/
|
||||
@Data
|
||||
public class YCCommonParamsDTO extends CommonParamsDTO {
|
||||
|
||||
@JsonProperty(value = "AccessName")
|
||||
private String accessName;
|
||||
}
|
||||
Reference in New Issue
Block a user