Pu Zhibing
2025-01-22 2f30ea680b7867cc42681d8eff7b55f5fdf15201
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 landlordPhone;
}