@be-link/pos-cli-nodejs 0.0.82 → 0.0.83
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
|
@@ -514,10 +514,10 @@ export declare namespace Service {
|
|
|
514
514
|
applicablePeople: string;
|
|
515
515
|
/** 份数 */
|
|
516
516
|
quantity: number;
|
|
517
|
-
/** gmv */
|
|
517
|
+
/** gmv(实付金额. 不包含退款金额) */
|
|
518
518
|
gmv: number;
|
|
519
|
-
/**
|
|
520
|
-
|
|
519
|
+
/** 剩余金额 */
|
|
520
|
+
remainAmount: number;
|
|
521
521
|
/** 商品名称 */
|
|
522
522
|
itemName: string;
|
|
523
523
|
}
|