@be-link/pos-cli-nodejs 0.0.103 → 0.0.104
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 +0 -6
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -241,12 +241,6 @@ export interface IPositiveItemInfo {
|
|
|
241
241
|
settlementPrice: number;
|
|
242
242
|
};
|
|
243
243
|
};
|
|
244
|
-
/** 餐食差价信息 */
|
|
245
|
-
mealAdjustmentInfo?: {
|
|
246
|
-
name: string;
|
|
247
|
-
salePrice: number;
|
|
248
|
-
settlementPrice: number;
|
|
249
|
-
}[];
|
|
250
244
|
}
|
|
251
245
|
export interface IPositiveSkuInfo {
|
|
252
246
|
/** SKU ID */
|