liurunyu
2024-12-17 5680507b76dcef28afd87e24380b5e49aa40eb51
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/support/SupportUnitConfigVo.java
@@ -1,8 +1,10 @@
package com.dy.common.mw.support;
public class SupportUnitConfigVo {
   public boolean enableThreadPool ;
   public boolean enableShortThreadPool ;
   public boolean enableLongThreadPool ;
   //短任务线程池
   public int short_maxThread ;