小程序用户
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
export default interface IMemberUser {
|
||||
id?: number;
|
||||
username?: string;
|
||||
nickname?: string;
|
||||
email?: string;
|
||||
avatar?: string;
|
||||
mobile?: string;
|
||||
gender?: number;
|
||||
birthday?: string;
|
||||
balance?: number;
|
||||
status?: number;
|
||||
last_login_at?: string;
|
||||
openid?: string;
|
||||
unionid?: string;
|
||||
created_at?: string;
|
||||
updated_at?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user