@be-link/pos-cli-nodejs 1.0.34 → 1.0.35
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
|
@@ -94,7 +94,12 @@ export declare namespace Service {
|
|
|
94
94
|
useCreditCoin: boolean;
|
|
95
95
|
};
|
|
96
96
|
groupBookingInfo: {
|
|
97
|
+
/** 是否是拼团子单 */
|
|
97
98
|
isGroupSubOrder: boolean;
|
|
99
|
+
/** 是否是拼团主单 */
|
|
100
|
+
isGroupMainOrder: boolean;
|
|
101
|
+
/** 拼团类型: 默认0, 1代表A类, 2代表B类, 依次累加 */
|
|
102
|
+
groupBookingType: number;
|
|
98
103
|
};
|
|
99
104
|
/** 履约信息 */
|
|
100
105
|
fulfillInfo?: {
|