@gizone/rrs-client 4.2.9-alpha.503 → 4.2.9-alpha.505

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.
@@ -96,6 +96,12 @@ export interface AccessWhitelistApplicationBatchImportTemplateDto {
96
96
  * @memberof AccessWhitelistApplicationBatchImportTemplateDto
97
97
  */
98
98
  'vehicleLength'?: string;
99
+ /**
100
+ * 申请原因
101
+ * @type {string}
102
+ * @memberof AccessWhitelistApplicationBatchImportTemplateDto
103
+ */
104
+ 'applicantReason'?: string;
99
105
  /**
100
106
  * 公司ID
101
107
  * @type {number}
@@ -377,14 +377,14 @@ export interface SysUser {
377
377
  'sourceUserId'?: string;
378
378
  /**
379
379
  *
380
- * @type {string}
380
+ * @type {number}
381
381
  * @memberof SysUser
382
382
  */
383
- 'cid'?: string;
383
+ 'cuserId'?: number;
384
384
  /**
385
385
  *
386
- * @type {number}
386
+ * @type {string}
387
387
  * @memberof SysUser
388
388
  */
389
- 'cuserId'?: number;
389
+ 'cid'?: string;
390
390
  }
@@ -96,6 +96,12 @@ export interface AccessWhitelistApplicationBatchImportTemplateDto {
96
96
  * @memberof AccessWhitelistApplicationBatchImportTemplateDto
97
97
  */
98
98
  'vehicleLength'?: string;
99
+ /**
100
+ * 申请原因
101
+ * @type {string}
102
+ * @memberof AccessWhitelistApplicationBatchImportTemplateDto
103
+ */
104
+ 'applicantReason'?: string;
99
105
  /**
100
106
  * 公司ID
101
107
  * @type {number}
@@ -377,14 +377,14 @@ export interface SysUser {
377
377
  'sourceUserId'?: string;
378
378
  /**
379
379
  *
380
- * @type {string}
380
+ * @type {number}
381
381
  * @memberof SysUser
382
382
  */
383
- 'cid'?: string;
383
+ 'cuserId'?: number;
384
384
  /**
385
385
  *
386
- * @type {number}
386
+ * @type {string}
387
387
  * @memberof SysUser
388
388
  */
389
- 'cuserId'?: number;
389
+ 'cid'?: string;
390
390
  }
@@ -107,6 +107,12 @@ export interface AccessWhitelistApplicationBatchImportTemplateDto {
107
107
  * @memberof AccessWhitelistApplicationBatchImportTemplateDto
108
108
  */
109
109
  'vehicleLength'?: string;
110
+ /**
111
+ * 申请原因
112
+ * @type {string}
113
+ * @memberof AccessWhitelistApplicationBatchImportTemplateDto
114
+ */
115
+ 'applicantReason'?: string;
110
116
  /**
111
117
  * 公司ID
112
118
  * @type {number}
@@ -388,16 +388,16 @@ export interface SysUser {
388
388
  'sourceUserId'?: string;
389
389
  /**
390
390
  *
391
- * @type {string}
391
+ * @type {number}
392
392
  * @memberof SysUser
393
393
  */
394
- 'cid'?: string;
394
+ 'cuserId'?: number;
395
395
  /**
396
396
  *
397
- * @type {number}
397
+ * @type {string}
398
398
  * @memberof SysUser
399
399
  */
400
- 'cuserId'?: number;
400
+ 'cid'?: string;
401
401
  }
402
402
 
403
403
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.9-alpha.503",
3
+ "version": "4.2.9-alpha.505",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {