cloudroam
2025-04-02 42cd7cb06a1076749d366580afd5c6205f0a3c89
1
2
3
4
5
6
7
package com.example.firstapp.database.response
 
data class AlipayOrderInfoResponse(
    val code: Int,
    val msg: String,
    val data: String
)