@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.
@@ -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
- 'applicantName': string;
51
+ 'applicantReason': string;
52
52
  /**
53
- * 申请电话
53
+ * 姓名
54
54
  * @type {string}
55
55
  * @memberof AccessWhitelistApplicationUpdateVo
56
56
  */
57
- 'applicantPhone': string;
57
+ 'applicantName': string;
58
58
  /**
59
- * 申请原因
59
+ * 申请电话
60
60
  * @type {string}
61
61
  * @memberof AccessWhitelistApplicationUpdateVo
62
62
  */
63
- 'applicantReason': string;
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 {string}
373
+ * @type {number}
374
374
  * @memberof SysUser
375
375
  */
376
- 'cid'?: string;
376
+ 'cuserId'?: number;
377
377
  /**
378
378
  *
379
- * @type {number}
379
+ * @type {string}
380
380
  * @memberof SysUser
381
381
  */
382
- 'cuserId'?: number;
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
- 'applicantName': string;
51
+ 'applicantReason': string;
52
52
  /**
53
- * 申请电话
53
+ * 姓名
54
54
  * @type {string}
55
55
  * @memberof AccessWhitelistApplicationUpdateVo
56
56
  */
57
- 'applicantPhone': string;
57
+ 'applicantName': string;
58
58
  /**
59
- * 申请原因
59
+ * 申请电话
60
60
  * @type {string}
61
61
  * @memberof AccessWhitelistApplicationUpdateVo
62
62
  */
63
- 'applicantReason': string;
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 {string}
373
+ * @type {number}
374
374
  * @memberof SysUser
375
375
  */
376
- 'cid'?: string;
376
+ 'cuserId'?: number;
377
377
  /**
378
378
  *
379
- * @type {number}
379
+ * @type {string}
380
380
  * @memberof SysUser
381
381
  */
382
- 'cuserId'?: number;
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
- 'applicantName': string;
64
+ 'applicantReason': string;
65
65
  /**
66
- * 申请电话
66
+ * 姓名
67
67
  * @type {string}
68
68
  * @memberof AccessWhitelistApplicationUpdateVo
69
69
  */
70
- 'applicantPhone': string;
70
+ 'applicantName': string;
71
71
  /**
72
- * 申请原因
72
+ * 申请电话
73
73
  * @type {string}
74
74
  * @memberof AccessWhitelistApplicationUpdateVo
75
75
  */
76
- 'applicantReason': string;
76
+ 'applicantPhone': string;
77
77
  /**
78
78
  * 申请人脸图片
79
79
  * @type {string}
@@ -379,15 +379,15 @@ export interface SysUser {
379
379
  'userAttachments'?: Array<SysUserAttachmentInfo>;
380
380
  /**
381
381
  *
382
- * @type {string}
382
+ * @type {number}
383
383
  * @memberof SysUser
384
384
  */
385
- 'cid'?: string;
385
+ 'cuserId'?: number;
386
386
  /**
387
387
  *
388
- * @type {number}
388
+ * @type {string}
389
389
  * @memberof SysUser
390
390
  */
391
- 'cuserId'?: number;
391
+ 'cid'?: string;
392
392
  }
393
393
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.0-alpha.297",
3
+ "version": "4.2.0-alpha.299",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {