@be-link/ecommerce-trade-service-node-sdk 0.1.125 → 0.1.126
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.
|
@@ -283,8 +283,8 @@ export declare namespace PosOrderQueryService {
|
|
|
283
283
|
totalOrder: number;
|
|
284
284
|
/** 总GMV(单位:分) */
|
|
285
285
|
totalGmv: number;
|
|
286
|
-
/**
|
|
287
|
-
|
|
286
|
+
/** 总未完成订单数 */
|
|
287
|
+
totalUncompletedOrder: number;
|
|
288
288
|
}
|
|
289
289
|
interface IVerifiedProductDetail {
|
|
290
290
|
/** 核销时间 */
|