nayota-show-sdk 1.3.3 → 1.3.4
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/api/reservation.js +5 -0
- package/package.json +1 -1
package/api/reservation.js
CHANGED
|
@@ -176,6 +176,11 @@ export function deleteMany(ids) {
|
|
|
176
176
|
* "remark": "项目讨论会议",
|
|
177
177
|
* "approveStatus": 1,
|
|
178
178
|
* "creator": "667d2ecc52d21700095b58b5",
|
|
179
|
+
* // 关联区域列表
|
|
180
|
+
* "areas": [{
|
|
181
|
+
* "_id": "67073bfe463d6e00099becdd",
|
|
182
|
+
* "name": "会议室"
|
|
183
|
+
* }],
|
|
179
184
|
* // 关联设备列表
|
|
180
185
|
* "devices": [
|
|
181
186
|
* {
|