[2.13.0][update]更新下注释

This commit is contained in:
chenfufeng
2022-12-01 11:56:23 +08:00
parent 79e4767cc0
commit 8fded03548

View File

@@ -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
)