// // DailyReconciDetailViewController.h // IBOSSmini // // Created by apple on 2017/5/16. // Copyright © 2017年 elongtian. All rights reserved. // #import "BaseViewController.h" @interface DailyReconciDetailViewController : BaseViewController @property(copy) NSString *organizationId; @property(copy) NSString *accountDate; @property(copy) NSString *businessType; @end