新增 商家推送充电设备动态数据 接口

This commit is contained in:
Lemon
2023-06-15 16:53:24 +08:00
parent f0a6b69941
commit cd220611c5
6 changed files with 190 additions and 7 deletions

View File

@@ -0,0 +1,13 @@
package com.jsowell.pile.dto.amap;
import lombok.Data;
/**
* TODO
*
* @author Lemon
* @Date 2023/6/15 15:54
*/
@Data
public class ChargeDeviceDynamicsDTO {
}