update
This commit is contained in:
@@ -249,8 +249,16 @@ public class DispatchAppH5UrlDataModel : Decodable {
|
||||
public class VersionCheckDataModel : Decodable {
|
||||
var id : Int
|
||||
var appVersion : String
|
||||
var update : UpdateEnum
|
||||
var appType : AppTypeEnum
|
||||
var update : UpdateModel
|
||||
var appType : TypeModel
|
||||
class UpdateModel : Decodable {
|
||||
var code : UpdateEnum
|
||||
var label : String
|
||||
}
|
||||
class TypeModel : Decodable {
|
||||
var code : AppTypeEnum
|
||||
var label : String
|
||||
}
|
||||
enum UpdateEnum : Int,Decodable {
|
||||
case NO = 0
|
||||
case YES = 1
|
||||
|
||||
Reference in New Issue
Block a user