@gizone/rrs-client 4.2.6-alpha.418 → 4.2.6-alpha.420

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.
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { FollowupWorkOrderDTO } from './followup-work-order-dto';
13
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
13
14
  /**
14
15
  * 工单抽检数据传输对象
15
16
  * @export
@@ -76,6 +77,18 @@ export interface WorkOrderSpotCheckDto {
76
77
  * @memberof WorkOrderSpotCheckDto
77
78
  */
78
79
  'isNewWork'?: boolean;
80
+ /**
81
+ * 抽检项名称 数组
82
+ * @type {Array<string>}
83
+ * @memberof WorkOrderSpotCheckDto
84
+ */
85
+ 'inspectionItemNames'?: Array<string>;
86
+ /**
87
+ *
88
+ * @type {WorkOrderTypeEnum}
89
+ * @memberof WorkOrderSpotCheckDto
90
+ */
91
+ 'workOrderType'?: WorkOrderTypeEnum;
79
92
  }
80
93
  export declare const WorkOrderSpotCheckDtoCheckStatusEnum: {
81
94
  readonly NotCheck: "NOT_CHECK";
@@ -27,6 +27,12 @@ export interface WorkOrderSpotCheckVo {
27
27
  * @memberof WorkOrderSpotCheckVo
28
28
  */
29
29
  'inspectionItemIds'?: Array<number>;
30
+ /**
31
+ * 抽检项名称 数组
32
+ * @type {Array<string>}
33
+ * @memberof WorkOrderSpotCheckVo
34
+ */
35
+ 'inspectionItemNames'?: Array<string>;
30
36
  /**
31
37
  * 抽检图片
32
38
  * @type {Array<string>}
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { FollowupWorkOrderDTO } from './followup-work-order-dto';
13
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
13
14
  /**
14
15
  * 工单抽检数据传输对象
15
16
  * @export
@@ -76,6 +77,18 @@ export interface WorkOrderSpotCheckDto {
76
77
  * @memberof WorkOrderSpotCheckDto
77
78
  */
78
79
  'isNewWork'?: boolean;
80
+ /**
81
+ * 抽检项名称 数组
82
+ * @type {Array<string>}
83
+ * @memberof WorkOrderSpotCheckDto
84
+ */
85
+ 'inspectionItemNames'?: Array<string>;
86
+ /**
87
+ *
88
+ * @type {WorkOrderTypeEnum}
89
+ * @memberof WorkOrderSpotCheckDto
90
+ */
91
+ 'workOrderType'?: WorkOrderTypeEnum;
79
92
  }
80
93
  export declare const WorkOrderSpotCheckDtoCheckStatusEnum: {
81
94
  readonly NotCheck: "NOT_CHECK";
@@ -27,6 +27,12 @@ export interface WorkOrderSpotCheckVo {
27
27
  * @memberof WorkOrderSpotCheckVo
28
28
  */
29
29
  'inspectionItemIds'?: Array<number>;
30
+ /**
31
+ * 抽检项名称 数组
32
+ * @type {Array<string>}
33
+ * @memberof WorkOrderSpotCheckVo
34
+ */
35
+ 'inspectionItemNames'?: Array<string>;
30
36
  /**
31
37
  * 抽检图片
32
38
  * @type {Array<string>}
@@ -16,6 +16,9 @@
16
16
  // May contain unused imports in some cases
17
17
  // @ts-ignore
18
18
  import type { FollowupWorkOrderDTO } from './followup-work-order-dto';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
19
22
 
20
23
  /**
21
24
  * 工单抽检数据传输对象
@@ -83,6 +86,18 @@ export interface WorkOrderSpotCheckDto {
83
86
  * @memberof WorkOrderSpotCheckDto
84
87
  */
85
88
  'isNewWork'?: boolean;
89
+ /**
90
+ * 抽检项名称 数组
91
+ * @type {Array<string>}
92
+ * @memberof WorkOrderSpotCheckDto
93
+ */
94
+ 'inspectionItemNames'?: Array<string>;
95
+ /**
96
+ *
97
+ * @type {WorkOrderTypeEnum}
98
+ * @memberof WorkOrderSpotCheckDto
99
+ */
100
+ 'workOrderType'?: WorkOrderTypeEnum;
86
101
  }
87
102
 
88
103
  export const WorkOrderSpotCheckDtoCheckStatusEnum = {
@@ -32,6 +32,12 @@ export interface WorkOrderSpotCheckVo {
32
32
  * @memberof WorkOrderSpotCheckVo
33
33
  */
34
34
  'inspectionItemIds'?: Array<number>;
35
+ /**
36
+ * 抽检项名称 数组
37
+ * @type {Array<string>}
38
+ * @memberof WorkOrderSpotCheckVo
39
+ */
40
+ 'inspectionItemNames'?: Array<string>;
35
41
  /**
36
42
  * 抽检图片
37
43
  * @type {Array<string>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.6-alpha.418",
3
+ "version": "4.2.6-alpha.420",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {