mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
Merge branch 'dev' of http://192.168.2.2:8099/jsowell/jsowell-charger-web into dev
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package com.jsowell.pile.dto;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 联联充电获取令牌
|
||||
*
|
||||
* @author JS-ZZA
|
||||
* @date 2023/5/9 13:54
|
||||
*/
|
||||
@Data
|
||||
public class LianLianGetTokenDTO {
|
||||
@JsonProperty(value = "OperatorID")
|
||||
private String operatorId;
|
||||
|
||||
@JsonProperty(value = "OperatorSecret")
|
||||
private String operatorSecret;
|
||||
}
|
||||
Reference in New Issue
Block a user