// // SPSBRedDotModel.h // 我的社保 // // Created by shanp on 2021/4/25. // #import "SPSBBaseNetworkModel.h" @class SPSBPurchasersModel; NS_ASSUME_NONNULL_BEGIN @interface SPSBRedDotSbuIdModel : NSObject @property (nonatomic, strong) SPSBPurchasersModel *spsb_purchasers; @property (nonatomic, strong) NSString *spsb_tips; @end @interface SPSBRedDotModel : SPSBBaseNetworkModel @property (nonatomic, readonly, strong) NSString *spsb_added; @property (nonatomic, readonly, strong) NSString *spsb_buy; @property (nonatomic, readonly, strong) NSString *spsb_material_flow; @property (nonatomic, readonly, strong) NSString *spsb_msg; @property (nonatomic, readonly, strong) NSString *spsb_wage; @property (nonatomic, readonly, strong) SPSBRedDotSbuIdModel *spsb_sbuids; @property (nonatomic, readonly, strong) NSString *spsba_all; @end NS_ASSUME_NONNULL_END