From 0826f3c8abb803ca4da66b39baa65b623fc2e38b Mon Sep 17 00:00:00 2001
From: Fancy <Fancy.fx@outlook.com>
Date: 星期三, 19 六月 2024 08:48:14 +0800
Subject: [PATCH] fixed error

---
 pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductTestItems.java           |   12 ++++++------
 pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/proTestItems/ProTestItemsCtrl.java |    2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductTestItems.java b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductTestItems.java
index 99921cd..33b2dae 100644
--- a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductTestItems.java
+++ b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductTestItems.java
@@ -29,14 +29,14 @@
      */
     @JSONField(serializeUsing= ObjectWriterImplToString.class)
     @TableId(type = IdType.AUTO)
-    private Long id;
+    public Long id;
 
     /**
      * 浜у搧瀹炰綋缂栧彿
      */
     @JSONField(serializeUsing= ObjectWriterImplToString.class)
     @NotNull(message = "浜у搧瀹炰綋缂栧彿涓嶈兘涓虹┖")
-    private Long proId;
+    public Long proId;
 
 
 
@@ -44,22 +44,22 @@
      * 娴嬭瘯椤圭洰
      */
     @NotEmpty(message = "娴嬭瘯椤圭洰涓嶈兘涓虹┖")
-    private String item;
+    public String item;
 
     /**
      * 鏄惁鍒犻櫎锛�1鏄紝0鍚�
      */
-    private Boolean deleted;
+    public Boolean deleted;
 
     /**
      * 鏄惁绂佺敤锛�1鏄紝0鍚�
      */
     @JSONField(serialize = false)
-    private Boolean disabled;
+    public Boolean disabled;
 
     /**
      * 鎺掑簭
      */
 
-    private Integer sort;
+    public Integer sort;
 }
\ No newline at end of file
diff --git a/pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/proTestItems/ProTestItemsCtrl.java b/pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/proTestItems/ProTestItemsCtrl.java
index 1c86b6f..02b9526 100644
--- a/pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/proTestItems/ProTestItemsCtrl.java
+++ b/pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/proTestItems/ProTestItemsCtrl.java
@@ -21,7 +21,7 @@
  */
 @Slf4j
 @RestController
-@RequestMapping(path="items")
+@RequestMapping(path="testItems")
 @SuppressWarnings("unchecked")
 public class ProTestItemsCtrl {
     private ProTestItemsSv sv;

--
Gitblit v1.8.0