This commit is contained in:
DDIsFriend
2023-09-04 16:39:06 +08:00
parent 115f27422e
commit 3b9b465d22
100 changed files with 29843 additions and 7812 deletions

View File

@@ -14,6 +14,7 @@ class ResponseModel<T:Decodable> : Decodable {
var data : T?
var time : Int?
var success : Bool?
var total : Int?
}
class LoginDataModel : Decodable {