From e35849618cc8d0615c09335959b76d0cca667679 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期三, 13 八月 2025 16:54:04 +0800
Subject: [PATCH] 有wechat模块中增加查询水肥机、墒情站、气象站所有实体的功能
---
 pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu3rd/src/main/java/com/dy/rtuMw3rd/ServerProperties.java |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu3rd/src/main/java/com/dy/rtuMw3rd/ServerProperties.java b/pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu3rd/src/main/java/com/dy/rtuMw3rd/ServerProperties.java
new file mode 100644
index 0000000..cdf55b5
--- /dev/null
+++ b/pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu3rd/src/main/java/com/dy/rtuMw3rd/ServerProperties.java
@@ -0,0 +1,13 @@
+package com.dy.rtuMw3rd;
+
+
+/**
+ * @Author: liurunyu
+ * @Date: 2025/02/26 11:03
+ * @Description
+ */
+public class ServerProperties {
+    public static String XjnkServerHttpsBaseUrl = "https://www.sshyun.com" ;//鏈嶅姟绔痟ttps鏈嶅姟URL
+    public static String BjnlServerIp = "127.0.0.1" ;//鏈嶅姟绔疘P
+    public static Integer BjnlServerPort = 1234 ;//鏈嶅姟绔鍙�
+}
--
Gitblit v1.8.0