@gizone/rrs-client 4.2.9-alpha.514 → 4.2.9-alpha.515

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.
@@ -76,7 +76,7 @@ export interface ViolationDecisionVo {
76
76
  * @type {string}
77
77
  * @memberof ViolationDecisionVo
78
78
  */
79
- 'evidenceStatement'?: string;
79
+ 'evidenceDesc'?: string;
80
80
  /**
81
81
  * 举证图片
82
82
  * @type {Array<string>}
@@ -114,7 +114,7 @@ export interface ViolationWorkOrderInfo {
114
114
  * @type {string}
115
115
  * @memberof ViolationWorkOrderInfo
116
116
  */
117
- 'evidenceStatement'?: string;
117
+ 'evidenceDesc'?: string;
118
118
  /**
119
119
  * 举证图片
120
120
  * @type {Array<string>}
@@ -76,7 +76,7 @@ export interface ViolationDecisionVo {
76
76
  * @type {string}
77
77
  * @memberof ViolationDecisionVo
78
78
  */
79
- 'evidenceStatement'?: string;
79
+ 'evidenceDesc'?: string;
80
80
  /**
81
81
  * 举证图片
82
82
  * @type {Array<string>}
@@ -114,7 +114,7 @@ export interface ViolationWorkOrderInfo {
114
114
  * @type {string}
115
115
  * @memberof ViolationWorkOrderInfo
116
116
  */
117
- 'evidenceStatement'?: string;
117
+ 'evidenceDesc'?: string;
118
118
  /**
119
119
  * 举证图片
120
120
  * @type {Array<string>}
@@ -85,7 +85,7 @@ export interface ViolationDecisionVo {
85
85
  * @type {string}
86
86
  * @memberof ViolationDecisionVo
87
87
  */
88
- 'evidenceStatement'?: string;
88
+ 'evidenceDesc'?: string;
89
89
  /**
90
90
  * 举证图片
91
91
  * @type {Array<string>}
@@ -127,7 +127,7 @@ export interface ViolationWorkOrderInfo {
127
127
  * @type {string}
128
128
  * @memberof ViolationWorkOrderInfo
129
129
  */
130
- 'evidenceStatement'?: string;
130
+ 'evidenceDesc'?: string;
131
131
  /**
132
132
  * 举证图片
133
133
  * @type {Array<string>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.9-alpha.514",
3
+ "version": "4.2.9-alpha.515",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {