@be-link/pos-cli-nodejs 0.0.27 → 0.0.28
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 +1 -1
- package/types.d.ts +6 -6
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -310,18 +310,18 @@ export interface IPositiveSkuInfo {
|
|
|
310
310
|
/** SKU 是否有班车 */
|
|
311
311
|
hasShuttleBus: number;
|
|
312
312
|
};
|
|
313
|
-
/** 历史商品数据,从快照原样返回 */
|
|
314
|
-
voucherInfo?: {
|
|
315
|
-
[key: string]: any;
|
|
316
|
-
};
|
|
317
|
-
/** 提前预定天数(0~255) */
|
|
318
|
-
bookingDays?: number;
|
|
319
313
|
/** 剩余数量 */
|
|
320
314
|
remainQuantity: number;
|
|
321
315
|
/** 一级类目 */
|
|
322
316
|
categoryOne: string;
|
|
323
317
|
/** 二级类目 */
|
|
324
318
|
categoryTwo: string;
|
|
319
|
+
/** 历史商品数据,从快照原样返回 */
|
|
320
|
+
voucherInfo?: {
|
|
321
|
+
[key: string]: any;
|
|
322
|
+
};
|
|
323
|
+
/** 提前预定天数(0~255) */
|
|
324
|
+
bookingDays?: number;
|
|
325
325
|
}
|
|
326
326
|
export interface IWxPaymentInfo {
|
|
327
327
|
appId: string;
|