@gizone/rrs-client 4.2.0-alpha.317 → 4.2.0-alpha.318
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.
|
@@ -108,11 +108,17 @@ export interface AccessRecordDetailsDto {
|
|
|
108
108
|
*/
|
|
109
109
|
'accessTime'?: string;
|
|
110
110
|
/**
|
|
111
|
-
*
|
|
112
|
-
* @type {
|
|
111
|
+
* 入园/出园照片
|
|
112
|
+
* @type {string}
|
|
113
|
+
* @memberof AccessRecordDetailsDto
|
|
114
|
+
*/
|
|
115
|
+
'vehiclePicUri'?: string;
|
|
116
|
+
/**
|
|
117
|
+
* 车牌图片
|
|
118
|
+
* @type {string}
|
|
113
119
|
* @memberof AccessRecordDetailsDto
|
|
114
120
|
*/
|
|
115
|
-
'
|
|
121
|
+
'plateNoPicUri'?: string;
|
|
116
122
|
/**
|
|
117
123
|
*
|
|
118
124
|
* @type {AccessReleaseMethodEnum}
|
|
@@ -108,11 +108,17 @@ export interface AccessRecordDetailsDto {
|
|
|
108
108
|
*/
|
|
109
109
|
'accessTime'?: string;
|
|
110
110
|
/**
|
|
111
|
-
*
|
|
112
|
-
* @type {
|
|
111
|
+
* 入园/出园照片
|
|
112
|
+
* @type {string}
|
|
113
|
+
* @memberof AccessRecordDetailsDto
|
|
114
|
+
*/
|
|
115
|
+
'vehiclePicUri'?: string;
|
|
116
|
+
/**
|
|
117
|
+
* 车牌图片
|
|
118
|
+
* @type {string}
|
|
113
119
|
* @memberof AccessRecordDetailsDto
|
|
114
120
|
*/
|
|
115
|
-
'
|
|
121
|
+
'plateNoPicUri'?: string;
|
|
116
122
|
/**
|
|
117
123
|
*
|
|
118
124
|
* @type {AccessReleaseMethodEnum}
|
|
@@ -129,11 +129,17 @@ export interface AccessRecordDetailsDto {
|
|
|
129
129
|
*/
|
|
130
130
|
'accessTime'?: string;
|
|
131
131
|
/**
|
|
132
|
-
*
|
|
133
|
-
* @type {
|
|
132
|
+
* 入园/出园照片
|
|
133
|
+
* @type {string}
|
|
134
|
+
* @memberof AccessRecordDetailsDto
|
|
135
|
+
*/
|
|
136
|
+
'vehiclePicUri'?: string;
|
|
137
|
+
/**
|
|
138
|
+
* 车牌图片
|
|
139
|
+
* @type {string}
|
|
134
140
|
* @memberof AccessRecordDetailsDto
|
|
135
141
|
*/
|
|
136
|
-
'
|
|
142
|
+
'plateNoPicUri'?: string;
|
|
137
143
|
/**
|
|
138
144
|
*
|
|
139
145
|
* @type {AccessReleaseMethodEnum}
|