searchData.m 440 B

1234567891011121314151617181920212223242526
  1. //
  2. // searchData.m
  3. // shiku_im
  4. //
  5. // Created by flyeagleTang on 15-2-3.
  6. // Copyright (c) 2015年 Reese. All rights reserved.
  7. //
  8. #import "searchData.h"
  9. @implementation searchData
  10. @synthesize countryId;//国家
  11. @synthesize provinceId;//省份
  12. @synthesize cityId;//城市
  13. @synthesize areaId;//区域
  14. @synthesize name;//名字
  15. @synthesize sex;//性别
  16. @synthesize minAge;
  17. @synthesize maxAge;
  18. @synthesize showTime;//出现时间
  19. @end