对下载模型的调整

This commit is contained in:
Mr.zhou 2024-05-13 14:53:46 +08:00
parent d0a1339ee9
commit c9b7e2d935
2 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,8 @@ import UIKit
import CoreData import CoreData
///Model ///Model
@objc(MPPositive_DownloadItemModel) @objc(MPPositive_DownloadItemModel)
///
class MPPositive_DownloadItemModel: NSManagedObject, MP_CoreDataManageableDelegate, MP_CoreDataOperationDelegate { class MPPositive_DownloadItemModel: NSManagedObject, MP_CoreDataManageableDelegate, MP_CoreDataOperationDelegate {
typealias ManagedObject = MPSideA_MusicModel typealias ManagedObject = MPPositive_DownloadItemModel
/// ///
@NSManaged var resourcePath:String! @NSManaged var resourcePath:String!
/// ///

View File

@ -79,6 +79,7 @@ class MPPositive_SearchViewController: MPPositive_BaseViewController {
super.viewDidLoad() super.viewDidLoad()
setTitle("") setTitle("")
configure() configure()
} }
override func viewWillAppear(_ animated: Bool) { override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated) super.viewWillAppear(animated)