Pu Zhibing
2 天以前 ab71786f3018e33a8225a52dfd2e2d8bbb4e2258
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.chargingPile.api.vo;
 
import lombok.Data;
 
import java.util.List;
 
@Data
public class GetChargingGunByChargingPileIdsVo {
 
    List<Integer> chargingPileIds;
}