From 0909caac96ddac21f007d6c7ba6b348de9d2981a Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期三, 25 六月 2025 16:03:56 +0800
Subject: [PATCH] MQTT设备命令日志功能实现
---
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