@be-link/pos-cli-nodejs 1.0.186 → 1.0.187
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
|
@@ -991,6 +991,8 @@ export declare namespace Service {
|
|
|
991
991
|
unitDepositFee: number;
|
|
992
992
|
};
|
|
993
993
|
infoCompleteness: 'NOT_PAID' | 'DEPOSIT_ONLY' | 'FULL';
|
|
994
|
+
/** 尾款含交通差价时:定金补全创建的交通差价金额合计(分),无则 0 */
|
|
995
|
+
depositCompleteTrafficFee?: number;
|
|
994
996
|
}
|
|
995
997
|
/** 直播间订单差价单(queryByMainOrders 当前返回字段) */
|
|
996
998
|
interface ILiveRoomAdjustmentOrderItem {
|