@gizone/rrs-client 4.2.0-alpha.297 → 4.2.0-alpha.299
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-whitelist-application-add-vo.d.ts +2 -2
- package/dist/esm/models/access-whitelist-application-update-vo.d.ts +6 -6
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/models/access-whitelist-application-add-vo.d.ts +2 -2
- package/dist/models/access-whitelist-application-update-vo.d.ts +6 -6
- package/dist/models/sys-user.d.ts +4 -4
- package/models/access-whitelist-application-add-vo.ts +2 -2
- package/models/access-whitelist-application-update-vo.ts +6 -6
- package/models/sys-user.ts +4 -4
- package/package.json +1 -1
|
@@ -38,13 +38,13 @@ export interface AccessWhitelistApplicationAddVo {
|
|
|
38
38
|
*/
|
|
39
39
|
'accessVisitorPersonType': AccessVisitorPersonTypeEnum;
|
|
40
40
|
/**
|
|
41
|
-
* 开始时间
|
|
41
|
+
* 开始时间 格式:yyyy-MM-dd HH:mm:ss
|
|
42
42
|
* @type {string}
|
|
43
43
|
* @memberof AccessWhitelistApplicationAddVo
|
|
44
44
|
*/
|
|
45
45
|
'startTime': string;
|
|
46
46
|
/**
|
|
47
|
-
* 结束时间
|
|
47
|
+
* 结束时间 格式:yyyy-MM-dd HH:mm:ss
|
|
48
48
|
* @type {string}
|
|
49
49
|
* @memberof AccessWhitelistApplicationAddVo
|
|
50
50
|
*/
|
|
@@ -44,23 +44,23 @@ export interface AccessWhitelistApplicationUpdateVo {
|
|
|
44
44
|
*/
|
|
45
45
|
'endTime': string;
|
|
46
46
|
/**
|
|
47
|
-
*
|
|
47
|
+
* 申请原因
|
|
48
48
|
* @type {string}
|
|
49
49
|
* @memberof AccessWhitelistApplicationUpdateVo
|
|
50
50
|
*/
|
|
51
|
-
'
|
|
51
|
+
'applicantReason': string;
|
|
52
52
|
/**
|
|
53
|
-
*
|
|
53
|
+
* 姓名
|
|
54
54
|
* @type {string}
|
|
55
55
|
* @memberof AccessWhitelistApplicationUpdateVo
|
|
56
56
|
*/
|
|
57
|
-
'
|
|
57
|
+
'applicantName': string;
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
* 申请电话
|
|
60
60
|
* @type {string}
|
|
61
61
|
* @memberof AccessWhitelistApplicationUpdateVo
|
|
62
62
|
*/
|
|
63
|
-
'
|
|
63
|
+
'applicantPhone': string;
|
|
64
64
|
/**
|
|
65
65
|
* 申请人脸图片
|
|
66
66
|
* @type {string}
|
|
@@ -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
|
}
|
|
@@ -38,13 +38,13 @@ export interface AccessWhitelistApplicationAddVo {
|
|
|
38
38
|
*/
|
|
39
39
|
'accessVisitorPersonType': AccessVisitorPersonTypeEnum;
|
|
40
40
|
/**
|
|
41
|
-
* 开始时间
|
|
41
|
+
* 开始时间 格式:yyyy-MM-dd HH:mm:ss
|
|
42
42
|
* @type {string}
|
|
43
43
|
* @memberof AccessWhitelistApplicationAddVo
|
|
44
44
|
*/
|
|
45
45
|
'startTime': string;
|
|
46
46
|
/**
|
|
47
|
-
* 结束时间
|
|
47
|
+
* 结束时间 格式:yyyy-MM-dd HH:mm:ss
|
|
48
48
|
* @type {string}
|
|
49
49
|
* @memberof AccessWhitelistApplicationAddVo
|
|
50
50
|
*/
|
|
@@ -44,23 +44,23 @@ export interface AccessWhitelistApplicationUpdateVo {
|
|
|
44
44
|
*/
|
|
45
45
|
'endTime': string;
|
|
46
46
|
/**
|
|
47
|
-
*
|
|
47
|
+
* 申请原因
|
|
48
48
|
* @type {string}
|
|
49
49
|
* @memberof AccessWhitelistApplicationUpdateVo
|
|
50
50
|
*/
|
|
51
|
-
'
|
|
51
|
+
'applicantReason': string;
|
|
52
52
|
/**
|
|
53
|
-
*
|
|
53
|
+
* 姓名
|
|
54
54
|
* @type {string}
|
|
55
55
|
* @memberof AccessWhitelistApplicationUpdateVo
|
|
56
56
|
*/
|
|
57
|
-
'
|
|
57
|
+
'applicantName': string;
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
* 申请电话
|
|
60
60
|
* @type {string}
|
|
61
61
|
* @memberof AccessWhitelistApplicationUpdateVo
|
|
62
62
|
*/
|
|
63
|
-
'
|
|
63
|
+
'applicantPhone': string;
|
|
64
64
|
/**
|
|
65
65
|
* 申请人脸图片
|
|
66
66
|
* @type {string}
|
|
@@ -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
|
}
|
|
@@ -51,13 +51,13 @@ export interface AccessWhitelistApplicationAddVo {
|
|
|
51
51
|
*/
|
|
52
52
|
'accessVisitorPersonType': AccessVisitorPersonTypeEnum;
|
|
53
53
|
/**
|
|
54
|
-
* 开始时间
|
|
54
|
+
* 开始时间 格式:yyyy-MM-dd HH:mm:ss
|
|
55
55
|
* @type {string}
|
|
56
56
|
* @memberof AccessWhitelistApplicationAddVo
|
|
57
57
|
*/
|
|
58
58
|
'startTime': string;
|
|
59
59
|
/**
|
|
60
|
-
* 结束时间
|
|
60
|
+
* 结束时间 格式:yyyy-MM-dd HH:mm:ss
|
|
61
61
|
* @type {string}
|
|
62
62
|
* @memberof AccessWhitelistApplicationAddVo
|
|
63
63
|
*/
|
|
@@ -57,23 +57,23 @@ export interface AccessWhitelistApplicationUpdateVo {
|
|
|
57
57
|
*/
|
|
58
58
|
'endTime': string;
|
|
59
59
|
/**
|
|
60
|
-
*
|
|
60
|
+
* 申请原因
|
|
61
61
|
* @type {string}
|
|
62
62
|
* @memberof AccessWhitelistApplicationUpdateVo
|
|
63
63
|
*/
|
|
64
|
-
'
|
|
64
|
+
'applicantReason': string;
|
|
65
65
|
/**
|
|
66
|
-
*
|
|
66
|
+
* 姓名
|
|
67
67
|
* @type {string}
|
|
68
68
|
* @memberof AccessWhitelistApplicationUpdateVo
|
|
69
69
|
*/
|
|
70
|
-
'
|
|
70
|
+
'applicantName': string;
|
|
71
71
|
/**
|
|
72
|
-
*
|
|
72
|
+
* 申请电话
|
|
73
73
|
* @type {string}
|
|
74
74
|
* @memberof AccessWhitelistApplicationUpdateVo
|
|
75
75
|
*/
|
|
76
|
-
'
|
|
76
|
+
'applicantPhone': string;
|
|
77
77
|
/**
|
|
78
78
|
* 申请人脸图片
|
|
79
79
|
* @type {string}
|
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
|
|