1234567891011121314151617181920212223 |
- //
- // YOUPAILZBillSectionModel.m
- // MEISHI
- //
- // Created by CY on 2021/2/22.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import "YOUPAILZBillSectionModel.h"
- @implementation YOUPAILZBillSectionModel
- + (NSDictionary *)mj_replacedKeyFromPropertyName
- {
- return @{
- @"youpaipdate":@"date",
- @"youpaiplist":@"list",
- @"youpaipincome":@"income",
- @"youpaipexpend":@"expend",
- };
- }
- @end
|