mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 04:25:21 +08:00
update 设备状态变化推送联联平台接口
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.jsowell.pile.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 练练平台推送信息参数DTO
|
||||
*
|
||||
* @author JS-ZZA
|
||||
* @date 2023/5/26 9:26
|
||||
*/
|
||||
@Data
|
||||
public class PushInfoParamDTO {
|
||||
private String pileConnectorCode;
|
||||
|
||||
private String status;
|
||||
}
|
||||
Reference in New Issue
Block a user