From e5ca62a8fb0bf2fef9d305cde0a6edc2cf30e506 Mon Sep 17 00:00:00 2001
From: 刘小明 <liuxm_a@163.com>
Date: 星期三, 07 八月 2024 16:05:38 +0800
Subject: [PATCH] 初始化代码优化,登录时有密码长度校验,帮初始密码改为6位

---
 pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductTestInspectionItems.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductTestInspectionItems.java b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductTestInspectionItems.java
index 03020de..208f8d7 100644
--- a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductTestInspectionItems.java
+++ b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProductTestInspectionItems.java
@@ -55,7 +55,7 @@
     /**
      * 鏄惁绂佺敤锛�1鏄紝0鍚�
      */
-    @JSONField(serialize = false)
+    //@JSONField(serialize = false)
     public Boolean disabled;
 
     /**

--
Gitblit v1.8.0