Pu Zhibing
2024-09-27 76e0a1248fb3abef43ae2493611be89ed5ed9f73
1
2
3
4
5
6
7
8
9
package com.ruoyi.other.api.dto;
 
import com.ruoyi.common.core.web.page.BasePage;
import lombok.Data;
 
@Data
public class UnitListQueryDto extends BasePage {
    private  String companyName;
}