From 8fded035483313eb5ba384ef04d81e0dc4264d0e Mon Sep 17 00:00:00 2001 From: chenfufeng Date: Thu, 1 Dec 2022 11:56:23 +0800 Subject: [PATCH] =?UTF-8?q?[2.13.0][update]=E6=9B=B4=E6=96=B0=E4=B8=8B?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/mogo/eagle/core/data/msgbox/NoticeFrCloudMsg.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/mogo-core-data/src/main/java/com/mogo/eagle/core/data/msgbox/NoticeFrCloudMsg.kt b/core/mogo-core-data/src/main/java/com/mogo/eagle/core/data/msgbox/NoticeFrCloudMsg.kt index c4063fcd41..bc559deeeb 100644 --- a/core/mogo-core-data/src/main/java/com/mogo/eagle/core/data/msgbox/NoticeFrCloudMsg.kt +++ b/core/mogo-core-data/src/main/java/com/mogo/eagle/core/data/msgbox/NoticeFrCloudMsg.kt @@ -6,6 +6,6 @@ import com.mogo.eagle.core.data.notice.NoticeTrafficStylePushData data class NoticeFrCloudMsg( var noticeNormalData: NoticeNormalData? = null, var trafficPushData: NoticeTrafficStylePushData? = null, - // 0:取NoticeTrafficStylePushData, 1:取NoticeNormalData + // 0:取NoticeNormalData, 1:取NoticeTrafficStylePushData var type: Int = 0 ) \ No newline at end of file