17 lines
243 B
Objective-C
17 lines
243 B
Objective-C
//
|
|
// XPRedPacketModel.m
|
|
// xplan-ios
|
|
//
|
|
// Created by GreenLand on 2022/9/2.
|
|
//
|
|
|
|
#import "XPRedPacketModel.h"
|
|
|
|
@implementation XPRedPacketModel
|
|
|
|
+ (NSDictionary *)replacedKeyFromPropertyName {
|
|
return @{@"redEnvelopeId":@"id"};
|
|
}
|
|
|
|
@end
|