Newer
Older
dxCard-admin / src / api / demo / model / accountModel.ts
YFJ on 23 Sep 134 bytes 项目推送
export interface GetAccountInfoModel {
  email: string;
  name: string;
  introduction: string;
  phone: string;
  address: string;
}