mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 04:25:21 +08:00
新增 站点、第三方推送平台配置对应表
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
package com.jsowell.pile.vo.base;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 站点、配置信息VO
|
||||
*
|
||||
* @author JS-ZZA
|
||||
* @date 2023/6/6 8:48
|
||||
*/
|
||||
@Data
|
||||
public class StationSettingRelationVO {
|
||||
private String stationId;
|
||||
|
||||
private String thirdPartyType;
|
||||
|
||||
private String urlAddress;
|
||||
private String operatorId;
|
||||
private String operatorSecret;
|
||||
private String signSecret;
|
||||
private String dataSecret;
|
||||
private String dataSecretIv;
|
||||
}
|
||||
Reference in New Issue
Block a user