@be-link/cs-cli-nodejs 0.0.97 → 0.0.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -87,19 +87,21 @@ export declare namespace ShuttleBusSupplier {
|
|
|
87
87
|
description: string;
|
|
88
88
|
}
|
|
89
89
|
interface QueryShuttleBusRoute {
|
|
90
|
+
idList?: string[];
|
|
90
91
|
supplierId?: string;
|
|
91
92
|
supplierName?: string;
|
|
92
93
|
departureCity?: string;
|
|
93
94
|
departureAddress?: string;
|
|
94
|
-
|
|
95
|
+
pageIndex: number;
|
|
95
96
|
pageSize: number;
|
|
96
97
|
}
|
|
97
98
|
interface QueryShuttleBusRouteWithItemId {
|
|
99
|
+
idList?: string[];
|
|
98
100
|
itemId: string;
|
|
99
101
|
supplierName?: string;
|
|
100
102
|
departureCity?: string;
|
|
101
103
|
departureAddress?: string;
|
|
102
|
-
|
|
104
|
+
pageIndex: number;
|
|
103
105
|
pageSize: number;
|
|
104
106
|
}
|
|
105
107
|
interface UpsertShuttleBusPickupPoint {
|
|
@@ -122,7 +124,7 @@ export declare namespace ShuttleBusSupplier {
|
|
|
122
124
|
}
|
|
123
125
|
interface GetProductAssociatedShuttleSupplierList {
|
|
124
126
|
itemId: string;
|
|
125
|
-
|
|
127
|
+
pageIndex: number;
|
|
126
128
|
pageSize: number;
|
|
127
129
|
}
|
|
128
130
|
interface BindShuttleBus {
|