@gizone/rrs-client 4.1.3-alpha.230 → 4.1.3-beta.232

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.
@@ -27,4 +27,10 @@ export interface WorkOrderDistributeLeafletsVo {
27
27
  * @memberof WorkOrderDistributeLeafletsVo
28
28
  */
29
29
  'handlerUserId': number;
30
+ /**
31
+ * 派单原因
32
+ * @type {string}
33
+ * @memberof WorkOrderDistributeLeafletsVo
34
+ */
35
+ 'distributeReason'?: string;
30
36
  }
@@ -27,4 +27,10 @@ export interface WorkOrderDistributeLeafletsVo {
27
27
  * @memberof WorkOrderDistributeLeafletsVo
28
28
  */
29
29
  'handlerUserId': number;
30
+ /**
31
+ * 派单原因
32
+ * @type {string}
33
+ * @memberof WorkOrderDistributeLeafletsVo
34
+ */
35
+ 'distributeReason'?: string;
30
36
  }
@@ -32,5 +32,11 @@ export interface WorkOrderDistributeLeafletsVo {
32
32
  * @memberof WorkOrderDistributeLeafletsVo
33
33
  */
34
34
  'handlerUserId': number;
35
+ /**
36
+ * 派单原因
37
+ * @type {string}
38
+ * @memberof WorkOrderDistributeLeafletsVo
39
+ */
40
+ 'distributeReason'?: string;
35
41
  }
36
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.3-alpha.230",
3
+ "version": "4.1.3-beta.232",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {