@gizone/rrs-client 4.2.6-alpha.418 → 4.2.6-alpha.419
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/work-order-spot-check-dto.d.ts +6 -0
- package/dist/esm/models/work-order-spot-check-vo.d.ts +6 -0
- package/dist/models/work-order-spot-check-dto.d.ts +6 -0
- package/dist/models/work-order-spot-check-vo.d.ts +6 -0
- package/models/work-order-spot-check-dto.ts +6 -0
- package/models/work-order-spot-check-vo.ts +6 -0
- package/package.json +1 -1
|
@@ -76,6 +76,12 @@ export interface WorkOrderSpotCheckDto {
|
|
|
76
76
|
* @memberof WorkOrderSpotCheckDto
|
|
77
77
|
*/
|
|
78
78
|
'isNewWork'?: boolean;
|
|
79
|
+
/**
|
|
80
|
+
* 抽检项名称 数组
|
|
81
|
+
* @type {Array<string>}
|
|
82
|
+
* @memberof WorkOrderSpotCheckDto
|
|
83
|
+
*/
|
|
84
|
+
'inspectionItemNames'?: Array<string>;
|
|
79
85
|
}
|
|
80
86
|
export declare const WorkOrderSpotCheckDtoCheckStatusEnum: {
|
|
81
87
|
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>}
|
|
@@ -76,6 +76,12 @@ export interface WorkOrderSpotCheckDto {
|
|
|
76
76
|
* @memberof WorkOrderSpotCheckDto
|
|
77
77
|
*/
|
|
78
78
|
'isNewWork'?: boolean;
|
|
79
|
+
/**
|
|
80
|
+
* 抽检项名称 数组
|
|
81
|
+
* @type {Array<string>}
|
|
82
|
+
* @memberof WorkOrderSpotCheckDto
|
|
83
|
+
*/
|
|
84
|
+
'inspectionItemNames'?: Array<string>;
|
|
79
85
|
}
|
|
80
86
|
export declare const WorkOrderSpotCheckDtoCheckStatusEnum: {
|
|
81
87
|
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>}
|
|
@@ -83,6 +83,12 @@ export interface WorkOrderSpotCheckDto {
|
|
|
83
83
|
* @memberof WorkOrderSpotCheckDto
|
|
84
84
|
*/
|
|
85
85
|
'isNewWork'?: boolean;
|
|
86
|
+
/**
|
|
87
|
+
* 抽检项名称 数组
|
|
88
|
+
* @type {Array<string>}
|
|
89
|
+
* @memberof WorkOrderSpotCheckDto
|
|
90
|
+
*/
|
|
91
|
+
'inspectionItemNames'?: Array<string>;
|
|
86
92
|
}
|
|
87
93
|
|
|
88
94
|
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>}
|