Pu Zhibing
2025-07-17 2d37870b8924e93f5a8504b3e11645ac2a9da4f4
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;
}