@be-link/cs-cli-nodejs 0.0.76 → 0.0.78
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.
|
@@ -10,14 +10,10 @@ export declare namespace ShuttleBusSupplier {
|
|
|
10
10
|
contactName: string;
|
|
11
11
|
/** 联系人手机号码 */
|
|
12
12
|
contactMobile: string;
|
|
13
|
-
/** 登录账号 */
|
|
14
|
-
loginAccount: string;
|
|
15
|
-
/** 登录密码 */
|
|
16
|
-
loginPassword: string;
|
|
17
13
|
/** 业务负责人 */
|
|
18
14
|
bizOwner: string;
|
|
19
15
|
/** 企业微信ID */
|
|
20
|
-
|
|
16
|
+
wxGroupId: string;
|
|
21
17
|
/** 描述信息 */
|
|
22
18
|
description: string;
|
|
23
19
|
/** 状态 */
|
|
@@ -162,9 +158,9 @@ export declare namespace ShuttleBusSupplier {
|
|
|
162
158
|
total: number;
|
|
163
159
|
}
|
|
164
160
|
interface QueryShuttleBusRouteWithItemId {
|
|
165
|
-
data: DTO.ShuttleBusRouteInfo & {
|
|
161
|
+
data: (DTO.ShuttleBusRouteInfo & {
|
|
166
162
|
isBind: boolean;
|
|
167
|
-
}[];
|
|
163
|
+
})[];
|
|
168
164
|
total: number;
|
|
169
165
|
}
|
|
170
166
|
interface UpsertShuttleBusPickupPoint {
|