import { PersonListRQ } from "./PersonListRQ";
/**
 * Person query request data
 * 成员查询请求数据
 */
export type PersonQueryRQ = PersonListRQ & {};
