1234567891011121314151617181920212223242526 |
- //
- // searchData.m
- // shiku_im
- //
- // Created by flyeagleTang on 15-2-3.
- // Copyright (c) 2015年 Reese. All rights reserved.
- //
- #import "searchData.h"
- @implementation searchData
- @synthesize countryId;//国家
- @synthesize provinceId;//省份
- @synthesize cityId;//城市
- @synthesize areaId;//区域
- @synthesize name;//名字
- @synthesize sex;//性别
- @synthesize minAge;
- @synthesize maxAge;
- @synthesize showTime;//出现时间
- @end
|