tj
2025-04-18 d166fa86711d9348ac987ba87715e986a3b1a27b
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()