Commit ca43cf68 authored by Him188's avatar Him188

Remove data modifier

parent 2e3e7bee
...@@ -27,7 +27,7 @@ internal data class RequestPushNotify( ...@@ -27,7 +27,7 @@ internal data class RequestPushNotify(
@Suppress("ArrayInDataClass") @Suppress("ArrayInDataClass")
@Serializable @Serializable
internal data class MsgInfo( internal class MsgInfo(
@SerialId(0) val lFromUin: Long? = 0L, @SerialId(0) val lFromUin: Long? = 0L,
@SerialId(1) val uMsgTime: Long? = 0L, @SerialId(1) val uMsgTime: Long? = 0L,
@SerialId(2) val shMsgType: Short, @SerialId(2) val shMsgType: Short,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment