@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.
|
@@ -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
|
|