@be-link/pos-cli-nodejs 1.0.127 → 1.0.129
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
|
@@ -114,8 +114,6 @@ export interface IPositiveAttributes {
|
|
|
114
114
|
createdAt: number;
|
|
115
115
|
/** 快照更新时间 */
|
|
116
116
|
updatedAt: number;
|
|
117
|
-
/** 是否高分佣 */
|
|
118
|
-
isHighCommission: number;
|
|
119
117
|
}
|
|
120
118
|
export interface CostInclusionJson {
|
|
121
119
|
/** 标题 */
|
|
@@ -278,6 +276,8 @@ export interface IPositiveItemInfo {
|
|
|
278
276
|
settlementPrice: number;
|
|
279
277
|
};
|
|
280
278
|
};
|
|
279
|
+
/** 是否高分佣 */
|
|
280
|
+
isHighCommission: number;
|
|
281
281
|
/** 共比邻负责人 */
|
|
282
282
|
belinkOwner?: string;
|
|
283
283
|
/** 创建时间 */
|