UNPKG

houdunren-vue

Version:

后盾人前端脚手架

21 lines (20 loc) 319 B
interface UserModel { id: number name: string email: string mobile?: string sex: number real_name?: any address?: any avatar?: any home?: any weibo?: any wechat?: any github?: string qq?: any wakatime?: string openid?: string unionid?: string created_at: string updated_at: string }