From 914bc07f2ff447f916b736da84d766cda8c6f67b Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期二, 11 六月 2024 14:04:12 +0800
Subject: [PATCH] 优化代码

---
 pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/proItems/QueryVo.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/proItems/QueryVo.java b/pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/proItems/QueryVo.java
index 68b6bb9..d7eb1e8 100644
--- a/pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/proItems/QueryVo.java
+++ b/pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/proItems/QueryVo.java
@@ -11,5 +11,5 @@
 @Builder
 public class QueryVo extends QueryConditionVo {
     public String item;
-    public String proName;
+    public Long proId;
 }

--
Gitblit v1.8.0