@be-link/pos-cli-nodejs 0.0.42 → 0.0.44
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.
package/package.json
CHANGED
|
@@ -176,14 +176,14 @@ export declare namespace Service {
|
|
|
176
176
|
categoryTwo?: string;
|
|
177
177
|
/** 履约时间 */
|
|
178
178
|
fulfillAt?: number;
|
|
179
|
-
/**
|
|
180
|
-
|
|
179
|
+
/** 商品Id列表 */
|
|
180
|
+
itemIdList?: string[];
|
|
181
181
|
/** 页面下标 */
|
|
182
|
-
pageIndex
|
|
182
|
+
pageIndex?: number;
|
|
183
183
|
/** 页面条数 */
|
|
184
|
-
pageSize
|
|
184
|
+
pageSize?: number;
|
|
185
185
|
/** 订单状态 */
|
|
186
|
-
|
|
186
|
+
statusList?: PosConstants.TradeOrderStatusEnum[];
|
|
187
187
|
}
|
|
188
188
|
interface getPartyOrderCount {
|
|
189
189
|
/** 类目 */
|