update 重构华为Service

This commit is contained in:
Lemon
2024-01-27 15:25:39 +08:00
parent 10ea307cf7
commit bf7e2a4ad9
5 changed files with 326 additions and 205 deletions

View File

@@ -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 {
}