cloudroam
3 天以前 88cf855268a05a68bb4570c6d45841bbe23fe5ec
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()