新增 绑定停车平台接口

This commit is contained in:
Lemon
2023-08-25 14:23:35 +08:00
parent 454022c553
commit 9c3c80ca3f
12 changed files with 406 additions and 159 deletions

View File

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