1
zhujie
2025-04-15 879ec1ae04b37eb7bf9357903d10acc860d84d5b
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()