@gizone/rrs-client 4.2.5-alpha.400 → 4.2.5-alpha.402
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.
|
@@ -60,10 +60,10 @@ export interface WorkOrderSpotCheckDto {
|
|
|
60
60
|
'checkRemarks'?: string;
|
|
61
61
|
/**
|
|
62
62
|
* 抽检项ID
|
|
63
|
-
* @type {Array<
|
|
63
|
+
* @type {Array<number>}
|
|
64
64
|
* @memberof WorkOrderSpotCheckDto
|
|
65
65
|
*/
|
|
66
|
-
'inspectionItemIds'?: Array<
|
|
66
|
+
'inspectionItemIds'?: Array<number>;
|
|
67
67
|
/**
|
|
68
68
|
*
|
|
69
69
|
* @type {FollowupWorkOrderDTO}
|
|
@@ -60,10 +60,10 @@ export interface WorkOrderSpotCheckDto {
|
|
|
60
60
|
'checkRemarks'?: string;
|
|
61
61
|
/**
|
|
62
62
|
* 抽检项ID
|
|
63
|
-
* @type {Array<
|
|
63
|
+
* @type {Array<number>}
|
|
64
64
|
* @memberof WorkOrderSpotCheckDto
|
|
65
65
|
*/
|
|
66
|
-
'inspectionItemIds'?: Array<
|
|
66
|
+
'inspectionItemIds'?: Array<number>;
|
|
67
67
|
/**
|
|
68
68
|
*
|
|
69
69
|
* @type {FollowupWorkOrderDTO}
|
|
@@ -67,10 +67,10 @@ export interface WorkOrderSpotCheckDto {
|
|
|
67
67
|
'checkRemarks'?: string;
|
|
68
68
|
/**
|
|
69
69
|
* 抽检项ID
|
|
70
|
-
* @type {Array<
|
|
70
|
+
* @type {Array<number>}
|
|
71
71
|
* @memberof WorkOrderSpotCheckDto
|
|
72
72
|
*/
|
|
73
|
-
'inspectionItemIds'?: Array<
|
|
73
|
+
'inspectionItemIds'?: Array<number>;
|
|
74
74
|
/**
|
|
75
75
|
*
|
|
76
76
|
* @type {FollowupWorkOrderDTO}
|