@be-link/ecommerce-trade-service-node-sdk 0.1.152 → 0.1.153
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.
|
@@ -1273,12 +1273,8 @@ export declare namespace PosOrderQueryService {
|
|
|
1273
1273
|
}
|
|
1274
1274
|
/** B 端门店订单数量统计(仅 ecommerceDepositCount 有值,与列表同筛选;余者为 null) */
|
|
1275
1275
|
interface IQueryStoreOrderListCount {
|
|
1276
|
-
/** 文档占位,默认 null */
|
|
1277
|
-
travelDepositCount: number | null;
|
|
1278
1276
|
/** 当前筛选条件下的订单总数(与 query-store-order-list 的 total 口径一致) */
|
|
1279
1277
|
ecommerceDepositCount: number;
|
|
1280
|
-
/** 文档占位,默认 null */
|
|
1281
|
-
travelFullPaymentCount: number | null;
|
|
1282
1278
|
}
|
|
1283
1279
|
}
|
|
1284
1280
|
interface QueryController {
|