cloudroam
17 小时以前 1a281d8354622a3606360f9f9a7fe4bb7d6a2c3a
1
2
3
4
5
6
7
package com.example.firstapp.database.response
 
data class CheckNewContentData(
    val hasNewContent: Boolean,
    val content: String? = null,
    val updateTime: Long = System.currentTimeMillis()