ProductStockModel.h 297 Bytes
Newer Older
Sandy's avatar
Sandy committed
1 2 3 4 5 6 7 8 9 10
//
//  ProductStockModel.h
//  XFFruit
//
//  Created by Javen on 2017/5/11.
//  Copyright © 2017年 Xummer. All rights reserved.
//

#import "IBTModel.h"

Sandy's avatar
Sandy committed
11
@interface ProductStockModel : NSObject
Sandy's avatar
Sandy committed
12
@property (strong, nonatomic) NSString *productCode;
Sandy's avatar
Sandy committed
13
@property (assign, nonatomic) double qty;
Sandy's avatar
Sandy committed
14
@end