@gizone/rrs-client 4.2.5-alpha.402 → 4.2.5-alpha.403
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/user-excel-dto.d.ts +0 -6
- package/dist/esm/models/work-order-spot-check-dto.d.ts +6 -0
- package/dist/models/user-excel-dto.d.ts +0 -6
- package/dist/models/work-order-spot-check-dto.d.ts +6 -0
- package/models/user-excel-dto.ts +0 -6
- package/models/work-order-spot-check-dto.ts +6 -0
- package/package.json +1 -1
|
@@ -70,6 +70,12 @@ export interface WorkOrderSpotCheckDto {
|
|
|
70
70
|
* @memberof WorkOrderSpotCheckDto
|
|
71
71
|
*/
|
|
72
72
|
'followupWorkOrder'?: FollowupWorkOrderDTO;
|
|
73
|
+
/**
|
|
74
|
+
* 是否生成新工单
|
|
75
|
+
* @type {boolean}
|
|
76
|
+
* @memberof WorkOrderSpotCheckDto
|
|
77
|
+
*/
|
|
78
|
+
'isNewWork'?: boolean;
|
|
73
79
|
}
|
|
74
80
|
export declare const WorkOrderSpotCheckDtoCheckStatusEnum: {
|
|
75
81
|
readonly NotCheck: "NOT_CHECK";
|
|
@@ -70,6 +70,12 @@ export interface WorkOrderSpotCheckDto {
|
|
|
70
70
|
* @memberof WorkOrderSpotCheckDto
|
|
71
71
|
*/
|
|
72
72
|
'followupWorkOrder'?: FollowupWorkOrderDTO;
|
|
73
|
+
/**
|
|
74
|
+
* 是否生成新工单
|
|
75
|
+
* @type {boolean}
|
|
76
|
+
* @memberof WorkOrderSpotCheckDto
|
|
77
|
+
*/
|
|
78
|
+
'isNewWork'?: boolean;
|
|
73
79
|
}
|
|
74
80
|
export declare const WorkOrderSpotCheckDtoCheckStatusEnum: {
|
|
75
81
|
readonly NotCheck: "NOT_CHECK";
|
package/models/user-excel-dto.ts
CHANGED
|
@@ -77,6 +77,12 @@ export interface WorkOrderSpotCheckDto {
|
|
|
77
77
|
* @memberof WorkOrderSpotCheckDto
|
|
78
78
|
*/
|
|
79
79
|
'followupWorkOrder'?: FollowupWorkOrderDTO;
|
|
80
|
+
/**
|
|
81
|
+
* 是否生成新工单
|
|
82
|
+
* @type {boolean}
|
|
83
|
+
* @memberof WorkOrderSpotCheckDto
|
|
84
|
+
*/
|
|
85
|
+
'isNewWork'?: boolean;
|
|
80
86
|
}
|
|
81
87
|
|
|
82
88
|
export const WorkOrderSpotCheckDtoCheckStatusEnum = {
|