tapi/z_ele/src/api/xm/member-profile/model/index.ts
2025-09-11 22:53:00 +08:00

13 lines
189 B
TypeScript

import type { PageParam } from '@/api';
/**
* 会员
*/
export interface Profile {}
/**
* 会员搜索条件
*/
export interface ProfileParam extends PageParam {
account?: string;
}