@gizone/rrs-client 4.1.3-alpha.213 → 4.1.3-alpha.214

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.
Files changed (46) hide show
  1. package/.openapi-generator/FILES +3 -0
  2. package/apis/setting-api.ts +192 -0
  3. package/apis/work-order-api.ts +192 -0
  4. package/dist/apis/setting-api.d.ts +102 -0
  5. package/dist/apis/setting-api.js +144 -0
  6. package/dist/apis/work-order-api.d.ts +102 -0
  7. package/dist/apis/work-order-api.js +144 -0
  8. package/dist/esm/apis/setting-api.d.ts +102 -0
  9. package/dist/esm/apis/setting-api.js +144 -0
  10. package/dist/esm/apis/work-order-api.d.ts +102 -0
  11. package/dist/esm/apis/work-order-api.js +144 -0
  12. package/dist/esm/models/get-user-wx200-response.d.ts +14 -14
  13. package/dist/esm/models/index.d.ts +3 -0
  14. package/dist/esm/models/index.js +3 -0
  15. package/dist/esm/models/ipage-access-vo.d.ts +6 -6
  16. package/dist/esm/models/json-result-list-work-order-circulation-settings-entity.d.ts +62 -0
  17. package/dist/esm/models/json-result-list-work-order-circulation-settings-entity.js +14 -0
  18. package/dist/esm/models/sys-user.d.ts +4 -4
  19. package/dist/esm/models/work-order-circulation-settings-add-or-update-vo.d.ts +44 -0
  20. package/dist/esm/models/work-order-circulation-settings-add-or-update-vo.js +14 -0
  21. package/dist/esm/models/work-order-circulation-settings-entity.d.ts +68 -0
  22. package/dist/esm/models/work-order-circulation-settings-entity.js +14 -0
  23. package/dist/esm/models/work-order-internal-status-enum.d.ts +1 -1
  24. package/dist/esm/models/work-order-internal-status-enum.js +1 -1
  25. package/dist/models/get-user-wx200-response.d.ts +14 -14
  26. package/dist/models/index.d.ts +3 -0
  27. package/dist/models/index.js +3 -0
  28. package/dist/models/ipage-access-vo.d.ts +6 -6
  29. package/dist/models/json-result-list-work-order-circulation-settings-entity.d.ts +62 -0
  30. package/dist/models/json-result-list-work-order-circulation-settings-entity.js +15 -0
  31. package/dist/models/sys-user.d.ts +4 -4
  32. package/dist/models/work-order-circulation-settings-add-or-update-vo.d.ts +44 -0
  33. package/dist/models/work-order-circulation-settings-add-or-update-vo.js +15 -0
  34. package/dist/models/work-order-circulation-settings-entity.d.ts +68 -0
  35. package/dist/models/work-order-circulation-settings-entity.js +15 -0
  36. package/dist/models/work-order-internal-status-enum.d.ts +1 -1
  37. package/dist/models/work-order-internal-status-enum.js +1 -1
  38. package/models/get-user-wx200-response.ts +14 -14
  39. package/models/index.ts +3 -0
  40. package/models/ipage-access-vo.ts +6 -6
  41. package/models/json-result-list-work-order-circulation-settings-entity.ts +72 -0
  42. package/models/sys-user.ts +4 -4
  43. package/models/work-order-circulation-settings-add-or-update-vo.ts +56 -0
  44. package/models/work-order-circulation-settings-entity.ts +80 -0
  45. package/models/work-order-internal-status-enum.ts +1 -1
  46. package/package.json +1 -1
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -363,14 +363,14 @@ export interface SysUser {
363
363
  'userNo'?: string;
364
364
  /**
365
365
  *
366
- * @type {number}
366
+ * @type {string}
367
367
  * @memberof SysUser
368
368
  */
369
- 'cuserId'?: number;
369
+ 'cid'?: string;
370
370
  /**
371
371
  *
372
- * @type {string}
372
+ * @type {number}
373
373
  * @memberof SysUser
374
374
  */
375
- 'cid'?: string;
375
+ 'cuserId'?: number;
376
376
  }
@@ -0,0 +1,44 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
13
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
14
+ /**
15
+ * 工单流转设置添加或更新对象
16
+ * @export
17
+ * @interface WorkOrderCirculationSettingsAddOrUpdateVo
18
+ */
19
+ export interface WorkOrderCirculationSettingsAddOrUpdateVo {
20
+ /**
21
+ * 数据ID
22
+ * @type {number}
23
+ * @memberof WorkOrderCirculationSettingsAddOrUpdateVo
24
+ */
25
+ 'id'?: number;
26
+ /**
27
+ *
28
+ * @type {WorkOrderTypeEnum}
29
+ * @memberof WorkOrderCirculationSettingsAddOrUpdateVo
30
+ */
31
+ 'workOrderType': WorkOrderTypeEnum;
32
+ /**
33
+ *
34
+ * @type {WorkOrderInternalStatusEnum}
35
+ * @memberof WorkOrderCirculationSettingsAddOrUpdateVo
36
+ */
37
+ 'workOrderInternalStatus': WorkOrderInternalStatusEnum;
38
+ /**
39
+ * 处理人
40
+ * @type {number}
41
+ * @memberof WorkOrderCirculationSettingsAddOrUpdateVo
42
+ */
43
+ 'handlerUserId': number;
44
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,68 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
13
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
14
+ /**
15
+ * 返回数据,可以是任意类型的值
16
+ * @export
17
+ * @interface WorkOrderCirculationSettingsEntity
18
+ */
19
+ export interface WorkOrderCirculationSettingsEntity {
20
+ /**
21
+ *
22
+ * @type {number}
23
+ * @memberof WorkOrderCirculationSettingsEntity
24
+ */
25
+ 'id'?: number;
26
+ /**
27
+ * 园区ID
28
+ * @type {number}
29
+ * @memberof WorkOrderCirculationSettingsEntity
30
+ */
31
+ 'parkId'?: number;
32
+ /**
33
+ *
34
+ * @type {WorkOrderTypeEnum}
35
+ * @memberof WorkOrderCirculationSettingsEntity
36
+ */
37
+ 'workOrderType'?: WorkOrderTypeEnum;
38
+ /**
39
+ *
40
+ * @type {WorkOrderInternalStatusEnum}
41
+ * @memberof WorkOrderCirculationSettingsEntity
42
+ */
43
+ 'workOrderInternalStatus'?: WorkOrderInternalStatusEnum;
44
+ /**
45
+ * 流转处理人
46
+ * @type {number}
47
+ * @memberof WorkOrderCirculationSettingsEntity
48
+ */
49
+ 'handlerUserId'?: number;
50
+ /**
51
+ * 是否删除 1 未删除 0 删除
52
+ * @type {number}
53
+ * @memberof WorkOrderCirculationSettingsEntity
54
+ */
55
+ 'isDelete'?: number;
56
+ /**
57
+ * 创建时间
58
+ * @type {string}
59
+ * @memberof WorkOrderCirculationSettingsEntity
60
+ */
61
+ 'createTime'?: string;
62
+ /**
63
+ * 修改时间
64
+ * @type {string}
65
+ * @memberof WorkOrderCirculationSettingsEntity
66
+ */
67
+ 'updateTime'?: string;
68
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * 工单内部状态(工单当前处于状态)
13
+ * 工单内部状态
14
14
  * @export
15
15
  * @enum {string}
16
16
  */
@@ -12,7 +12,7 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
  /**
15
- * 工单内部状态(工单当前处于状态)
15
+ * 工单内部状态
16
16
  * @export
17
17
  * @enum {string}
18
18
  */
@@ -35,6 +35,18 @@ export interface GetUserWx200Response {
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
37
  'trailerFields'?: object;
38
+ /**
39
+ *
40
+ * @type {GetUserWx200ResponseLocale}
41
+ * @memberof GetUserWx200Response
42
+ */
43
+ 'locale'?: GetUserWx200ResponseLocale;
44
+ /**
45
+ *
46
+ * @type {number}
47
+ * @memberof GetUserWx200Response
48
+ */
49
+ 'bufferSize'?: number;
38
50
  /**
39
51
  *
40
52
  * @type {string}
@@ -55,16 +67,10 @@ export interface GetUserWx200Response {
55
67
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
68
  /**
57
69
  *
58
- * @type {GetUserWx200ResponseLocale}
59
- * @memberof GetUserWx200Response
60
- */
61
- 'locale'?: GetUserWx200ResponseLocale;
62
- /**
63
- *
64
- * @type {number}
70
+ * @type {string}
65
71
  * @memberof GetUserWx200Response
66
72
  */
67
- 'bufferSize'?: number;
73
+ 'characterEncoding'?: string;
68
74
  /**
69
75
  *
70
76
  * @type {number}
@@ -83,10 +89,4 @@ export interface GetUserWx200Response {
83
89
  * @memberof GetUserWx200Response
84
90
  */
85
91
  'writer'?: object;
86
- /**
87
- *
88
- * @type {string}
89
- * @memberof GetUserWx200Response
90
- */
91
- 'characterEncoding'?: string;
92
92
  }
@@ -460,6 +460,7 @@ export * from './json-result-list-sys-dept';
460
460
  export * from './json-result-list-sys-dept-drop-down-box-list-dto';
461
461
  export * from './json-result-list-sys-user-drop-down-box-list-dto';
462
462
  export * from './json-result-list-unloading-area-entity';
463
+ export * from './json-result-list-work-order-circulation-settings-entity';
463
464
  export * from './json-result-list-work-order-circulation-vo';
464
465
  export * from './json-result-list-work-order-comment-entity';
465
466
  export * from './json-result-list-work-order-dept-settings-entity';
@@ -880,6 +881,8 @@ export * from './white-edit-vo';
880
881
  export * from './white-search-vo';
881
882
  export * from './work-order-add-vo';
882
883
  export * from './work-order-approval-vo';
884
+ export * from './work-order-circulation-settings-add-or-update-vo';
885
+ export * from './work-order-circulation-settings-entity';
883
886
  export * from './work-order-circulation-vo';
884
887
  export * from './work-order-comment-dto';
885
888
  export * from './work-order-comment-entity';
@@ -476,6 +476,7 @@ __exportStar(require("./json-result-list-sys-dept"), exports);
476
476
  __exportStar(require("./json-result-list-sys-dept-drop-down-box-list-dto"), exports);
477
477
  __exportStar(require("./json-result-list-sys-user-drop-down-box-list-dto"), exports);
478
478
  __exportStar(require("./json-result-list-unloading-area-entity"), exports);
479
+ __exportStar(require("./json-result-list-work-order-circulation-settings-entity"), exports);
479
480
  __exportStar(require("./json-result-list-work-order-circulation-vo"), exports);
480
481
  __exportStar(require("./json-result-list-work-order-comment-entity"), exports);
481
482
  __exportStar(require("./json-result-list-work-order-dept-settings-entity"), exports);
@@ -896,6 +897,8 @@ __exportStar(require("./white-edit-vo"), exports);
896
897
  __exportStar(require("./white-search-vo"), exports);
897
898
  __exportStar(require("./work-order-add-vo"), exports);
898
899
  __exportStar(require("./work-order-approval-vo"), exports);
900
+ __exportStar(require("./work-order-circulation-settings-add-or-update-vo"), exports);
901
+ __exportStar(require("./work-order-circulation-settings-entity"), exports);
899
902
  __exportStar(require("./work-order-circulation-vo"), exports);
900
903
  __exportStar(require("./work-order-comment-dto"), exports);
901
904
  __exportStar(require("./work-order-comment-entity"), exports);
@@ -36,23 +36,23 @@ export interface IPageAccessVO {
36
36
  'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
41
  */
42
- 'pages'?: number;
42
+ 'searchCount'?: boolean;
43
43
  /**
44
44
  *
45
- * @type {boolean}
45
+ * @type {number}
46
46
  * @memberof IPageAccessVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'pages'?: number;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageAccessVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -0,0 +1,62 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { BaseErrorResult } from './base-error-result';
13
+ import type { WorkOrderCirculationSettingsEntity } from './work-order-circulation-settings-entity';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface JsonResultListWorkOrderCirculationSettingsEntity
18
+ */
19
+ export interface JsonResultListWorkOrderCirculationSettingsEntity {
20
+ /**
21
+ * 错误码,0:成功,其他:失败
22
+ * @type {number}
23
+ * @memberof JsonResultListWorkOrderCirculationSettingsEntity
24
+ */
25
+ 'code'?: number;
26
+ /**
27
+ * 错误消息
28
+ * @type {string}
29
+ * @memberof JsonResultListWorkOrderCirculationSettingsEntity
30
+ */
31
+ 'msg'?: string;
32
+ /**
33
+ * 错误堆栈
34
+ * @type {string}
35
+ * @memberof JsonResultListWorkOrderCirculationSettingsEntity
36
+ */
37
+ 'stacks'?: string;
38
+ /**
39
+ * 返回数据,可以是任意类型的值
40
+ * @type {Array<WorkOrderCirculationSettingsEntity>}
41
+ * @memberof JsonResultListWorkOrderCirculationSettingsEntity
42
+ */
43
+ 'data'?: Array<WorkOrderCirculationSettingsEntity> | null;
44
+ /**
45
+ *
46
+ * @type {BaseErrorResult}
47
+ * @memberof JsonResultListWorkOrderCirculationSettingsEntity
48
+ */
49
+ 'error'?: BaseErrorResult | null;
50
+ /**
51
+ * 日志追踪ID
52
+ * @type {string}
53
+ * @memberof JsonResultListWorkOrderCirculationSettingsEntity
54
+ */
55
+ 'traceId'?: string | null;
56
+ /**
57
+ * requestId
58
+ * @type {string}
59
+ * @memberof JsonResultListWorkOrderCirculationSettingsEntity
60
+ */
61
+ 'requestId'?: string | null;
62
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -363,14 +363,14 @@ export interface SysUser {
363
363
  'userNo'?: string;
364
364
  /**
365
365
  *
366
- * @type {number}
366
+ * @type {string}
367
367
  * @memberof SysUser
368
368
  */
369
- 'cuserId'?: number;
369
+ 'cid'?: string;
370
370
  /**
371
371
  *
372
- * @type {string}
372
+ * @type {number}
373
373
  * @memberof SysUser
374
374
  */
375
- 'cid'?: string;
375
+ 'cuserId'?: number;
376
376
  }
@@ -0,0 +1,44 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
13
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
14
+ /**
15
+ * 工单流转设置添加或更新对象
16
+ * @export
17
+ * @interface WorkOrderCirculationSettingsAddOrUpdateVo
18
+ */
19
+ export interface WorkOrderCirculationSettingsAddOrUpdateVo {
20
+ /**
21
+ * 数据ID
22
+ * @type {number}
23
+ * @memberof WorkOrderCirculationSettingsAddOrUpdateVo
24
+ */
25
+ 'id'?: number;
26
+ /**
27
+ *
28
+ * @type {WorkOrderTypeEnum}
29
+ * @memberof WorkOrderCirculationSettingsAddOrUpdateVo
30
+ */
31
+ 'workOrderType': WorkOrderTypeEnum;
32
+ /**
33
+ *
34
+ * @type {WorkOrderInternalStatusEnum}
35
+ * @memberof WorkOrderCirculationSettingsAddOrUpdateVo
36
+ */
37
+ 'workOrderInternalStatus': WorkOrderInternalStatusEnum;
38
+ /**
39
+ * 处理人
40
+ * @type {number}
41
+ * @memberof WorkOrderCirculationSettingsAddOrUpdateVo
42
+ */
43
+ 'handlerUserId': number;
44
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,68 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
13
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
14
+ /**
15
+ * 返回数据,可以是任意类型的值
16
+ * @export
17
+ * @interface WorkOrderCirculationSettingsEntity
18
+ */
19
+ export interface WorkOrderCirculationSettingsEntity {
20
+ /**
21
+ *
22
+ * @type {number}
23
+ * @memberof WorkOrderCirculationSettingsEntity
24
+ */
25
+ 'id'?: number;
26
+ /**
27
+ * 园区ID
28
+ * @type {number}
29
+ * @memberof WorkOrderCirculationSettingsEntity
30
+ */
31
+ 'parkId'?: number;
32
+ /**
33
+ *
34
+ * @type {WorkOrderTypeEnum}
35
+ * @memberof WorkOrderCirculationSettingsEntity
36
+ */
37
+ 'workOrderType'?: WorkOrderTypeEnum;
38
+ /**
39
+ *
40
+ * @type {WorkOrderInternalStatusEnum}
41
+ * @memberof WorkOrderCirculationSettingsEntity
42
+ */
43
+ 'workOrderInternalStatus'?: WorkOrderInternalStatusEnum;
44
+ /**
45
+ * 流转处理人
46
+ * @type {number}
47
+ * @memberof WorkOrderCirculationSettingsEntity
48
+ */
49
+ 'handlerUserId'?: number;
50
+ /**
51
+ * 是否删除 1 未删除 0 删除
52
+ * @type {number}
53
+ * @memberof WorkOrderCirculationSettingsEntity
54
+ */
55
+ 'isDelete'?: number;
56
+ /**
57
+ * 创建时间
58
+ * @type {string}
59
+ * @memberof WorkOrderCirculationSettingsEntity
60
+ */
61
+ 'createTime'?: string;
62
+ /**
63
+ * 修改时间
64
+ * @type {string}
65
+ * @memberof WorkOrderCirculationSettingsEntity
66
+ */
67
+ 'updateTime'?: string;
68
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenAPI definition
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * 工单内部状态(工单当前处于状态)
13
+ * 工单内部状态
14
14
  * @export
15
15
  * @enum {string}
16
16
  */
@@ -15,7 +15,7 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.WorkOrderInternalStatusEnum = void 0;
17
17
  /**
18
- * 工单内部状态(工单当前处于状态)
18
+ * 工单内部状态
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
@@ -44,6 +44,18 @@ export interface GetUserWx200Response {
44
44
  * @memberof GetUserWx200Response
45
45
  */
46
46
  'trailerFields'?: object;
47
+ /**
48
+ *
49
+ * @type {GetUserWx200ResponseLocale}
50
+ * @memberof GetUserWx200Response
51
+ */
52
+ 'locale'?: GetUserWx200ResponseLocale;
53
+ /**
54
+ *
55
+ * @type {number}
56
+ * @memberof GetUserWx200Response
57
+ */
58
+ 'bufferSize'?: number;
47
59
  /**
48
60
  *
49
61
  * @type {string}
@@ -64,16 +76,10 @@ export interface GetUserWx200Response {
64
76
  'outputStream'?: GetUserWx200ResponseOutputStream;
65
77
  /**
66
78
  *
67
- * @type {GetUserWx200ResponseLocale}
68
- * @memberof GetUserWx200Response
69
- */
70
- 'locale'?: GetUserWx200ResponseLocale;
71
- /**
72
- *
73
- * @type {number}
79
+ * @type {string}
74
80
  * @memberof GetUserWx200Response
75
81
  */
76
- 'bufferSize'?: number;
82
+ 'characterEncoding'?: string;
77
83
  /**
78
84
  *
79
85
  * @type {number}
@@ -92,11 +98,5 @@ export interface GetUserWx200Response {
92
98
  * @memberof GetUserWx200Response
93
99
  */
94
100
  'writer'?: object;
95
- /**
96
- *
97
- * @type {string}
98
- * @memberof GetUserWx200Response
99
- */
100
- 'characterEncoding'?: string;
101
101
  }
102
102
 
package/models/index.ts CHANGED
@@ -460,6 +460,7 @@ export * from './json-result-list-sys-dept';
460
460
  export * from './json-result-list-sys-dept-drop-down-box-list-dto';
461
461
  export * from './json-result-list-sys-user-drop-down-box-list-dto';
462
462
  export * from './json-result-list-unloading-area-entity';
463
+ export * from './json-result-list-work-order-circulation-settings-entity';
463
464
  export * from './json-result-list-work-order-circulation-vo';
464
465
  export * from './json-result-list-work-order-comment-entity';
465
466
  export * from './json-result-list-work-order-dept-settings-entity';
@@ -880,6 +881,8 @@ export * from './white-edit-vo';
880
881
  export * from './white-search-vo';
881
882
  export * from './work-order-add-vo';
882
883
  export * from './work-order-approval-vo';
884
+ export * from './work-order-circulation-settings-add-or-update-vo';
885
+ export * from './work-order-circulation-settings-entity';
883
886
  export * from './work-order-circulation-vo';
884
887
  export * from './work-order-comment-dto';
885
888
  export * from './work-order-comment-entity';
@@ -43,23 +43,23 @@ export interface IPageAccessVO {
43
43
  'records'?: Array<AccessVO>;
44
44
  /**
45
45
  *
46
- * @type {number}
46
+ * @type {boolean}
47
47
  * @memberof IPageAccessVO
48
48
  */
49
- 'pages'?: number;
49
+ 'searchCount'?: boolean;
50
50
  /**
51
51
  *
52
- * @type {boolean}
52
+ * @type {number}
53
53
  * @memberof IPageAccessVO
54
- * @deprecated
55
54
  */
56
- 'hitCount'?: boolean;
55
+ 'pages'?: number;
57
56
  /**
58
57
  *
59
58
  * @type {boolean}
60
59
  * @memberof IPageAccessVO
60
+ * @deprecated
61
61
  */
62
- 'searchCount'?: boolean;
62
+ 'hitCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}