新增 移动充电桩到另一个站点接口

This commit is contained in:
Lemon
2025-10-30 15:48:39 +08:00
parent db936639d9
commit 5df6dd9d20
5 changed files with 80 additions and 2 deletions

View File

@@ -45,4 +45,14 @@ public class ReplaceMerchantStationDTO {
private String updateBy;
private Date updateTime;
/**
* 移动充电桩时有值,新运营商 id
*/
private String newMerchantId;
/**
* 移动充电桩时有值,新站点 id
*/
private String newStationId;
}