@be-link/pos-cli-nodejs 1.0.71 → 1.0.72
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
|
@@ -206,11 +206,9 @@ export declare namespace Service {
|
|
|
206
206
|
/** 房间信息 */
|
|
207
207
|
roomInfo: {
|
|
208
208
|
/** 大床房数量 */
|
|
209
|
-
singleCount
|
|
209
|
+
singleCount: number;
|
|
210
210
|
/** 标间数量 */
|
|
211
|
-
doubleCount
|
|
212
|
-
/** 房型ID */
|
|
213
|
-
[roomId: string]: number | undefined;
|
|
211
|
+
doubleCount: number;
|
|
214
212
|
};
|
|
215
213
|
}
|
|
216
214
|
interface updateTradeOrderTouristsInfo {
|