中华联合和监控不在缩小图标

This commit is contained in:
ddisfriend
2024-09-10 16:58:27 +08:00
parent 68c4d51355
commit ac19826ef2
232 changed files with 8063 additions and 7876 deletions

View File

@@ -321,4 +321,29 @@ public class UserOperationPermissionsDataModel : Decodable {
}
}
public class AppPushRecordListDataModel : Decodable {
var id : Int?
var orderId : Int?
var orderCode : String?
var supplierId : Int?
var appType : Int?
var pushType : String?
var pushPayload : String?
var pushPayloadObj : AppPushRecordListDataPayloadModel?
var regId : String?
var deviceId : String?
var pushResult : String?
var pushState : Int?
var pushTime : String?
var handleTime : String?
var handleUser : String?
public class AppPushRecordListDataPayloadModel : Decodable {
var id : Int?
var userOrderId : Int?
var taskOrderId : Int?
var cancelButtonText : String?
var confirmButtonText : String?
var title : String?
var content : String?
}
}