@be-link/cs-cli-nodejs 0.1.69 → 0.1.70
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.
|
@@ -46,6 +46,19 @@ export declare namespace QueryByItemCombo {
|
|
|
46
46
|
orderIndex: number;
|
|
47
47
|
/** 最小购买数量 */
|
|
48
48
|
minOrderCount: number;
|
|
49
|
+
extraInfo?: {
|
|
50
|
+
mealBitmap?: string;
|
|
51
|
+
isCanModifyMeal?: boolean;
|
|
52
|
+
mealDiffPrice?: number;
|
|
53
|
+
ktvSupplierList?: string[];
|
|
54
|
+
cardSupplierList?: string[];
|
|
55
|
+
minNightNum?: number;
|
|
56
|
+
maxNightNum?: number;
|
|
57
|
+
isOnlyDoubleQuantity?: boolean;
|
|
58
|
+
mealMenuPics?: string[];
|
|
59
|
+
mealMenuDesc?: string;
|
|
60
|
+
isCanShowEntertainmentInfo?: boolean;
|
|
61
|
+
};
|
|
49
62
|
}
|
|
50
63
|
type IMGet = IItemCombo;
|
|
51
64
|
interface IMGetShortcut {
|