|
|
@@ -70,6 +70,12 @@ public class WorkOrderView {
|
|
|
@DbField("wo.type")
|
|
|
private WorkOrder.Type type;
|
|
|
|
|
|
+ @DbField("wo.account_id")
|
|
|
+ private Long accountId;
|
|
|
+
|
|
|
+ @DbField("wo.account")
|
|
|
+ private String account;
|
|
|
+
|
|
|
@DbField("wo.customer_service_auth_id")
|
|
|
private String customerServiceAuthId;
|
|
|
|