cloudroam
7 天以前 0cf0870889d65f5d11d0b2c8af7bca9442a7ba19
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
)