nayota-show-sdk 1.3.2 → 1.3.3
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 +4 -2
- package/package.json +1 -1
package/api/reservation.js
CHANGED
|
@@ -18,7 +18,8 @@ import { requestShow } from '../utils'
|
|
|
18
18
|
* @property {Date} endTime - 结束时间
|
|
19
19
|
* @property {string} area - 空间(关联到Area模型)
|
|
20
20
|
* @property {string} depart - 层级(关联到Depart模型)
|
|
21
|
-
* @property {string}
|
|
21
|
+
* @property {string} originalRemark - 预约备注
|
|
22
|
+
* @property {string} approverRemark - 审批备注
|
|
22
23
|
* @property {string} approver - 审批人
|
|
23
24
|
* @property {Date} approveTime - 审批时间
|
|
24
25
|
* @property {number} approveStatus - 审批状态(0-待审批,1-已批准,2-已拒绝)
|
|
@@ -31,7 +32,8 @@ import { requestShow } from '../utils'
|
|
|
31
32
|
"endTime": "2025-03-07T10:00:00.000Z",
|
|
32
33
|
"area": "67073bfe463d6e00099becdd",
|
|
33
34
|
"depart": "667d2ecc52d21700095b58b4",
|
|
34
|
-
"
|
|
35
|
+
"originalRemark": "项目讨论会议",
|
|
36
|
+
"approverRemark": "审批备注",
|
|
35
37
|
"approver": "李四",
|
|
36
38
|
"approveTime": "2025-03-06T10:00:00.000Z",
|
|
37
39
|
"approveStatus": 1,
|