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

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 +9 -9
  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 +9 -9
  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 +9 -9
  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 +1182 -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,14 @@
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
+ export {};
@@ -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,14 @@
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
+ export {};
@@ -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,14 @@
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
+ export {};
@@ -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,14 @@
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
+ export {};
@@ -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
+ * 请求结果明细(结果状态为 1 或 3 时不得为空)
14
+ * @export
15
+ * @interface BudgetInteractionResultDetailDTO
16
+ */
17
+ export interface BudgetInteractionResultDetailDTO {
18
+ /**
19
+ * 申请释放业务单号(预算释放时使用)
20
+ * @type {string}
21
+ * @memberof BudgetInteractionResultDetailDTO
22
+ */
23
+ 'releaseSysNo'?: string;
24
+ /**
25
+ * 明细业务单号
26
+ * @type {string}
27
+ * @memberof BudgetInteractionResultDetailDTO
28
+ */
29
+ 'detailedBusinessId'?: string;
30
+ /**
31
+ * 预算锁定单号
32
+ * @type {string}
33
+ * @memberof BudgetInteractionResultDetailDTO
34
+ */
35
+ 'budgetLockNO'?: string;
36
+ /**
37
+ * 预算占用单号
38
+ * @type {string}
39
+ * @memberof BudgetInteractionResultDetailDTO
40
+ */
41
+ 'budgetOccupyNO'?: string;
42
+ /**
43
+ * 申请金额(含税)
44
+ * @type {number}
45
+ * @memberof BudgetInteractionResultDetailDTO
46
+ */
47
+ 'applyAmountTax'?: number;
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,79 @@
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 { BudgetInteractionResultDetailDTO } from './budget-interaction-result-detail-dto';
13
+ /**
14
+ * 预算交互结果异步回调入参
15
+ * @export
16
+ * @interface CzyBudgetInteractionResultWebhookDTO
17
+ */
18
+ export interface CzyBudgetInteractionResultWebhookDTO {
19
+ /**
20
+ * 业务编码,固定值:budgetInteraction
21
+ * @type {string}
22
+ * @memberof CzyBudgetInteractionResultWebhookDTO
23
+ */
24
+ 'busCode'?: string;
25
+ /**
26
+ * 业务域(财智云自定义字段,用于区分域别场景)
27
+ * @type {string}
28
+ * @memberof CzyBudgetInteractionResultWebhookDTO
29
+ */
30
+ 'buDomain'?: string;
31
+ /**
32
+ * 节点类型:BL-预算锁定 / BO-预算占用
33
+ * @type {string}
34
+ * @memberof CzyBudgetInteractionResultWebhookDTO
35
+ */
36
+ 'nodeType'?: string;
37
+ /**
38
+ * 申请释放业务主单号(预算释放时使用)
39
+ * @type {string}
40
+ * @memberof CzyBudgetInteractionResultWebhookDTO
41
+ */
42
+ 'releaseSysNoMain'?: string;
43
+ /**
44
+ * 业务单号
45
+ * @type {string}
46
+ * @memberof CzyBudgetInteractionResultWebhookDTO
47
+ */
48
+ 'businessId'?: string;
49
+ /**
50
+ * 追加锁定批号(锁定追加场景,异步返回结果唯一标识)
51
+ * @type {string}
52
+ * @memberof CzyBudgetInteractionResultWebhookDTO
53
+ */
54
+ 'addLockBatch'?: string;
55
+ /**
56
+ * 申请金额(含税)
57
+ * @type {number}
58
+ * @memberof CzyBudgetInteractionResultWebhookDTO
59
+ */
60
+ 'applyAmountTax'?: number;
61
+ /**
62
+ * 结果状态:1-预算申请成功2-预算申请失败3-预算释放成功4-预算释放失败
63
+ * @type {string}
64
+ * @memberof CzyBudgetInteractionResultWebhookDTO
65
+ */
66
+ 'status'?: string;
67
+ /**
68
+ * 错误信息(结果状态为 2 或 4 时必填)
69
+ * @type {string}
70
+ * @memberof CzyBudgetInteractionResultWebhookDTO
71
+ */
72
+ 'errMsg'?: string;
73
+ /**
74
+ * 请求结果明细(结果状态为 1 或 3 时不得为空)
75
+ * @type {Array<BudgetInteractionResultDetailDTO>}
76
+ * @memberof CzyBudgetInteractionResultWebhookDTO
77
+ */
78
+ 'data'?: Array<BudgetInteractionResultDetailDTO>;
79
+ }
@@ -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,57 @@
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 { ReimbursementCreateResultDTO } from './reimbursement-create-result-dto';
13
+ import type { ReimbursementPlatformStatusDTO } from './reimbursement-platform-status-dto';
14
+ import type { ReimbursementReverseStatusDTO } from './reimbursement-reverse-status-dto';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface CzySettlementInteractionWebhookDTO
19
+ */
20
+ export interface CzySettlementInteractionWebhookDTO {
21
+ /**
22
+ * 业务编码,固定值:settlementInteraction
23
+ * @type {string}
24
+ * @memberof CzySettlementInteractionWebhookDTO
25
+ */
26
+ 'busCode'?: string;
27
+ /**
28
+ * 业务域(财智云自定义字段,用于区分域别场景)
29
+ * @type {string}
30
+ * @memberof CzySettlementInteractionWebhookDTO
31
+ */
32
+ 'buDomain'?: string;
33
+ /**
34
+ * 节点类型: 1-报账单生单状态 3-报账平台状态回传 6-报账申请单作废状态
35
+ * @type {string}
36
+ * @memberof CzySettlementInteractionWebhookDTO
37
+ */
38
+ 'nodeType'?: string;
39
+ /**
40
+ *
41
+ * @type {ReimbursementCreateResultDTO}
42
+ * @memberof CzySettlementInteractionWebhookDTO
43
+ */
44
+ 'bzdBillNo'?: ReimbursementCreateResultDTO;
45
+ /**
46
+ *
47
+ * @type {ReimbursementPlatformStatusDTO}
48
+ * @memberof CzySettlementInteractionWebhookDTO
49
+ */
50
+ 'fyztBillState'?: ReimbursementPlatformStatusDTO;
51
+ /**
52
+ *
53
+ * @type {ReimbursementReverseStatusDTO}
54
+ * @memberof CzySettlementInteractionWebhookDTO
55
+ */
56
+ 'billReverseStatus'?: ReimbursementReverseStatusDTO;
57
+ }
@@ -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,84 @@
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 CZYCoverFileUrlWebhookDTO
16
+ */
17
+ export interface CZYCoverFileUrlWebhookDTO {
18
+ /**
19
+ * 业务编码,固定值:bzdFileUrl
20
+ * @type {string}
21
+ * @memberof CZYCoverFileUrlWebhookDTO
22
+ */
23
+ 'busCode'?: string;
24
+ /**
25
+ * 业务域(财智云自定义字段,用于区分域别场景)
26
+ * @type {string}
27
+ * @memberof CZYCoverFileUrlWebhookDTO
28
+ */
29
+ 'buDomain'?: string;
30
+ /**
31
+ * 节点类型
32
+ * @type {string}
33
+ * @memberof CZYCoverFileUrlWebhookDTO
34
+ */
35
+ 'nodeType'?: string;
36
+ /**
37
+ * 业务结算账单号
38
+ * @type {string}
39
+ * @memberof CZYCoverFileUrlWebhookDTO
40
+ */
41
+ 'billCode'?: string;
42
+ /**
43
+ * 财智云报账申请单号
44
+ * @type {string}
45
+ * @memberof CZYCoverFileUrlWebhookDTO
46
+ */
47
+ 'fdcNo'?: string;
48
+ /**
49
+ * 报账单号(BZD 单号)
50
+ * @type {string}
51
+ * @memberof CZYCoverFileUrlWebhookDTO
52
+ */
53
+ 'reimNo'?: string;
54
+ /**
55
+ * 单据经办人账号
56
+ * @type {string}
57
+ * @memberof CZYCoverFileUrlWebhookDTO
58
+ */
59
+ 'handlerId'?: string;
60
+ /**
61
+ * 单据经办人姓名
62
+ * @type {string}
63
+ * @memberof CZYCoverFileUrlWebhookDTO
64
+ */
65
+ 'handlerName'?: string;
66
+ /**
67
+ * 业务场景标识
68
+ * @type {string}
69
+ * @memberof CZYCoverFileUrlWebhookDTO
70
+ */
71
+ 'srcInfo'?: string;
72
+ /**
73
+ * 文件名(如:BZDxxxx.pdf)
74
+ * @type {string}
75
+ * @memberof CZYCoverFileUrlWebhookDTO
76
+ */
77
+ 'fileName'?: string;
78
+ /**
79
+ * 文件访问地址
80
+ * @type {string}
81
+ * @memberof CZYCoverFileUrlWebhookDTO
82
+ */
83
+ 'fileUrl'?: string;
84
+ }