puzhibing
2024-10-24 bd57a2d81f6be03ec26df9afc4bb01d9f08371c5
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;
}