@be-link/pos-cli-nodejs 0.0.50 → 0.0.51
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
|
@@ -40,6 +40,8 @@ export declare namespace Service {
|
|
|
40
40
|
categoryTwoList?: string[];
|
|
41
41
|
/** 是否是会员订单 */
|
|
42
42
|
isMemberOrder?: boolean;
|
|
43
|
+
/** 是否是主单 */
|
|
44
|
+
isRootOrder?: boolean;
|
|
43
45
|
};
|
|
44
46
|
/** 排序规则 */
|
|
45
47
|
sort: {
|
|
@@ -105,7 +107,7 @@ export declare namespace Service {
|
|
|
105
107
|
/** 二级类目列表 */
|
|
106
108
|
categoryTwoList?: string[];
|
|
107
109
|
/** 商品id */
|
|
108
|
-
itemIdList
|
|
110
|
+
itemIdList?: string[];
|
|
109
111
|
/** 查询块 */
|
|
110
112
|
needBlocks: K;
|
|
111
113
|
}
|