// // YXMyDeviceModel.m // Temperature // // Created by TC on 2025/3/22. // #import "YXMyDeviceModel.h" @implementation YXMyDeviceModel + (NSDictionary *)objectClassInArray { return @{ @"consumables": @"YXConsumablesModel"}; } @end @implementation YXConsumablesModel @end