mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 22:15:06 +08:00
update 重构华为Service
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.jsowell.pile.dto.huawei;
|
||||
|
||||
import com.jsowell.pile.vo.huawei.QueryChargeStatusVO;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 接收华为所推送的设备充电状态DTO
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2024/1/27 10:23:53
|
||||
*/
|
||||
@Data
|
||||
public class ReceiveEquipChargeStatusDTO extends QueryChargeStatusVO {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user