xuhy
2024-12-11 0a1533fd30ec1a2f4624ccda4ff11f2535ea8a46
1
2
3
4
5
6
7
package com.ruoyi.system.query;
 
import com.ruoyi.common.core.domain.BasePage;
 
public class RegionQuery extends BasePage {
    Integer regionId;
}