luodangjia
2024-08-31 67aa40955df674f33fbf5972c738ee1bfd50d2b0
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;
}