tj
2025-04-02 cedfc7316da7a533ef8812f14035fda31540fc2d
app/src/main/java/com/example/firstapp/database/entity/ApiResponse.kt
@@ -1,7 +1,7 @@
package com.example.firstapp.database.entity
data class ApiResponse<T>(
    val status: Int,
    val code: String,
    val msg: String,
    val info: String,
    val data: T