无关风月
2024-10-23 726ea14c21f4d17178e53a8091e26f63ab925fc1
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.account.api.dto;
 
import com.ruoyi.common.core.web.domain.BasePojo;
import com.ruoyi.common.core.web.page.BasePage;
import lombok.Data;
 
@Data
public class EnterpriseQuery extends BasePage {
    private String phone;
}