xuhy
2024-08-24 3a69b83e503c21e24054ef9b04fcdc7d01bf9b50
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;
}