@gizone/rrs-client 4.2.7-alpha.447 → 4.2.7-alpha.452

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.
@@ -190,6 +190,12 @@ export interface WorkOrderSearchDTO {
190
190
  * @memberof WorkOrderSearchDTO
191
191
  */
192
192
  'srmCenterName'?: string;
193
+ /**
194
+ * 工单执行部门名称
195
+ * @type {string}
196
+ * @memberof WorkOrderSearchDTO
197
+ */
198
+ 'executeDeptNames'?: string;
193
199
  }
194
200
  export declare const WorkOrderSearchDTOSpotCheckStatusEnum: {
195
201
  readonly NotCheck: "NOT_CHECK";
@@ -190,6 +190,12 @@ export interface WorkOrderSearchDTO {
190
190
  * @memberof WorkOrderSearchDTO
191
191
  */
192
192
  'srmCenterName'?: string;
193
+ /**
194
+ * 工单执行部门名称
195
+ * @type {string}
196
+ * @memberof WorkOrderSearchDTO
197
+ */
198
+ 'executeDeptNames'?: string;
193
199
  }
194
200
  export declare const WorkOrderSearchDTOSpotCheckStatusEnum: {
195
201
  readonly NotCheck: "NOT_CHECK";
@@ -209,6 +209,12 @@ export interface WorkOrderSearchDTO {
209
209
  * @memberof WorkOrderSearchDTO
210
210
  */
211
211
  'srmCenterName'?: string;
212
+ /**
213
+ * 工单执行部门名称
214
+ * @type {string}
215
+ * @memberof WorkOrderSearchDTO
216
+ */
217
+ 'executeDeptNames'?: string;
212
218
  }
213
219
 
214
220
  export const WorkOrderSearchDTOSpotCheckStatusEnum = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.7-alpha.447",
3
+ "version": "4.2.7-alpha.452",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {