mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-31 23:55:27 +08:00
8 lines
134 B
TypeScript
8 lines
134 B
TypeScript
export interface GetAccountInfoModel {
|
|
email: string;
|
|
name: string;
|
|
introduction: string;
|
|
phone: string;
|
|
address: string;
|
|
}
|