cloudroam
2025-04-10 5fc9567cfa6b6beee4f52a9f835f304865d693e1
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()