@interface HMSaleInputQuery_dateRange : ZJBaseModel @property (nonatomic, strong) NSString * beginDate; @property (nonatomic, strong) NSString * endDate; @end @interface HMSaleInputQuery : ZJBaseModel @property (nonatomic, strong) HMSaleInputQuery_dateRange * dateRange; @property (nonatomic, strong) NSMutableArray < Optional> * contracts; @property (nonatomic, strong) NSString * state; @property (nonatomic, strong) NSNumber * page; @property (nonatomic, strong) NSNumber * pageSize; @end