ProductStockModel.m 273 Bytes
//
//  ProductStockModel.m
//  XFFruit
//
//  Created by Javen on 2017/5/11.
//  Copyright © 2017年 Xummer. All rights reserved.
//

#import "ProductStockModel.h"

@implementation ProductStockModel
- (void)setValue:(id)value forUndefinedKey:(NSString *)key {
    
}
@end