yi95302
Results
1
comments of
yi95302
测试文件: #import #import "BGFMDB.h" NS_ASSUME_NONNULL_BEGIN @interface TestModel : NSObject @property (nonatomic,copy) NSString *name; @property (nonatomic,copy) NSString *layerID; @end NS_ASSUME_NONNULL_END #import "TestModel.h" @implementation TestModel +(NSArray *)bg_unionPrimaryKeys{ return @[@"name",@"layerID"]; } @end