@gizone/rrs-client 4.2.9-alpha.518 → 4.2.9-alpha.519
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/dist/esm/models/violation-decision-vo.d.ts +6 -0
- package/dist/esm/models/violation-work-order-info.d.ts +6 -0
- package/dist/models/violation-decision-vo.d.ts +6 -0
- package/dist/models/violation-work-order-info.d.ts +6 -0
- package/models/violation-decision-vo.ts +6 -0
- package/models/violation-work-order-info.ts +6 -0
- package/package.json +1 -1
|
@@ -121,4 +121,10 @@ export interface ViolationWorkOrderInfo {
|
|
|
121
121
|
* @memberof ViolationWorkOrderInfo
|
|
122
122
|
*/
|
|
123
123
|
'evidenceImages'?: Array<string>;
|
|
124
|
+
/**
|
|
125
|
+
* 举证视频
|
|
126
|
+
* @type {Array<string>}
|
|
127
|
+
* @memberof ViolationWorkOrderInfo
|
|
128
|
+
*/
|
|
129
|
+
'evidenceVideos'?: Array<string>;
|
|
124
130
|
}
|
|
@@ -121,4 +121,10 @@ export interface ViolationWorkOrderInfo {
|
|
|
121
121
|
* @memberof ViolationWorkOrderInfo
|
|
122
122
|
*/
|
|
123
123
|
'evidenceImages'?: Array<string>;
|
|
124
|
+
/**
|
|
125
|
+
* 举证视频
|
|
126
|
+
* @type {Array<string>}
|
|
127
|
+
* @memberof ViolationWorkOrderInfo
|
|
128
|
+
*/
|
|
129
|
+
'evidenceVideos'?: Array<string>;
|
|
124
130
|
}
|
|
@@ -92,6 +92,12 @@ export interface ViolationDecisionVo {
|
|
|
92
92
|
* @memberof ViolationDecisionVo
|
|
93
93
|
*/
|
|
94
94
|
'evidenceImages'?: Array<string>;
|
|
95
|
+
/**
|
|
96
|
+
* 举证视频
|
|
97
|
+
* @type {Array<string>}
|
|
98
|
+
* @memberof ViolationDecisionVo
|
|
99
|
+
*/
|
|
100
|
+
'evidenceVideos'?: Array<string>;
|
|
95
101
|
}
|
|
96
102
|
|
|
97
103
|
|
|
@@ -134,6 +134,12 @@ export interface ViolationWorkOrderInfo {
|
|
|
134
134
|
* @memberof ViolationWorkOrderInfo
|
|
135
135
|
*/
|
|
136
136
|
'evidenceImages'?: Array<string>;
|
|
137
|
+
/**
|
|
138
|
+
* 举证视频
|
|
139
|
+
* @type {Array<string>}
|
|
140
|
+
* @memberof ViolationWorkOrderInfo
|
|
141
|
+
*/
|
|
142
|
+
'evidenceVideos'?: Array<string>;
|
|
137
143
|
}
|
|
138
144
|
|
|
139
145
|
|