@be-link/pos-cli-nodejs 0.0.147 → 0.0.148
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 +2 -2
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -24,8 +24,8 @@ export interface IPositiveOrder {
|
|
|
24
24
|
originalFee: number;
|
|
25
25
|
/** 快照:订单实付金额(优惠后金额) */
|
|
26
26
|
actuallyPaidFee: number;
|
|
27
|
-
/** 订单剩余金额 *listOrderInvoiceCount
|
|
28
|
-
remainFee: number
|
|
27
|
+
/** 订单剩余金额 *listOrderInvoiceCount */
|
|
28
|
+
remainFee: number;
|
|
29
29
|
/** 快照:归属用户unionId */
|
|
30
30
|
unionId: string;
|
|
31
31
|
/** 快照:归属用户openId */
|