From b73747138d4808a83448e11ee56e766553f511e4 Mon Sep 17 00:00:00 2001
From: xiaoQQya <46475319+xiaoQQya@users.noreply.github.com>
Date: 星期一, 06 十一月 2023 15:43:07 +0800
Subject: [PATCH] Merge branch '648540858:wvp-28181-2.0' into develop
---
src/main/java/com/genersoft/iot/vmp/service/bean/MessageForPushChannel.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/java/com/genersoft/iot/vmp/service/bean/MessageForPushChannel.java b/src/main/java/com/genersoft/iot/vmp/service/bean/MessageForPushChannel.java
old mode 100644
new mode 100755
index 886f8c2..1a9e3e5
--- a/src/main/java/com/genersoft/iot/vmp/service/bean/MessageForPushChannel.java
+++ b/src/main/java/com/genersoft/iot/vmp/service/bean/MessageForPushChannel.java
@@ -34,7 +34,7 @@
/**
* 璇锋眰鐨勫钩鍙拌嚜澧濱D
*/
- private String platFormIndex;
+ private int platFormIndex;
/**
* 璇锋眰骞冲彴鍚嶇О
@@ -132,11 +132,11 @@
this.mediaServerId = mediaServerId;
}
- public String getPlatFormIndex() {
+ public int getPlatFormIndex() {
return platFormIndex;
}
- public void setPlatFormIndex(String platFormIndex) {
+ public void setPlatFormIndex(int platFormIndex) {
this.platFormIndex = platFormIndex;
}
}
--
Gitblit v1.8.0