小程序用户
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
export default interface IUserAddress {
|
||||
id?: number;
|
||||
user_id?: number;
|
||||
name?: string;
|
||||
mobile?: string;
|
||||
province?: string;
|
||||
city?: string;
|
||||
district?: string;
|
||||
detail?: string;
|
||||
is_default?: number;
|
||||
created_at?: string;
|
||||
updated_at?: string;
|
||||
user?: {
|
||||
id: number;
|
||||
username: string;
|
||||
nickname: string;
|
||||
mobile: string;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user