@be-link/pos-cli-nodejs 0.0.52 → 0.0.54
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
|
@@ -30,7 +30,11 @@ export declare namespace Service {
|
|
|
30
30
|
/** 订单状态列表 */
|
|
31
31
|
statusList?: PosConstants.TradeOrderStatusEnum[];
|
|
32
32
|
/** 二级类目 */
|
|
33
|
-
|
|
33
|
+
categoryTwoList?: string[];
|
|
34
|
+
/** 订单创建时间 */
|
|
35
|
+
createdAtRange?: [number, number];
|
|
36
|
+
/** 订单履约时间 */
|
|
37
|
+
fulfillAtRange?: [number, number];
|
|
34
38
|
}
|
|
35
39
|
interface queryUserOrder<K> {
|
|
36
40
|
condition: {
|