@gizone/rrs-client 4.2.9-alpha.643 → 4.2.9-alpha.658

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.
Files changed (157) hide show
  1. package/.openapi-generator/FILES +20 -0
  2. package/apis/device-api.ts +15 -15
  3. package/apis/hwork-api.ts +93 -0
  4. package/apis/maintenance-order-api.ts +359 -270
  5. package/apis/reimbursement-bill-api.ts +89 -0
  6. package/apis/web-hook-api.ts +364 -0
  7. package/dist/apis/device-api.d.ts +10 -10
  8. package/dist/apis/device-api.js +11 -11
  9. package/dist/apis/hwork-api.d.ts +48 -0
  10. package/dist/apis/hwork-api.js +70 -0
  11. package/dist/apis/maintenance-order-api.d.ts +235 -188
  12. package/dist/apis/maintenance-order-api.js +259 -190
  13. package/dist/apis/reimbursement-bill-api.d.ts +47 -0
  14. package/dist/apis/reimbursement-bill-api.js +69 -0
  15. package/dist/apis/web-hook-api.d.ts +212 -0
  16. package/dist/apis/web-hook-api.js +280 -0
  17. package/dist/esm/apis/device-api.d.ts +10 -10
  18. package/dist/esm/apis/device-api.js +11 -11
  19. package/dist/esm/apis/hwork-api.d.ts +48 -0
  20. package/dist/esm/apis/hwork-api.js +71 -1
  21. package/dist/esm/apis/maintenance-order-api.d.ts +235 -188
  22. package/dist/esm/apis/maintenance-order-api.js +259 -190
  23. package/dist/esm/apis/reimbursement-bill-api.d.ts +47 -0
  24. package/dist/esm/apis/reimbursement-bill-api.js +69 -0
  25. package/dist/esm/apis/web-hook-api.d.ts +212 -0
  26. package/dist/esm/apis/web-hook-api.js +280 -0
  27. package/dist/esm/models/budget-interaction-result-detail-dto.d.ts +48 -0
  28. package/dist/esm/models/budget-interaction-result-detail-dto.js +14 -0
  29. package/dist/esm/models/czy-budget-interaction-result-webhook-dto.d.ts +79 -0
  30. package/dist/esm/models/czy-budget-interaction-result-webhook-dto.js +14 -0
  31. package/dist/esm/models/czy-settlement-interaction-webhook-dto.d.ts +57 -0
  32. package/dist/esm/models/czy-settlement-interaction-webhook-dto.js +14 -0
  33. package/dist/esm/models/czycover-file-url-webhook-dto.d.ts +84 -0
  34. package/dist/esm/models/czycover-file-url-webhook-dto.js +14 -0
  35. package/dist/esm/models/dashboard-maintenance-order-statistics-by-park-vo.d.ts +0 -6
  36. package/dist/esm/models/dashboard-maintenance-order-statistics-by-type-vo.d.ts +0 -6
  37. package/dist/esm/models/dept.d.ts +36 -0
  38. package/dist/esm/models/dept.js +14 -0
  39. package/dist/esm/models/hwork-notice-bpm-dto.d.ts +60 -0
  40. package/dist/esm/models/hwork-notice-bpm-dto.js +14 -0
  41. package/dist/esm/models/hwork-user-list-req-dto.d.ts +30 -0
  42. package/dist/esm/models/hwork-user-list-req-dto.js +14 -0
  43. package/dist/esm/models/hwork-user-list-result-vo.d.ts +44 -0
  44. package/dist/esm/models/hwork-user-list-result-vo.js +14 -0
  45. package/dist/esm/models/index.d.ts +20 -0
  46. package/dist/esm/models/index.js +20 -0
  47. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
  48. package/dist/esm/models/json-result-hwork-user-list-result-vo.d.ts +62 -0
  49. package/dist/esm/models/json-result-hwork-user-list-result-vo.js +14 -0
  50. package/dist/esm/models/json-result-list-maintenance-order-process-record-list-vo.d.ts +62 -0
  51. package/dist/esm/models/json-result-list-maintenance-order-process-record-list-vo.js +14 -0
  52. package/dist/esm/models/json-result-list-reimbursement-bill-process-record-list-vo.d.ts +62 -0
  53. package/dist/esm/models/json-result-list-reimbursement-bill-process-record-list-vo.js +14 -0
  54. package/dist/esm/models/maintenance-order-approval-config-add-dto.d.ts +6 -0
  55. package/dist/esm/models/maintenance-order-process-record-list-vo.d.ts +61 -0
  56. package/dist/esm/models/maintenance-order-process-record-list-vo.js +14 -0
  57. package/dist/esm/models/maintenance-order-process-status-enum.d.ts +30 -0
  58. package/dist/esm/models/maintenance-order-process-status-enum.js +31 -0
  59. package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.d.ts +9 -9
  60. package/dist/esm/models/mdm-increment-vendors-vo.d.ts +12 -12
  61. package/dist/esm/models/payment-result-dto.d.ts +102 -0
  62. package/dist/esm/models/payment-result-dto.js +14 -0
  63. package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +6 -0
  64. package/dist/esm/models/reimbursement-bill-process-record-list-vo.d.ts +55 -0
  65. package/dist/esm/models/reimbursement-bill-process-record-list-vo.js +14 -0
  66. package/dist/esm/models/reimbursement-bill-process-type-enum.d.ts +22 -0
  67. package/dist/esm/models/reimbursement-bill-process-type-enum.js +23 -0
  68. package/dist/esm/models/reimbursement-bill-submit-dto.d.ts +7 -1
  69. package/dist/esm/models/reimbursement-create-result-dto.d.ts +48 -0
  70. package/dist/esm/models/reimbursement-create-result-dto.js +14 -0
  71. package/dist/esm/models/reimbursement-platform-status-dto.d.ts +169 -0
  72. package/dist/esm/models/reimbursement-platform-status-dto.js +14 -0
  73. package/dist/esm/models/reimbursement-reverse-status-dto.d.ts +60 -0
  74. package/dist/esm/models/reimbursement-reverse-status-dto.js +14 -0
  75. package/dist/esm/models/user.d.ts +36 -0
  76. package/dist/esm/models/user.js +14 -0
  77. package/dist/models/budget-interaction-result-detail-dto.d.ts +48 -0
  78. package/dist/models/budget-interaction-result-detail-dto.js +15 -0
  79. package/dist/models/czy-budget-interaction-result-webhook-dto.d.ts +79 -0
  80. package/dist/models/czy-budget-interaction-result-webhook-dto.js +15 -0
  81. package/dist/models/czy-settlement-interaction-webhook-dto.d.ts +57 -0
  82. package/dist/models/czy-settlement-interaction-webhook-dto.js +15 -0
  83. package/dist/models/czycover-file-url-webhook-dto.d.ts +84 -0
  84. package/dist/models/czycover-file-url-webhook-dto.js +15 -0
  85. package/dist/models/dashboard-maintenance-order-statistics-by-park-vo.d.ts +0 -6
  86. package/dist/models/dashboard-maintenance-order-statistics-by-type-vo.d.ts +0 -6
  87. package/dist/models/dept.d.ts +36 -0
  88. package/dist/models/dept.js +15 -0
  89. package/dist/models/hwork-notice-bpm-dto.d.ts +60 -0
  90. package/dist/models/hwork-notice-bpm-dto.js +15 -0
  91. package/dist/models/hwork-user-list-req-dto.d.ts +30 -0
  92. package/dist/models/hwork-user-list-req-dto.js +15 -0
  93. package/dist/models/hwork-user-list-result-vo.d.ts +44 -0
  94. package/dist/models/hwork-user-list-result-vo.js +15 -0
  95. package/dist/models/index.d.ts +20 -0
  96. package/dist/models/index.js +20 -0
  97. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
  98. package/dist/models/json-result-hwork-user-list-result-vo.d.ts +62 -0
  99. package/dist/models/json-result-hwork-user-list-result-vo.js +15 -0
  100. package/dist/models/json-result-list-maintenance-order-process-record-list-vo.d.ts +62 -0
  101. package/dist/models/json-result-list-maintenance-order-process-record-list-vo.js +15 -0
  102. package/dist/models/json-result-list-reimbursement-bill-process-record-list-vo.d.ts +62 -0
  103. package/dist/models/json-result-list-reimbursement-bill-process-record-list-vo.js +15 -0
  104. package/dist/models/maintenance-order-approval-config-add-dto.d.ts +6 -0
  105. package/dist/models/maintenance-order-process-record-list-vo.d.ts +61 -0
  106. package/dist/models/maintenance-order-process-record-list-vo.js +15 -0
  107. package/dist/models/maintenance-order-process-status-enum.d.ts +30 -0
  108. package/dist/models/maintenance-order-process-status-enum.js +34 -0
  109. package/dist/models/mdm-increment-vendor-bank-accounts-vo.d.ts +9 -9
  110. package/dist/models/mdm-increment-vendors-vo.d.ts +12 -12
  111. package/dist/models/payment-result-dto.d.ts +102 -0
  112. package/dist/models/payment-result-dto.js +15 -0
  113. package/dist/models/reimbursement-bill-draft-dto.d.ts +6 -0
  114. package/dist/models/reimbursement-bill-process-record-list-vo.d.ts +55 -0
  115. package/dist/models/reimbursement-bill-process-record-list-vo.js +15 -0
  116. package/dist/models/reimbursement-bill-process-type-enum.d.ts +22 -0
  117. package/dist/models/reimbursement-bill-process-type-enum.js +26 -0
  118. package/dist/models/reimbursement-bill-submit-dto.d.ts +7 -1
  119. package/dist/models/reimbursement-create-result-dto.d.ts +48 -0
  120. package/dist/models/reimbursement-create-result-dto.js +15 -0
  121. package/dist/models/reimbursement-platform-status-dto.d.ts +169 -0
  122. package/dist/models/reimbursement-platform-status-dto.js +15 -0
  123. package/dist/models/reimbursement-reverse-status-dto.d.ts +60 -0
  124. package/dist/models/reimbursement-reverse-status-dto.js +15 -0
  125. package/dist/models/user.d.ts +36 -0
  126. package/dist/models/user.js +15 -0
  127. package/models/budget-interaction-result-detail-dto.ts +54 -0
  128. package/models/czy-budget-interaction-result-webhook-dto.ts +87 -0
  129. package/models/czy-settlement-interaction-webhook-dto.ts +69 -0
  130. package/models/czycover-file-url-webhook-dto.ts +90 -0
  131. package/models/dashboard-maintenance-order-statistics-by-park-vo.ts +0 -6
  132. package/models/dashboard-maintenance-order-statistics-by-type-vo.ts +0 -6
  133. package/models/dept.ts +42 -0
  134. package/models/hwork-notice-bpm-dto.ts +66 -0
  135. package/models/hwork-user-list-req-dto.ts +36 -0
  136. package/models/hwork-user-list-result-vo.ts +54 -0
  137. package/models/index.ts +20 -0
  138. package/models/ipage-energy-cost-record-info-vo.ts +6 -6
  139. package/models/json-result-hwork-user-list-result-vo.ts +72 -0
  140. package/models/json-result-list-maintenance-order-process-record-list-vo.ts +72 -0
  141. package/models/json-result-list-reimbursement-bill-process-record-list-vo.ts +72 -0
  142. package/models/maintenance-order-approval-config-add-dto.ts +6 -0
  143. package/models/maintenance-order-process-record-list-vo.ts +71 -0
  144. package/models/maintenance-order-process-status-enum.ts +40 -0
  145. package/models/mdm-increment-vendor-bank-accounts-vo.ts +9 -9
  146. package/models/mdm-increment-vendors-vo.ts +12 -12
  147. package/models/payment-result-dto.ts +108 -0
  148. package/models/reimbursement-bill-draft-dto.ts +6 -0
  149. package/models/reimbursement-bill-process-record-list-vo.ts +65 -0
  150. package/models/reimbursement-bill-process-type-enum.ts +32 -0
  151. package/models/reimbursement-bill-submit-dto.ts +7 -1
  152. package/models/reimbursement-create-result-dto.ts +54 -0
  153. package/models/reimbursement-platform-status-dto.ts +177 -0
  154. package/models/reimbursement-reverse-status-dto.ts +66 -0
  155. package/models/user.ts +42 -0
  156. package/ossutil.log +1185 -1179
  157. package/package.json +1 -1
@@ -0,0 +1,48 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * 报账单生单状态回传
14
+ * @export
15
+ * @interface ReimbursementCreateResultDTO
16
+ */
17
+ export interface ReimbursementCreateResultDTO {
18
+ /**
19
+ * 业务结算账单号
20
+ * @type {string}
21
+ * @memberof ReimbursementCreateResultDTO
22
+ */
23
+ 'billCode'?: string;
24
+ /**
25
+ * 状态:0-报账失败 1-报账成功
26
+ * @type {string}
27
+ * @memberof ReimbursementCreateResultDTO
28
+ */
29
+ 'stateInfo'?: string;
30
+ /**
31
+ * 财智云报账申请单号(成功时返回)
32
+ * @type {string}
33
+ * @memberof ReimbursementCreateResultDTO
34
+ */
35
+ 'fdcNo'?: string;
36
+ /**
37
+ * 报账平台BZD单号(成功时返回)
38
+ * @type {string}
39
+ * @memberof ReimbursementCreateResultDTO
40
+ */
41
+ 'reimNo'?: string;
42
+ /**
43
+ * 失败原因(失败时返回)
44
+ * @type {string}
45
+ * @memberof ReimbursementCreateResultDTO
46
+ */
47
+ 'unusualMsg'?: string;
48
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,169 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { PaymentResultDTO } from './payment-result-dto';
13
+ /**
14
+ * 报账平台状态回传(nodeType=3)
15
+ * @export
16
+ * @interface ReimbursementPlatformStatusDTO
17
+ */
18
+ export interface ReimbursementPlatformStatusDTO {
19
+ /**
20
+ * 业务结算账单号
21
+ * @type {string}
22
+ * @memberof ReimbursementPlatformStatusDTO
23
+ */
24
+ 'billCode'?: string;
25
+ /**
26
+ * 财智云报账申请单号
27
+ * @type {string}
28
+ * @memberof ReimbursementPlatformStatusDTO
29
+ */
30
+ 'fdcNo'?: string;
31
+ /**
32
+ * 云报账系统BZD单号
33
+ * @type {string}
34
+ * @memberof ReimbursementPlatformStatusDTO
35
+ */
36
+ 'reimNo'?: string;
37
+ /**
38
+ * 单据状态
39
+ * @type {string}
40
+ * @memberof ReimbursementPlatformStatusDTO
41
+ */
42
+ 'billStatus'?: string;
43
+ /**
44
+ * 签收状态:0待处理 1已签收 2已签退 3待签退
45
+ * @type {string}
46
+ * @memberof ReimbursementPlatformStatusDTO
47
+ */
48
+ 'entityStatus'?: string;
49
+ /**
50
+ * 扫描状态
51
+ * @type {string}
52
+ * @memberof ReimbursementPlatformStatusDTO
53
+ */
54
+ 'scanStatus'?: string;
55
+ /**
56
+ * 签收时间
57
+ * @type {string}
58
+ * @memberof ReimbursementPlatformStatusDTO
59
+ */
60
+ 'signDate'?: string;
61
+ /**
62
+ * 扫描完成时间
63
+ * @type {string}
64
+ * @memberof ReimbursementPlatformStatusDTO
65
+ */
66
+ 'scanEndTime'?: string;
67
+ /**
68
+ * 共享审核状态
69
+ * @type {string}
70
+ * @memberof ReimbursementPlatformStatusDTO
71
+ */
72
+ 'approveStatus'?: string;
73
+ /**
74
+ * 共享审核失败原因
75
+ * @type {string}
76
+ * @memberof ReimbursementPlatformStatusDTO
77
+ */
78
+ 'approveMessage'?: string;
79
+ /**
80
+ * 共享审核日期
81
+ * @type {string}
82
+ * @memberof ReimbursementPlatformStatusDTO
83
+ */
84
+ 'approveTime'?: string;
85
+ /**
86
+ * 共享审批人
87
+ * @type {string}
88
+ * @memberof ReimbursementPlatformStatusDTO
89
+ */
90
+ 'approveId'?: string;
91
+ /**
92
+ * 共享审批人姓名
93
+ * @type {string}
94
+ * @memberof ReimbursementPlatformStatusDTO
95
+ */
96
+ 'approveName'?: string;
97
+ /**
98
+ * 共享审批节点:check-初审 recheck-复审
99
+ * @type {string}
100
+ * @memberof ReimbursementPlatformStatusDTO
101
+ */
102
+ 'approveNode'?: string;
103
+ /**
104
+ * 凭证生成状态
105
+ * @type {string}
106
+ * @memberof ReimbursementPlatformStatusDTO
107
+ */
108
+ 'voucherStatus'?: string;
109
+ /**
110
+ * 凭证日期 yyyy-MM-dd HH:mm:ss
111
+ * @type {string}
112
+ * @memberof ReimbursementPlatformStatusDTO
113
+ */
114
+ 'voucherDate'?: string;
115
+ /**
116
+ * 费用凭证号
117
+ * @type {string}
118
+ * @memberof ReimbursementPlatformStatusDTO
119
+ */
120
+ 'voucherCode'?: string;
121
+ /**
122
+ * 制证失败原因
123
+ * @type {string}
124
+ * @memberof ReimbursementPlatformStatusDTO
125
+ */
126
+ 'voucherMessage'?: string;
127
+ /**
128
+ * 清欠状态
129
+ * @type {string}
130
+ * @memberof ReimbursementPlatformStatusDTO
131
+ */
132
+ 'clearUpStatus'?: string;
133
+ /**
134
+ * 清欠开始时间
135
+ * @type {string}
136
+ * @memberof ReimbursementPlatformStatusDTO
137
+ */
138
+ 'clearStartTime'?: string;
139
+ /**
140
+ * 清欠扣减金额
141
+ * @type {string}
142
+ * @memberof ReimbursementPlatformStatusDTO
143
+ */
144
+ 'deductionAmount'?: string;
145
+ /**
146
+ * 实际支付金额
147
+ * @type {string}
148
+ * @memberof ReimbursementPlatformStatusDTO
149
+ */
150
+ 'actualPayAmount'?: string;
151
+ /**
152
+ * 作废状态:0-未作废 1-已作废
153
+ * @type {string}
154
+ * @memberof ReimbursementPlatformStatusDTO
155
+ */
156
+ 'invalidStatus'?: string;
157
+ /**
158
+ * 作废原因
159
+ * @type {string}
160
+ * @memberof ReimbursementPlatformStatusDTO
161
+ */
162
+ 'invalidMessage'?: string;
163
+ /**
164
+ * 付款结果列表
165
+ * @type {Array<PaymentResultDTO>}
166
+ * @memberof ReimbursementPlatformStatusDTO
167
+ */
168
+ 'payList'?: Array<PaymentResultDTO>;
169
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,60 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * 报账申请单逆向(作废)状态
14
+ * @export
15
+ * @interface ReimbursementReverseStatusDTO
16
+ */
17
+ export interface ReimbursementReverseStatusDTO {
18
+ /**
19
+ * 业务结算账单号
20
+ * @type {string}
21
+ * @memberof ReimbursementReverseStatusDTO
22
+ */
23
+ 'billCode'?: string;
24
+ /**
25
+ * 财智云报账申请单号
26
+ * @type {string}
27
+ * @memberof ReimbursementReverseStatusDTO
28
+ */
29
+ 'fdcNo'?: string;
30
+ /**
31
+ * 逆向标识:A-已作废 A_FAILED-作废失败
32
+ * @type {string}
33
+ * @memberof ReimbursementReverseStatusDTO
34
+ */
35
+ 'cancelCode'?: string;
36
+ /**
37
+ * 逆向信息(失败原因)
38
+ * @type {string}
39
+ * @memberof ReimbursementReverseStatusDTO
40
+ */
41
+ 'cancelMessage'?: string;
42
+ /**
43
+ * 退回编码
44
+ * @type {string}
45
+ * @memberof ReimbursementReverseStatusDTO
46
+ */
47
+ 'paymentStatus'?: string;
48
+ /**
49
+ * 固定失败原因
50
+ * @type {string}
51
+ * @memberof ReimbursementReverseStatusDTO
52
+ */
53
+ 'payFailReason'?: string;
54
+ /**
55
+ * 人工录入作废原因
56
+ * @type {string}
57
+ * @memberof ReimbursementReverseStatusDTO
58
+ */
59
+ 'cancelCodename'?: string;
60
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,36 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * 用户列表 通过parentId查询返回
14
+ * @export
15
+ * @interface User
16
+ */
17
+ export interface User {
18
+ /**
19
+ * 用户编码
20
+ * @type {string}
21
+ * @memberof User
22
+ */
23
+ 'userCode'?: string;
24
+ /**
25
+ * 用户名称
26
+ * @type {string}
27
+ * @memberof User
28
+ */
29
+ 'userName'?: string;
30
+ /**
31
+ * gw名称
32
+ * @type {string}
33
+ * @memberof User
34
+ */
35
+ 'gwName'?: string;
36
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,54 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ * 请求结果明细(结果状态为 1 或 3 时不得为空)
19
+ * @export
20
+ * @interface BudgetInteractionResultDetailDTO
21
+ */
22
+ export interface BudgetInteractionResultDetailDTO {
23
+ /**
24
+ * 申请释放业务单号(预算释放时使用)
25
+ * @type {string}
26
+ * @memberof BudgetInteractionResultDetailDTO
27
+ */
28
+ 'releaseSysNo'?: string;
29
+ /**
30
+ * 明细业务单号
31
+ * @type {string}
32
+ * @memberof BudgetInteractionResultDetailDTO
33
+ */
34
+ 'detailedBusinessId'?: string;
35
+ /**
36
+ * 预算锁定单号
37
+ * @type {string}
38
+ * @memberof BudgetInteractionResultDetailDTO
39
+ */
40
+ 'budgetLockNO'?: string;
41
+ /**
42
+ * 预算占用单号
43
+ * @type {string}
44
+ * @memberof BudgetInteractionResultDetailDTO
45
+ */
46
+ 'budgetOccupyNO'?: string;
47
+ /**
48
+ * 申请金额(含税)
49
+ * @type {number}
50
+ * @memberof BudgetInteractionResultDetailDTO
51
+ */
52
+ 'applyAmountTax'?: number;
53
+ }
54
+
@@ -0,0 +1,87 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { BudgetInteractionResultDetailDTO } from './budget-interaction-result-detail-dto';
19
+
20
+ /**
21
+ * 预算交互结果异步回调入参
22
+ * @export
23
+ * @interface CzyBudgetInteractionResultWebhookDTO
24
+ */
25
+ export interface CzyBudgetInteractionResultWebhookDTO {
26
+ /**
27
+ * 业务编码,固定值:budgetInteraction
28
+ * @type {string}
29
+ * @memberof CzyBudgetInteractionResultWebhookDTO
30
+ */
31
+ 'busCode'?: string;
32
+ /**
33
+ * 业务域(财智云自定义字段,用于区分域别场景)
34
+ * @type {string}
35
+ * @memberof CzyBudgetInteractionResultWebhookDTO
36
+ */
37
+ 'buDomain'?: string;
38
+ /**
39
+ * 节点类型:BL-预算锁定 / BO-预算占用
40
+ * @type {string}
41
+ * @memberof CzyBudgetInteractionResultWebhookDTO
42
+ */
43
+ 'nodeType'?: string;
44
+ /**
45
+ * 申请释放业务主单号(预算释放时使用)
46
+ * @type {string}
47
+ * @memberof CzyBudgetInteractionResultWebhookDTO
48
+ */
49
+ 'releaseSysNoMain'?: string;
50
+ /**
51
+ * 业务单号
52
+ * @type {string}
53
+ * @memberof CzyBudgetInteractionResultWebhookDTO
54
+ */
55
+ 'businessId'?: string;
56
+ /**
57
+ * 追加锁定批号(锁定追加场景,异步返回结果唯一标识)
58
+ * @type {string}
59
+ * @memberof CzyBudgetInteractionResultWebhookDTO
60
+ */
61
+ 'addLockBatch'?: string;
62
+ /**
63
+ * 申请金额(含税)
64
+ * @type {number}
65
+ * @memberof CzyBudgetInteractionResultWebhookDTO
66
+ */
67
+ 'applyAmountTax'?: number;
68
+ /**
69
+ * 结果状态:1-预算申请成功2-预算申请失败3-预算释放成功4-预算释放失败
70
+ * @type {string}
71
+ * @memberof CzyBudgetInteractionResultWebhookDTO
72
+ */
73
+ 'status'?: string;
74
+ /**
75
+ * 错误信息(结果状态为 2 或 4 时必填)
76
+ * @type {string}
77
+ * @memberof CzyBudgetInteractionResultWebhookDTO
78
+ */
79
+ 'errMsg'?: string;
80
+ /**
81
+ * 请求结果明细(结果状态为 1 或 3 时不得为空)
82
+ * @type {Array<BudgetInteractionResultDetailDTO>}
83
+ * @memberof CzyBudgetInteractionResultWebhookDTO
84
+ */
85
+ 'data'?: Array<BudgetInteractionResultDetailDTO>;
86
+ }
87
+
@@ -0,0 +1,69 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { ReimbursementCreateResultDTO } from './reimbursement-create-result-dto';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { ReimbursementPlatformStatusDTO } from './reimbursement-platform-status-dto';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { ReimbursementReverseStatusDTO } from './reimbursement-reverse-status-dto';
25
+
26
+ /**
27
+ *
28
+ * @export
29
+ * @interface CzySettlementInteractionWebhookDTO
30
+ */
31
+ export interface CzySettlementInteractionWebhookDTO {
32
+ /**
33
+ * 业务编码,固定值:settlementInteraction
34
+ * @type {string}
35
+ * @memberof CzySettlementInteractionWebhookDTO
36
+ */
37
+ 'busCode'?: string;
38
+ /**
39
+ * 业务域(财智云自定义字段,用于区分域别场景)
40
+ * @type {string}
41
+ * @memberof CzySettlementInteractionWebhookDTO
42
+ */
43
+ 'buDomain'?: string;
44
+ /**
45
+ * 节点类型: 1-报账单生单状态 3-报账平台状态回传 6-报账申请单作废状态
46
+ * @type {string}
47
+ * @memberof CzySettlementInteractionWebhookDTO
48
+ */
49
+ 'nodeType'?: string;
50
+ /**
51
+ *
52
+ * @type {ReimbursementCreateResultDTO}
53
+ * @memberof CzySettlementInteractionWebhookDTO
54
+ */
55
+ 'bzdBillNo'?: ReimbursementCreateResultDTO;
56
+ /**
57
+ *
58
+ * @type {ReimbursementPlatformStatusDTO}
59
+ * @memberof CzySettlementInteractionWebhookDTO
60
+ */
61
+ 'fyztBillState'?: ReimbursementPlatformStatusDTO;
62
+ /**
63
+ *
64
+ * @type {ReimbursementReverseStatusDTO}
65
+ * @memberof CzySettlementInteractionWebhookDTO
66
+ */
67
+ 'billReverseStatus'?: ReimbursementReverseStatusDTO;
68
+ }
69
+
@@ -0,0 +1,90 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ * 报账账单封皮文件地址回调入参
19
+ * @export
20
+ * @interface CZYCoverFileUrlWebhookDTO
21
+ */
22
+ export interface CZYCoverFileUrlWebhookDTO {
23
+ /**
24
+ * 业务编码,固定值:bzdFileUrl
25
+ * @type {string}
26
+ * @memberof CZYCoverFileUrlWebhookDTO
27
+ */
28
+ 'busCode'?: string;
29
+ /**
30
+ * 业务域(财智云自定义字段,用于区分域别场景)
31
+ * @type {string}
32
+ * @memberof CZYCoverFileUrlWebhookDTO
33
+ */
34
+ 'buDomain'?: string;
35
+ /**
36
+ * 节点类型
37
+ * @type {string}
38
+ * @memberof CZYCoverFileUrlWebhookDTO
39
+ */
40
+ 'nodeType'?: string;
41
+ /**
42
+ * 业务结算账单号
43
+ * @type {string}
44
+ * @memberof CZYCoverFileUrlWebhookDTO
45
+ */
46
+ 'billCode'?: string;
47
+ /**
48
+ * 财智云报账申请单号
49
+ * @type {string}
50
+ * @memberof CZYCoverFileUrlWebhookDTO
51
+ */
52
+ 'fdcNo'?: string;
53
+ /**
54
+ * 报账单号(BZD 单号)
55
+ * @type {string}
56
+ * @memberof CZYCoverFileUrlWebhookDTO
57
+ */
58
+ 'reimNo'?: string;
59
+ /**
60
+ * 单据经办人账号
61
+ * @type {string}
62
+ * @memberof CZYCoverFileUrlWebhookDTO
63
+ */
64
+ 'handlerId'?: string;
65
+ /**
66
+ * 单据经办人姓名
67
+ * @type {string}
68
+ * @memberof CZYCoverFileUrlWebhookDTO
69
+ */
70
+ 'handlerName'?: string;
71
+ /**
72
+ * 业务场景标识
73
+ * @type {string}
74
+ * @memberof CZYCoverFileUrlWebhookDTO
75
+ */
76
+ 'srcInfo'?: string;
77
+ /**
78
+ * 文件名(如:BZDxxxx.pdf)
79
+ * @type {string}
80
+ * @memberof CZYCoverFileUrlWebhookDTO
81
+ */
82
+ 'fileName'?: string;
83
+ /**
84
+ * 文件访问地址
85
+ * @type {string}
86
+ * @memberof CZYCoverFileUrlWebhookDTO
87
+ */
88
+ 'fileUrl'?: string;
89
+ }
90
+
@@ -56,12 +56,6 @@ export interface DashboardMaintenanceOrderStatisticsByParkVo {
56
56
  * @memberof DashboardMaintenanceOrderStatisticsByParkVo
57
57
  */
58
58
  'schemeDesignCount'?: number;
59
- /**
60
- * 立项报告数量
61
- * @type {number}
62
- * @memberof DashboardMaintenanceOrderStatisticsByParkVo
63
- */
64
- 'projectInitiationCount'?: number;
65
59
  /**
66
60
  * 招采招标数量
67
61
  * @type {number}