cloudroam
3 天以前 88cf855268a05a68bb4570c6d45841bbe23fe5ec
1
2
3
4
5
6
7
package com.example.firstapp.database.response
 
data class AccountCloseResponse(
    val code: Int,
    val msg: String,
    val data: Boolean
)