From 3e9a6da99aae968123ee7bca352fc08becd7f1f2 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 29 八月 2024 17:29:21 +0800
Subject: [PATCH] 工单过程图接口更换

---
 ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/QueryVqdResult.java |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/QueryVqdResult.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/QueryVqdResult.java
index d076629..8ccba5c 100644
--- a/ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/QueryVqdResult.java
+++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/QueryVqdResult.java
@@ -1,12 +1,16 @@
 package com.ycl.platform.domain.result.UY;
 
+import com.ycl.platform.domain.result.BaseResult;
 import lombok.Data;
+import org.springframework.data.mongodb.core.index.TextIndexed;
+import org.springframework.data.mongodb.core.mapping.Document;
 
 /**
  * 鍥惧儚鐩戞祴璇婃柇缁撴灉
  */
 @Data
-public class QueryVqdResult {
+@Document(collection = "uy_query_vqd")
+public class QueryVqdResult extends BaseResult {
     /**
      *
      */
@@ -18,6 +22,7 @@
     /**
      * 琛屾斂鍖哄垝鍚嶇О
      */
+    @TextIndexed
     private String arealayernoName;
     /**
      *
@@ -58,10 +63,12 @@
     /**
      * 璁惧 IP
      */
+    @TextIndexed
     private String deviceIp;
     /**
      * 璁惧鍚嶇О
      */
+    @TextIndexed
     private String deviceName;
     /**
      *

--
Gitblit v1.8.0