From e1357ea1af1a473dc9fa93be458fd1578885630c Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期二, 05 十二月 2023 17:29:52 +0800
Subject: [PATCH] 1、用户增加所属片区外键ID; 2、修改重置密码的方法名;

---
 pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/support/SupportUnitConfigVo.java |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/support/SupportUnitConfigVo.java b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/support/SupportUnitConfigVo.java
index fd6cd57..9bf912c 100644
--- a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/support/SupportUnitConfigVo.java
+++ b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/support/SupportUnitConfigVo.java
@@ -1,10 +1,8 @@
 package com.dy.common.mw.support;
 
 public class SupportUnitConfigVo {
-
-	public boolean enableShortThreadPool ;
-
-	public boolean enableLongThreadPool ;
+	
+	public boolean enableThreadPool ;
 
 	//鐭换鍔$嚎绋嬫睜
 	public int short_maxThread ;

--
Gitblit v1.8.0