This commit is contained in:
houxinyu
2023-09-18 00:36:06 +08:00
parent f67f9a7961
commit 75de390d85
8 changed files with 195 additions and 1 deletions

View File

@@ -90,7 +90,7 @@ public class SQLParserVO {
*/
private String scriptLanguageField;
/*是否开启轮询机制 默认不开启*/
/*轮询机制是否开启 默认不开启*/
private Boolean ifPolling = false;
/*轮询时间间隔(s) 默认120s*/