//// FeeAcountDetail.h// XFFruit//// Created by 陈俊俊 on 15/9/6.// Copyright (c) 2015年 Xummer. All rights reserved.//#import "IBTModel.h"@interfaceFeeAcountDetail:IBTModel@property(nonatomic,strong)NSString*uuid;//唯一标识@property(nonatomic,strong)NSString*accounttitle;//费用类型@property(nonatomic,strong)NSString*accounttitlename;//费用类型名称@property(nonatomic,strong)NSNumber*actualmoney;//应付总金额@property(nonatomic,strong)NSNumber*paidmoney;//已付总金额@property(nonatomic,strong)NSNumber*leftmoney;//尾款总金额@property(nonatomic,strong)NSString*note;//备注@end