wuzeyu
2024-12-13 dd2259bcc1cfe4e31f297af3df1e94d2b95d7476
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 ;