@gizone/rrs-client 4.2.0-alpha.327 → 4.2.0-alpha.329
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/access-appointment-record-details-dto.d.ts +6 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/models/access-appointment-record-details-dto.d.ts +6 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/models/access-appointment-record-details-dto.ts +6 -0
- package/models/sys-user.ts +4 -4
- package/package.json +1 -1
|
@@ -37,6 +37,12 @@ export interface AccessAppointmentRecordDetailsDto {
|
|
|
37
37
|
* @memberof AccessAppointmentRecordDetailsDto
|
|
38
38
|
*/
|
|
39
39
|
'parkId'?: number;
|
|
40
|
+
/**
|
|
41
|
+
* 园区名称
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
44
|
+
*/
|
|
45
|
+
'parkName'?: string;
|
|
40
46
|
/**
|
|
41
47
|
*
|
|
42
48
|
* @type {AccessDirectionEnum}
|
|
@@ -370,14 +370,14 @@ export interface SysUser {
|
|
|
370
370
|
'userAttachments'?: Array<SysUserAttachmentInfo>;
|
|
371
371
|
/**
|
|
372
372
|
*
|
|
373
|
-
* @type {
|
|
373
|
+
* @type {number}
|
|
374
374
|
* @memberof SysUser
|
|
375
375
|
*/
|
|
376
|
-
'
|
|
376
|
+
'cuserId'?: number;
|
|
377
377
|
/**
|
|
378
378
|
*
|
|
379
|
-
* @type {
|
|
379
|
+
* @type {string}
|
|
380
380
|
* @memberof SysUser
|
|
381
381
|
*/
|
|
382
|
-
'
|
|
382
|
+
'cid'?: string;
|
|
383
383
|
}
|
|
@@ -37,6 +37,12 @@ export interface AccessAppointmentRecordDetailsDto {
|
|
|
37
37
|
* @memberof AccessAppointmentRecordDetailsDto
|
|
38
38
|
*/
|
|
39
39
|
'parkId'?: number;
|
|
40
|
+
/**
|
|
41
|
+
* 园区名称
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
44
|
+
*/
|
|
45
|
+
'parkName'?: string;
|
|
40
46
|
/**
|
|
41
47
|
*
|
|
42
48
|
* @type {AccessDirectionEnum}
|
|
@@ -370,14 +370,14 @@ export interface SysUser {
|
|
|
370
370
|
'userAttachments'?: Array<SysUserAttachmentInfo>;
|
|
371
371
|
/**
|
|
372
372
|
*
|
|
373
|
-
* @type {
|
|
373
|
+
* @type {number}
|
|
374
374
|
* @memberof SysUser
|
|
375
375
|
*/
|
|
376
|
-
'
|
|
376
|
+
'cuserId'?: number;
|
|
377
377
|
/**
|
|
378
378
|
*
|
|
379
|
-
* @type {
|
|
379
|
+
* @type {string}
|
|
380
380
|
* @memberof SysUser
|
|
381
381
|
*/
|
|
382
|
-
'
|
|
382
|
+
'cid'?: string;
|
|
383
383
|
}
|
|
@@ -62,6 +62,12 @@ export interface AccessAppointmentRecordDetailsDto {
|
|
|
62
62
|
* @memberof AccessAppointmentRecordDetailsDto
|
|
63
63
|
*/
|
|
64
64
|
'parkId'?: number;
|
|
65
|
+
/**
|
|
66
|
+
* 园区名称
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof AccessAppointmentRecordDetailsDto
|
|
69
|
+
*/
|
|
70
|
+
'parkName'?: string;
|
|
65
71
|
/**
|
|
66
72
|
*
|
|
67
73
|
* @type {AccessDirectionEnum}
|
package/models/sys-user.ts
CHANGED
|
@@ -379,15 +379,15 @@ export interface SysUser {
|
|
|
379
379
|
'userAttachments'?: Array<SysUserAttachmentInfo>;
|
|
380
380
|
/**
|
|
381
381
|
*
|
|
382
|
-
* @type {
|
|
382
|
+
* @type {number}
|
|
383
383
|
* @memberof SysUser
|
|
384
384
|
*/
|
|
385
|
-
'
|
|
385
|
+
'cuserId'?: number;
|
|
386
386
|
/**
|
|
387
387
|
*
|
|
388
|
-
* @type {
|
|
388
|
+
* @type {string}
|
|
389
389
|
* @memberof SysUser
|
|
390
390
|
*/
|
|
391
|
-
'
|
|
391
|
+
'cid'?: string;
|
|
392
392
|
}
|
|
393
393
|
|