// // YOUPAILZBillSectionModel.h // MEISHI // // Created by CY on 2021/2/22. // Copyright © 2021 leo. All rights reserved. // #import #import "YOUPAILCBillDetailModel.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZBillSectionModel : NSObject @property (nonatomic, strong) NSString *youpaipdate;//月份 @property (nonatomic, strong) NSMutableArray *youpaiplist;//数据列表 @property (nonatomic, strong) NSString *youpaipincome;//当前月分收入总值 @property (nonatomic, strong) NSString *youpaipexpend;//当前月分支出总值 @end NS_ASSUME_NONNULL_END