mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 06:25:13 +08:00
新增 绑定停车平台接口
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.jsowell.pile.dto.lutongyunting;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 绑定停车平台DTO
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2023/8/25 13:34
|
||||
*/
|
||||
@Data
|
||||
public class BindParkingPlatformDTO {
|
||||
private String stationId;
|
||||
|
||||
private String parkingId;
|
||||
}
|
||||
Reference in New Issue
Block a user