From e3d71e6211ada723d38dbb73479c458465391103 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期二, 19 八月 2025 08:56:41 +0800 Subject: [PATCH] 1、程序化哈格里夫斯(Hargreaves)公式; 2、实现每日定时任务,计算作物蒸腾量,并存储数据库 --- pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu/src/main/java/com/dy/rtuMw/server/ServerProperties.java | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu/src/main/java/com/dy/rtuMw/server/ServerProperties.java b/pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu/src/main/java/com/dy/rtuMw/server/ServerProperties.java index cf3f4a4..40dbe26 100644 --- a/pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu/src/main/java/com/dy/rtuMw/server/ServerProperties.java +++ b/pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu/src/main/java/com/dy/rtuMw/server/ServerProperties.java @@ -54,4 +54,12 @@ //鏈夋姤璀﹀彂鐢熸椂锛屽悜閽夐拤鍙戦�佹秷鎭殑闂撮殧鏃堕暱锛堝垎閽燂級 public static Integer sendDingDingAlarmMsInterval = 60 ; + //Mqtt妯″潡鏄惁鍚姩 + public static Boolean mqttUnitEnable = false ; + public static Long acceptManureDataMinInterval = 60 * 60 * 1000L ;//榛樿60鍒嗛挓 + public static Long acceptSoilDataMinInterval = 60 * 60 * 1000L ;//榛樿60鍒嗛挓 + public static Long acceptWeatherDataMinInterval = 60 * 60 * 1000L ;//榛樿60鍒嗛挓 + + + } -- Gitblit v1.8.0