@be-link/pos-cli-nodejs 1.0.141 → 1.0.142
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
|
@@ -50,8 +50,8 @@ export declare namespace QueryByWeb {
|
|
|
50
50
|
mobile: string;
|
|
51
51
|
idCard?: string;
|
|
52
52
|
};
|
|
53
|
-
/**
|
|
54
|
-
|
|
53
|
+
/** 剩余金额 */
|
|
54
|
+
remainFee: number;
|
|
55
55
|
/** 下单时间 */
|
|
56
56
|
createdAt: number;
|
|
57
57
|
}
|
|
@@ -61,6 +61,8 @@ export declare namespace QueryByWeb {
|
|
|
61
61
|
list: ISearchOrderResult[];
|
|
62
62
|
/** 总数 */
|
|
63
63
|
total: number;
|
|
64
|
+
/** ≈ */
|
|
65
|
+
totalRemainFee: number;
|
|
64
66
|
}
|
|
65
67
|
}
|
|
66
68
|
}
|