xuhy
2024-08-17 c3d5fb8eab40b2257df4d6d5384a23cf12032446
1
2
3
4
5
6
7
8
9
package com.ruoyi.chargingPile.api.dto;
 
import com.ruoyi.common.core.web.page.BasePage;
import lombok.Data;
 
@Data
public class ApplyChargingQuery extends BasePage {
    String name;
}