mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 06:25:13 +08:00
update 南瑞平台相关接口
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
package com.jsowell.pile.dto.nanrui;
|
||||
|
||||
import com.jsowell.pile.dto.PushStationInfoDTO;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 推送告警信息DTO
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2023/10/12 15:33
|
||||
*/
|
||||
@Data
|
||||
public class PushAlarmInfoDTO extends PushStationInfoDTO {
|
||||
/**
|
||||
* 枪口号
|
||||
*/
|
||||
private String pileConnectorCode;
|
||||
|
||||
/**
|
||||
* 枪口状态
|
||||
*/
|
||||
private String connectorStatus;
|
||||
}
|
||||
Reference in New Issue
Block a user