feat: add
This commit is contained in:
4
src/services/typings.d.ts
vendored
4
src/services/typings.d.ts
vendored
@ -355,6 +355,8 @@ declare namespace API {
|
||||
staffId: number;
|
||||
cityCode: string;
|
||||
groupLink: string;
|
||||
sendCount: number;
|
||||
price: number;
|
||||
id: number;
|
||||
}
|
||||
|
||||
@ -365,6 +367,8 @@ declare namespace API {
|
||||
cityName?: string;
|
||||
cityCode: string;
|
||||
groupLink: string;
|
||||
sendCount?: number;
|
||||
price?: number;
|
||||
created?: string;
|
||||
updated?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user