无关风月
2024-10-23 2d3cef1f7cee9742aaf5bce24fc1e12c5acc1154
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;
}