lxw
2023-08-15 160e150009b51a39fa95d9462c3798ba28d51a09
src/main/java/com/whyc/constant/SuperConstant.java
@@ -21,6 +21,10 @@
    public static final String SCHEDULE_PER_DAY=    "0 0 0 * * ?";
    public static final String SCHEDULE_PER_WEEK=   "0 0 0 */7 * ?";
    public static final String SCHEDULE_PER_MONTH=  "0 0 0 1 * ?";
    /**CMD指令校验次数*/
    public static final Integer CMD_SEND_TIME= 20;
    /**CMD指令校验间隔时间 250毫秒,0.25秒*/
    public static final Integer CMD_SEND_INTERVAL_TIME= 250;