mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
通知第三方平台重构
This commit is contained in:
25
jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/common/NotificationDTO.java
vendored
Normal file
25
jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/common/NotificationDTO.java
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
package com.jsowell.thirdparty.common;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
public class NotificationDTO {
|
||||
/**
|
||||
* 站点id
|
||||
*/
|
||||
private String stationId;
|
||||
|
||||
/**
|
||||
* 平台类型,非必传
|
||||
* 不传表示所有平台
|
||||
*/
|
||||
private String platformType;
|
||||
|
||||
private String pileConnectorCode;
|
||||
|
||||
private String status;
|
||||
|
||||
private String orderCode;
|
||||
}
|
||||
Reference in New Issue
Block a user