opple_objc_json_client.h 37.9 KB
Newer Older
曹云霄's avatar
曹云霄 committed
1 2 3 4 5 6 7 8

#import <Foundation/Foundation.h>
#import "JSONModel.h"

#ifndef DEF_SortDirection_H
#define DEF_SortDirection_H

/**
9
 *  @Description: TODO(排序定义)
曹云霄's avatar
曹云霄 committed
10 11 12 13 14
 *  asc 升序
 *  @author  张代浩
 *  desc 降序
 */
/**
15
 *
曹云霄's avatar
曹云霄 committed
16 17 18
 */
extern NSString * const SORTDIRECTION_ASC;
/**
19
 *
曹云霄's avatar
曹云霄 committed
20 21 22 23 24 25 26 27 28 29
 */
extern NSString * const SORTDIRECTION_DESC;

#endif /* DEF_SortDirection_H */


@class PageRows;
@class RsResponse;
@class LoginInfo;
@class ModifyPasswordRequest;
30 31
@class DataDict;
@class GoodsCondition;
曹云霄's avatar
曹云霄 committed
32 33 34
@class GoodsFilter;
@class OrderBill;
@class SceneCondition;
35
@class SceneFilter;
勾芒's avatar
勾芒 committed
36
@class DeleteCartRequest;
勾芒's avatar
勾芒 committed
37
@class ShopCartFilter;
勾芒's avatar
勾芒 committed
38 39 40 41 42 43
@class TOConsumerEntity;
@class TOGoodsBrandEntity;
@class TOGoodsLabelEntity;
@class TOHottagEntity;
@class TOOrderdetailEntity;
@class TOSceneEntity;
曹云霄's avatar
曹云霄 committed
44 45
@class TOShopcartEntity;
@class IdEntity;
勾芒's avatar
勾芒 committed
46 47 48 49 50 51 52 53
@class TOShippingAddrEntity;
@class TOPositionEntity;
@class TOOrderEntity;
@class TOGoodsLabelCategoryEntity;
@class TOGoodsCategoryEntity;
@class TOGoodsEntity;
@class SaveShoppingCartRequest;
@class RsShippingAddrEntity;
54 55
@class HotTagResponse;
@class GoodsCategory;
曹云霄's avatar
曹云霄 committed
56 57 58 59 60 61 62
@class ResetPasswordRequest;
@class LoginResult;
@class ConsumerQueryCondition;
@class ExceptionCode;
@class DataPage;
@class TSBaseUser;
@class TSDepart;
63
@class ShopCartResponse;
勾芒's avatar
勾芒 committed
64 65
@class TSUserOrg;
@class SceneResponse;
曹云霄's avatar
曹云霄 committed
66 67 68 69 70
@class OrderResponse;
@class GoodsResponse;
@class ConsumerPageResult;
@class TSUser;
@class TOEmployee;
71

曹云霄's avatar
曹云霄 committed
72 73 74 75
@protocol PageRows @end
@protocol RsResponse @end
@protocol LoginInfo @end
@protocol ModifyPasswordRequest @end
76 77
@protocol DataDict @end
@protocol GoodsCondition @end
曹云霄's avatar
曹云霄 committed
78 79 80
@protocol GoodsFilter @end
@protocol OrderBill @end
@protocol SceneCondition @end
81
@protocol SceneFilter @end
勾芒's avatar
勾芒 committed
82
@protocol DeleteCartRequest @end
勾芒's avatar
勾芒 committed
83
@protocol ShopCartFilter @end
勾芒's avatar
勾芒 committed
84 85 86 87 88 89
@protocol TOConsumerEntity @end
@protocol TOGoodsBrandEntity @end
@protocol TOGoodsLabelEntity @end
@protocol TOHottagEntity @end
@protocol TOOrderdetailEntity @end
@protocol TOSceneEntity @end
曹云霄's avatar
曹云霄 committed
90 91
@protocol TOShopcartEntity @end
@protocol IdEntity @end
勾芒's avatar
勾芒 committed
92 93 94 95 96 97 98 99
@protocol TOShippingAddrEntity @end
@protocol TOPositionEntity @end
@protocol TOOrderEntity @end
@protocol TOGoodsLabelCategoryEntity @end
@protocol TOGoodsCategoryEntity @end
@protocol TOGoodsEntity @end
@protocol SaveShoppingCartRequest @end
@protocol RsShippingAddrEntity @end
100 101
@protocol HotTagResponse @end
@protocol GoodsCategory @end
曹云霄's avatar
曹云霄 committed
102 103 104 105 106 107 108
@protocol ResetPasswordRequest @end
@protocol LoginResult @end
@protocol ConsumerQueryCondition @end
@protocol ExceptionCode @end
@protocol DataPage @end
@protocol TSBaseUser @end
@protocol TSDepart @end
109
@protocol ShopCartResponse @end
勾芒's avatar
勾芒 committed
110 111
@protocol TSUserOrg @end
@protocol SceneResponse @end
曹云霄's avatar
曹云霄 committed
112 113 114 115 116
@protocol OrderResponse @end
@protocol GoodsResponse @end
@protocol ConsumerPageResult @end
@protocol TSUser @end
@protocol TOEmployee @end
117 118


曹云霄's avatar
曹云霄 committed
119 120 121 122 123 124 125 126
#ifndef DEF_PageRows_H
#define DEF_PageRows_H

/**
 *  分页类
 
 @author Administrator
 @since 0.1
127
 
曹云霄's avatar
曹云霄 committed
128 129
 */
@interface PageRows : JSONModel
130
/**
曹云霄's avatar
曹云霄 committed
131
 * (no documentation provided)
132 133
 *
 *
曹云霄's avatar
曹云霄 committed
134 135
 */
@property (nonatomic, assign) int page;
136
/**
曹云霄's avatar
曹云霄 committed
137
 * (no documentation provided)
138 139
 *
 *
曹云霄's avatar
曹云霄 committed
140 141
 */
@property (nonatomic, assign) int rows;
142
/**
曹云霄's avatar
曹云霄 committed
143
 * (no documentation provided)
144 145
 *
 *
曹云霄's avatar
曹云霄 committed
146 147 148 149 150 151
 */
@property (nonatomic, assign) int total;
@end /* interface PageRows */

#endif

152

曹云霄's avatar
曹云霄 committed
153 154 155 156 157 158 159 160
#ifndef DEF_RsResponse_H
#define DEF_RsResponse_H

/**
 *  Restful Service response base
 
 @author Debenson
 @since 0.1
161
 
曹云霄's avatar
曹云霄 committed
162 163
 */
@interface RsResponse : JSONModel
164
/**
曹云霄's avatar
曹云霄 committed
165
 * 0:正常, 非0异常。
166 167
 *
 *
曹云霄's avatar
曹云霄 committed
168 169
 */
@property (nonatomic, assign) long long code;
170
/**
曹云霄's avatar
曹云霄 committed
171
 * 异常描述
172 173
 *
 *
曹云霄's avatar
曹云霄 committed
174 175
 */
@property (nonatomic, copy) NSString *message;
176
/**
曹云霄's avatar
曹云霄 committed
177
 * 返回数据
178 179
 *
 *
曹云霄's avatar
曹云霄 committed
180 181 182 183 184 185
 */
@property (nonatomic, strong) NSObject *data;
@end /* interface RsResponse */

#endif

186

曹云霄's avatar
曹云霄 committed
187 188 189 190 191 192 193 194
#ifndef DEF_LoginInfo_H
#define DEF_LoginInfo_H

/**
 *  经销商用户登录信息。
 
 @author Debenson
 @since 0.1
195
 
曹云霄's avatar
曹云霄 committed
196 197
 */
@interface LoginInfo : JSONModel
198
/**
曹云霄's avatar
曹云霄 committed
199
 * 用户名
200 201
 *
 *
曹云霄's avatar
曹云霄 committed
202 203
 */
@property (nonatomic, copy) NSString *username;
204
/**
曹云霄's avatar
曹云霄 committed
205
 * 密码
206 207
 *
 *
曹云霄's avatar
曹云霄 committed
208 209 210 211 212 213
 */
@property (nonatomic, copy) NSString *password;
@end /* interface LoginInfo */

#endif

214

曹云霄's avatar
曹云霄 committed
215 216 217 218 219 220 221 222
#ifndef DEF_ModifyPasswordRequest_H
#define DEF_ModifyPasswordRequest_H

/**
 *  修改密码请求。
 
 @author Debenson
 @since 0.1
223
 
曹云霄's avatar
曹云霄 committed
224 225
 */
@interface ModifyPasswordRequest : JSONModel
226
/**
曹云霄's avatar
曹云霄 committed
227
 * 员工标识。
228 229
 *
 *
曹云霄's avatar
曹云霄 committed
230 231
 */
@property (nonatomic, copy) NSString *employeeId;
232
/**
曹云霄's avatar
曹云霄 committed
233
 * 原密码。
234 235
 *
 *
曹云霄's avatar
曹云霄 committed
236 237
 */
@property (nonatomic, copy) NSString *oldPassword;
238
/**
曹云霄's avatar
曹云霄 committed
239
 * 新密码
240 241
 *
 *
曹云霄's avatar
曹云霄 committed
242 243 244 245 246 247
 */
@property (nonatomic, copy) NSString *fnewPassword;
@end /* interface ModifyPasswordRequest */

#endif

248 249 250

#ifndef DEF_DataDict_H
#define DEF_DataDict_H
曹云霄's avatar
曹云霄 committed
251 252

/**
253
 *  @author Administrator
曹云霄's avatar
曹云霄 committed
254
 @since 0.1
255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272
 
 */
@interface DataDict : JSONModel
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *typename;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *typecode;
@end /* interface DataDict */

#endif
曹云霄's avatar
曹云霄 committed
273

274 275 276 277 278 279 280 281 282

#ifndef DEF_GoodsCondition_H
#define DEF_GoodsCondition_H

/**
 *  @author NuoSa
 
 @since 0.1
 
曹云霄's avatar
曹云霄 committed
283
 */
284 285 286 287 288
@interface GoodsCondition : JSONModel
/**
 * 查询条件是 商品名称
 *
 *
曹云霄's avatar
曹云霄 committed
289
 */
290 291 292 293 294
@property (nonatomic, copy) NSString *nameLike;
/**
 * 查询条件是 类型id,取值: GoodsCategory#getId()
 *
 *
曹云霄's avatar
曹云霄 committed
295
 */
296 297 298 299 300
@property (nonatomic, copy) NSString *categoryEquals;
/**
 * 查询条件是 风格
 *
 *
曹云霄's avatar
曹云霄 committed
301
 */
302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327
@property (nonatomic, copy) NSString *styleEquals;
/**
 * 查询条件是 空间
 *
 *
 */
@property (nonatomic, copy) NSString *spaceEquals;
/**
 * 查询条件是 材质
 *
 *
 */
@property (nonatomic, copy) NSString *materialEqueals;
/**
 * 查询条件是 起始价格
 *
 *
 */
@property (nonatomic, strong) NSNumber *startprice;
/**
 * 查询条件是 起始价格
 *
 *
 */
@property (nonatomic, strong) NSNumber *endprice;
/**
勾芒's avatar
勾芒 committed
328
 * (no documentation provided)
329 330 331 332 333
 *
 *
 */
@property (nonatomic, strong) DataPage *page;
@end /* interface GoodsCondition */
曹云霄's avatar
曹云霄 committed
334 335 336

#endif

337

曹云霄's avatar
曹云霄 committed
338 339 340 341 342 343
#ifndef DEF_GoodsFilter_H
#define DEF_GoodsFilter_H

/**
 *  @author Debenson
 @since 0.1
344
 
曹云霄's avatar
曹云霄 committed
345 346
 */
@interface GoodsFilter : JSONModel
347
/**
曹云霄's avatar
曹云霄 committed
348
 * 风格
349 350
 * @see DataDict
 *
曹云霄's avatar
曹云霄 committed
351
 */
352 353 354
@property (nonatomic, strong) NSArray<DataDict> *styles;
/**
 * (no documentation provided)
曹云霄's avatar
曹云霄 committed
355
 * @see GoodsCategory
356
 *
曹云霄's avatar
曹云霄 committed
357 358
 */
@property (nonatomic, strong) NSArray<GoodsCategory> *categories;
359
/**
曹云霄's avatar
曹云霄 committed
360
 * 空间
361 362
 * @see DataDict
 *
曹云霄's avatar
曹云霄 committed
363
 */
364 365
@property (nonatomic, strong) NSArray<DataDict> *space;
/**
曹云霄's avatar
曹云霄 committed
366
 * 材质
367 368
 * @see DataDict
 *
曹云霄's avatar
曹云霄 committed
369
 */
370 371
@property (nonatomic, strong) NSArray<DataDict> *material;
/**
曹云霄's avatar
曹云霄 committed
372
 * 价格
373 374
 * @see DataDict
 *
曹云霄's avatar
曹云霄 committed
375
 */
376
@property (nonatomic, strong) NSArray<DataDict> *price;
曹云霄's avatar
曹云霄 committed
377 378 379 380 381 382 383 384 385 386 387
@end /* interface GoodsFilter */

#endif


#ifndef DEF_OrderBill_H
#define DEF_OrderBill_H

/**
 *  @author Flash
 @since 0.1
388
 
曹云霄's avatar
曹云霄 committed
389 390
 */
@interface OrderBill : JSONModel
391
/**
曹云霄's avatar
曹云霄 committed
392
 * (no documentation provided)
393 394
 *
 *
曹云霄's avatar
曹云霄 committed
395 396
 */
@property (nonatomic, strong) DataPage *datapage;
397
/**
曹云霄's avatar
曹云霄 committed
398
 * (no documentation provided)
399 400
 *
 *
曹云霄's avatar
曹云霄 committed
401 402
 */
@property (nonatomic, strong) TOOrderEntity *order;
403
/**
曹云霄's avatar
曹云霄 committed
404 405
 * (no documentation provided)
 * @see TOOrderdetailEntity
406
 *
曹云霄's avatar
曹云霄 committed
407 408
 */
@property (nonatomic, strong) NSArray<TOOrderdetailEntity> *orderdetailList;
409 410 411 412 413 414 415 416 417 418 419 420
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, strong) TOConsumerEntity *consumer;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, strong) TOEmployee *employee;
曹云霄's avatar
曹云霄 committed
421 422 423 424
@end /* interface OrderBill */

#endif

425

曹云霄's avatar
曹云霄 committed
426 427 428 429 430 431
#ifndef DEF_SceneCondition_H
#define DEF_SceneCondition_H

/**
 *  @author Administrator
 @since 0.1
432
 
曹云霄's avatar
曹云霄 committed
433 434
 */
@interface SceneCondition : JSONModel
435
/**
曹云霄's avatar
曹云霄 committed
436
 * 查询条件:风格
437 438
 *
 *
曹云霄's avatar
曹云霄 committed
439 440
 */
@property (nonatomic, copy) NSString *styleEquals;
441
/**
曹云霄's avatar
曹云霄 committed
442
 * 查询条件:空间
443 444
 *
 *
曹云霄's avatar
曹云霄 committed
445 446
 */
@property (nonatomic, copy) NSString *spaceEquals;
447
/**
曹云霄's avatar
曹云霄 committed
448
 * (no documentation provided)
449 450
 *
 *
曹云霄's avatar
曹云霄 committed
451 452 453 454 455 456
 */
@property (nonatomic, strong) DataPage *page;
@end /* interface SceneCondition */

#endif

457 458 459 460 461 462 463 464 465 466 467 468

#ifndef DEF_SceneFilter_H
#define DEF_SceneFilter_H

/**
 *  @author Administrator
 @since 0.1
 
 */
@interface SceneFilter : JSONModel
/**
 * (no documentation provided)
勾芒's avatar
勾芒 committed
469
 * @see DataDict
470 471
 *
 */
勾芒's avatar
勾芒 committed
472
@property (nonatomic, strong) NSArray<DataDict> *styles;
473 474
/**
 * (no documentation provided)
勾芒's avatar
勾芒 committed
475
 * @see DataDict
476 477
 *
 */
勾芒's avatar
勾芒 committed
478
@property (nonatomic, strong) NSArray<DataDict> *space;
479 480 481 482 483
@end /* interface SceneFilter */

#endif


勾芒's avatar
勾芒 committed
484 485
#ifndef DEF_DeleteCartRequest_H
#define DEF_DeleteCartRequest_H
曹云霄's avatar
曹云霄 committed
486 487

/**
勾芒's avatar
勾芒 committed
488 489 490 491
 *  @author Debenson
 @since 0.1
 
 */
勾芒's avatar
勾芒 committed
492
@interface DeleteCartRequest : JSONModel
勾芒's avatar
勾芒 committed
493
/**
勾芒's avatar
勾芒 committed
494 495
 * 购物车标识列表
 * @see NSString
勾芒's avatar
勾芒 committed
496 497
 *
 */
勾芒's avatar
勾芒 committed
498 499
@property (nonatomic, strong) NSArray *cartIds;
@end /* interface DeleteCartRequest */
勾芒's avatar
勾芒 committed
500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531

#endif


#ifndef DEF_ShopCartFilter_H
#define DEF_ShopCartFilter_H

/**
 *  购物车查询条件。
 
 @author Debenson
 @since 0.1
 
 */
@interface ShopCartFilter : JSONModel
/**
 * 消费者标识
 *
 *
 */
@property (nonatomic, copy) NSString *consumerId;
/**
 * 分页数据
 *
 *
 */
@property (nonatomic, strong) DataPage *dp;
@end /* interface ShopCartFilter */

#endif


勾芒's avatar
勾芒 committed
532 533
#ifndef DEF_TOConsumerEntity_H
#define DEF_TOConsumerEntity_H
勾芒's avatar
勾芒 committed
534 535

/**
勾芒's avatar
勾芒 committed
536 537
 *  @Title: Entity
 @Description: 客户
曹云霄's avatar
曹云霄 committed
538
 @author onlineGenerator
勾芒's avatar
勾芒 committed
539
 @date 2016-05-08 18:08:58
曹云霄's avatar
曹云霄 committed
540
 @version V1.0
541 542
 
 
曹云霄's avatar
曹云霄 committed
543
 */
勾芒's avatar
勾芒 committed
544
@interface TOConsumerEntity : JSONModel
545
/**
曹云霄's avatar
曹云霄 committed
546
 * 方法: 取得java.lang.String
547 548
 *
 *
曹云霄's avatar
曹云霄 committed
549 550
 */
@property (nonatomic, copy) NSString *fid;
551
/**
勾芒's avatar
勾芒 committed
552
 * 方法: 取得java.lang.String
553 554
 *
 *
曹云霄's avatar
曹云霄 committed
555
 */
勾芒's avatar
勾芒 committed
556
@property (nonatomic, copy) NSString *createName;
557
/**
勾芒's avatar
勾芒 committed
558
 * 方法: 取得java.lang.String
559 560
 *
 *
曹云霄's avatar
曹云霄 committed
561
 */
勾芒's avatar
勾芒 committed
562
@property (nonatomic, copy) NSString *createBy;
563
/**
勾芒's avatar
勾芒 committed
564
 * 方法: 取得java.util.Date
565 566
 *
 *
曹云霄's avatar
曹云霄 committed
567
 */
勾芒's avatar
勾芒 committed
568
@property (nonatomic, strong) NSDate *createDate;
569
/**
曹云霄's avatar
曹云霄 committed
570
 * 方法: 取得java.lang.String
571 572
 *
 *
曹云霄's avatar
曹云霄 committed
573
 */
勾芒's avatar
勾芒 committed
574
@property (nonatomic, copy) NSString *sysOrgCode;
575
/**
曹云霄's avatar
曹云霄 committed
576
 * 方法: 取得java.lang.String
577 578
 *
 *
曹云霄's avatar
曹云霄 committed
579 580
 */
@property (nonatomic, copy) NSString *name;
581
/**
曹云霄's avatar
曹云霄 committed
582
 * 方法: 取得java.lang.String
583 584
 *
 *
曹云霄's avatar
曹云霄 committed
585
 */
勾芒's avatar
勾芒 committed
586
@property (nonatomic, copy) NSString *mobile;
587
/**
曹云霄's avatar
曹云霄 committed
588
 * 方法: 取得java.lang.String
589 590
 *
 *
曹云霄's avatar
曹云霄 committed
591
 */
勾芒's avatar
勾芒 committed
592
@property (nonatomic, copy) NSString *province;
593
/**
曹云霄's avatar
曹云霄 committed
594
 * 方法: 取得java.lang.String
595 596
 *
 *
曹云霄's avatar
曹云霄 committed
597
 */
勾芒's avatar
勾芒 committed
598
@property (nonatomic, copy) NSString *city;
599
/**
曹云霄's avatar
曹云霄 committed
600
 * 方法: 取得java.lang.String
601 602
 *
 *
曹云霄's avatar
曹云霄 committed
603
 */
勾芒's avatar
勾芒 committed
604
@property (nonatomic, copy) NSString *country;
605
/**
勾芒's avatar
勾芒 committed
606
 * 方法: 取得java.lang.String
607 608
 *
 *
曹云霄's avatar
曹云霄 committed
609
 */
勾芒's avatar
勾芒 committed
610
@property (nonatomic, copy) NSString *address;
勾芒's avatar
勾芒 committed
611
/**
勾芒's avatar
勾芒 committed
612
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
613 614 615
 *
 *
 */
勾芒's avatar
勾芒 committed
616
@property (nonatomic, copy) NSString *picture;
勾芒's avatar
勾芒 committed
617
/**
勾芒's avatar
勾芒 committed
618
 * 方法: 取得java.util.Date
勾芒's avatar
勾芒 committed
619 620 621
 *
 *
 */
勾芒's avatar
勾芒 committed
622 623 624 625 626 627 628 629 630
@property (nonatomic, strong) NSDate *lastVisitedTime;
@end /* interface TOConsumerEntity */

#endif


#ifndef DEF_TOGoodsBrandEntity_H
#define DEF_TOGoodsBrandEntity_H

631
/**
勾芒's avatar
勾芒 committed
632 633 634 635 636 637 638
 *  @Title: Entity
 @Description: 商品品牌
 @author onlineGenerator
 @date 2016-05-05 16:14:51
 @version V1.0
 
 
曹云霄's avatar
曹云霄 committed
639
 */
勾芒's avatar
勾芒 committed
640
@interface TOGoodsBrandEntity : JSONModel
641
/**
勾芒's avatar
勾芒 committed
642
 * 方法: 取得java.lang.String
643 644
 *
 *
曹云霄's avatar
曹云霄 committed
645
 */
勾芒's avatar
勾芒 committed
646
@property (nonatomic, copy) NSString *fid;
曹云霄's avatar
曹云霄 committed
647
/**
勾芒's avatar
勾芒 committed
648 649 650
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
651
 */
勾芒's avatar
勾芒 committed
652
@property (nonatomic, copy) NSString *createName;
勾芒's avatar
勾芒 committed
653
/**
勾芒's avatar
勾芒 committed
654
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
655 656 657
 *
 *
 */
勾芒's avatar
勾芒 committed
658
@property (nonatomic, copy) NSString *createBy;
659
/**
勾芒's avatar
勾芒 committed
660
 * 方法: 取得java.util.Date
661 662
 *
 *
曹云霄's avatar
曹云霄 committed
663
 */
勾芒's avatar
勾芒 committed
664
@property (nonatomic, strong) NSDate *createDate;
665
/**
曹云霄's avatar
曹云霄 committed
666
 * 方法: 取得java.lang.String
667 668
 *
 *
曹云霄's avatar
曹云霄 committed
669
 */
勾芒's avatar
勾芒 committed
670
@property (nonatomic, copy) NSString *sysOrgCode;
曹云霄's avatar
曹云霄 committed
671 672
/**
 * 方法: 取得java.lang.String
673 674
 *
 *
曹云霄's avatar
曹云霄 committed
675
 */
勾芒's avatar
勾芒 committed
676
@property (nonatomic, copy) NSString *sysCompanyCode;
677
/**
勾芒's avatar
勾芒 committed
678
 * 方法: 取得java.lang.String
679 680
 *
 *
曹云霄's avatar
曹云霄 committed
681
 */
勾芒's avatar
勾芒 committed
682
@property (nonatomic, copy) NSString *code;
683
/**
曹云霄's avatar
曹云霄 committed
684
 * 方法: 取得java.lang.String
685 686
 *
 *
曹云霄's avatar
曹云霄 committed
687
 */
勾芒's avatar
勾芒 committed
688
@property (nonatomic, copy) NSString *name;
689
/**
勾芒's avatar
勾芒 committed
690
 * 方法: 取得java.lang.Integer
691 692
 *
 *
曹云霄's avatar
曹云霄 committed
693
 */
勾芒's avatar
勾芒 committed
694
@property (nonatomic, assign) int state;
695
/**
曹云霄's avatar
曹云霄 committed
696
 * 方法: 取得java.lang.String
697 698
 *
 *
曹云霄's avatar
曹云霄 committed
699
 */
勾芒's avatar
勾芒 committed
700
@property (nonatomic, copy) NSString *logo;
701
/**
曹云霄's avatar
曹云霄 committed
702
 * 方法: 取得java.lang.String
703 704
 *
 *
曹云霄's avatar
曹云霄 committed
705
 */
勾芒's avatar
勾芒 committed
706 707 708 709 710 711 712 713 714
@property (nonatomic, copy) NSString *fdescription;
@end /* interface TOGoodsBrandEntity */

#endif


#ifndef DEF_TOGoodsLabelEntity_H
#define DEF_TOGoodsLabelEntity_H

715
/**
勾芒's avatar
勾芒 committed
716 717 718 719 720 721 722
 *  @Title: Entity
 @Description: 商品标签
 @author onlineGenerator
 @date 2016-05-05 17:18:15
 @version V1.0
 
 
曹云霄's avatar
曹云霄 committed
723
 */
勾芒's avatar
勾芒 committed
724
@interface TOGoodsLabelEntity : JSONModel
725
/**
曹云霄's avatar
曹云霄 committed
726
 * 方法: 取得java.lang.String
727 728
 *
 *
曹云霄's avatar
曹云霄 committed
729
 */
勾芒's avatar
勾芒 committed
730
@property (nonatomic, copy) NSString *fid;
731 732 733 734
/**
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
735
 */
勾芒's avatar
勾芒 committed
736
@property (nonatomic, copy) NSString *sysOrgCode;
737
/**
勾芒's avatar
勾芒 committed
738 739 740
 * 方法: 取得java.lang.String
 *
 *
741
 */
勾芒's avatar
勾芒 committed
742
@property (nonatomic, copy) NSString *sysCompanyCode;
743 744 745 746 747
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
748
@property (nonatomic, copy) NSString *name;
749 750 751 752 753
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
754 755 756 757 758 759 760 761 762
@property (nonatomic, copy) NSString *categoryId;
@end /* interface TOGoodsLabelEntity */

#endif


#ifndef DEF_TOHottagEntity_H
#define DEF_TOHottagEntity_H

763
/**
勾芒's avatar
勾芒 committed
764 765 766 767 768 769 770
 *  @Title: Entity
 @Description: 热门推荐
 @author onlineGenerator
 @date 2016-05-06 16:36:36
 @version V1.0
 
 
771
 */
勾芒's avatar
勾芒 committed
772
@interface TOHottagEntity : JSONModel
773 774 775 776 777
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
778
@property (nonatomic, copy) NSString *fid;
779 780 781 782 783
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
784 785
@property (nonatomic, copy) NSString *name;
@end /* interface TOHottagEntity */
786 787 788 789

#endif


勾芒's avatar
勾芒 committed
790 791
#ifndef DEF_TOOrderdetailEntity_H
#define DEF_TOOrderdetailEntity_H
792 793 794

/**
 *  @Title: Entity
勾芒's avatar
勾芒 committed
795
 @Description: 订单详情
796
 @author onlineGenerator
勾芒's avatar
勾芒 committed
797
 @date 2016-05-06 12:53:09
798 799 800
 @version V1.0
 
 
曹云霄's avatar
曹云霄 committed
801
 */
勾芒's avatar
勾芒 committed
802
@interface TOOrderdetailEntity : JSONModel
803 804 805 806 807 808 809
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *fid;
/**
曹云霄's avatar
曹云霄 committed
810
 * 方法: 取得java.lang.String
811 812 813
 *
 *
 */
勾芒's avatar
勾芒 committed
814
@property (nonatomic, copy) NSString *goodsId;
815 816 817 818 819
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
820
@property (nonatomic, copy) NSString *goodsCode;
821 822 823 824 825
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
826
@property (nonatomic, copy) NSString *goodsName;
827
/**
勾芒's avatar
勾芒 committed
828
 * 方法: 取得java.lang.String
829 830 831
 *
 *
 */
勾芒's avatar
勾芒 committed
832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875
@property (nonatomic, copy) NSString *goodsCover;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *goodsSpec;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *goodsBrand;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *goodsNum;
/**
 * 方法: 取得java.math.BigDecimal
 *
 *
 */
@property (nonatomic, strong) NSNumber *goodsPrice;
/**
 * 方法: 取得java.math.BigDecimal
 *
 *
 */
@property (nonatomic, strong) NSNumber *goodsTotalPrice;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *orderId;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *remark;
@end /* interface TOOrderdetailEntity */
勾芒's avatar
勾芒 committed
876 877 878 879

#endif


勾芒's avatar
勾芒 committed
880 881
#ifndef DEF_TOSceneEntity_H
#define DEF_TOSceneEntity_H
勾芒's avatar
勾芒 committed
882

883
/**
勾芒's avatar
勾芒 committed
884
 *  @Title: Entity
勾芒's avatar
勾芒 committed
885
 @Description: 场景
勾芒's avatar
勾芒 committed
886
 @author onlineGenerator
勾芒's avatar
勾芒 committed
887
 @date 2016-05-05 18:39:39
勾芒's avatar
勾芒 committed
888 889 890
 @version V1.0
 
 
891
 */
勾芒's avatar
勾芒 committed
892
@interface TOSceneEntity : JSONModel
893 894 895 896 897
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
898
@property (nonatomic, copy) NSString *fid;
899 900 901 902 903
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
904
@property (nonatomic, copy) NSString *sceneCode;
905 906 907 908 909
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
910
@property (nonatomic, copy) NSString *name;
911 912 913 914
/**
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
915
 */
勾芒's avatar
勾芒 committed
916
@property (nonatomic, copy) NSString *pricure;
917 918 919 920 921
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
922 923 924 925 926 927 928 929 930 931 932 933 934 935
@property (nonatomic, copy) NSString *category;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *style;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *space;
@end /* interface TOSceneEntity */
曹云霄's avatar
曹云霄 committed
936 937 938

#endif

939

勾芒's avatar
勾芒 committed
940 941
#ifndef DEF_TOShopcartEntity_H
#define DEF_TOShopcartEntity_H
942 943 944

/**
 *  @Title: Entity
勾芒's avatar
勾芒 committed
945
 @Description: t_o_shopcart
946
 @author onlineGenerator
勾芒's avatar
勾芒 committed
947
 @date 2016-05-13 14:26:57
948 949 950 951
 @version V1.0
 
 
 */
勾芒's avatar
勾芒 committed
952
@interface TOShopcartEntity : JSONModel
953
/**
勾芒's avatar
勾芒 committed
954 955 956 957 958 959 960
 * 商品详情
 *
 *
 */
@property (nonatomic, strong) TOGoodsEntity *goods;
/**
 * ��法: 取得java.lang.String
961 962 963 964 965 966 967 968 969
 *
 *
 */
@property (nonatomic, copy) NSString *fid;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
970
@property (nonatomic, copy) NSString *createName;
971 972 973 974 975
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
976
@property (nonatomic, copy) NSString *createBy;
977
/**
勾芒's avatar
勾芒 committed
978
 * 方法: 取得java.util.Date
979 980 981
 *
 *
 */
勾芒's avatar
勾芒 committed
982
@property (nonatomic, strong) NSDate *createDate;
983 984 985 986 987
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
988
@property (nonatomic, copy) NSString *updateName;
989 990 991 992 993
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
994
@property (nonatomic, copy) NSString *updateBy;
995
/**
勾芒's avatar
勾芒 committed
996
 * 方法: 取得java.util.Date
997 998 999
 *
 *
 */
勾芒's avatar
勾芒 committed
1000
@property (nonatomic, strong) NSDate *updateDate;
曹云霄's avatar
曹云霄 committed
1001
/**
勾芒's avatar
勾芒 committed
1002 1003
 * 方法: 取得java.lang.String
 *
1004
 *
曹云霄's avatar
曹云霄 committed
1005
 */
勾芒's avatar
勾芒 committed
1006
@property (nonatomic, copy) NSString *goodsId;
1007
/**
勾芒's avatar
勾芒 committed
1008
 * 方法: 取得java.lang.Integer
1009 1010
 *
 *
曹云霄's avatar
曹云霄 committed
1011
 */
勾芒's avatar
勾芒 committed
1012
@property (nonatomic, assign) int goodsNum;
1013
/**
勾芒's avatar
勾芒 committed
1014
 * 方法: 取得java.lang.String
1015 1016
 *
 *
曹云霄's avatar
曹云霄 committed
1017
 */
勾芒's avatar
勾芒 committed
1018
@property (nonatomic, copy) NSString *consumerId;
1019
/**
曹云霄's avatar
曹云霄 committed
1020
 * 方法: 取得java.lang.String
1021 1022
 *
 *
曹云霄's avatar
曹云霄 committed
1023
 */
勾芒's avatar
勾芒 committed
1024 1025 1026 1027 1028 1029 1030 1031 1032
@property (nonatomic, copy) NSString *resellerId;
@end /* interface TOShopcartEntity */

#endif


#ifndef DEF_IdEntity_H
#define DEF_IdEntity_H

1033
/**
勾芒's avatar
勾芒 committed
1034 1035 1036 1037 1038
 * (no documentation provided)
 */
@interface IdEntity : JSONModel
/**
 * (no documentation provided)
1039 1040
 *
 *
曹云霄's avatar
曹云霄 committed
1041
 */
勾芒's avatar
勾芒 committed
1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060
@property (nonatomic, copy) NSString *fid;
@end /* interface IdEntity */

#endif


#ifndef DEF_TOShippingAddrEntity_H
#define DEF_TOShippingAddrEntity_H

/**
 *  @Title: Entity
 @Description: t_o_shipping_addr
 @author onlineGenerator
 @date 2016-05-14 16:14:15
 @version V1.0
 
 
 */
@interface TOShippingAddrEntity : JSONModel
1061
/**
曹云霄's avatar
曹云霄 committed
1062
 * 方法: 取得java.lang.String
1063 1064
 *
 *
曹云霄's avatar
曹云霄 committed
1065
 */
勾芒's avatar
勾芒 committed
1066
@property (nonatomic, copy) NSString *fid;
1067
/**
勾芒's avatar
勾芒 committed
1068
 * 方法: 取得java.util.Date
1069 1070
 *
 *
曹云霄's avatar
曹云霄 committed
1071
 */
勾芒's avatar
勾芒 committed
1072
@property (nonatomic, strong) NSDate *createDate;
1073
/**
勾芒's avatar
勾芒 committed
1074
 * 方法: 取得java.lang.String
1075 1076
 *
 *
曹云霄's avatar
曹云霄 committed
1077
 */
勾芒's avatar
勾芒 committed
1078
@property (nonatomic, copy) NSString *sysOrgCode;
1079
/**
曹云霄's avatar
曹云霄 committed
1080
 * 方法: 取得java.lang.String
1081 1082
 *
 *
曹云霄's avatar
曹云霄 committed
1083
 */
勾芒's avatar
勾芒 committed
1084
@property (nonatomic, copy) NSString *name;
1085
/**
曹云霄's avatar
曹云霄 committed
1086
 * 方法: 取得java.lang.String
1087 1088
 *
 *
曹云霄's avatar
曹云霄 committed
1089
 */
勾芒's avatar
勾芒 committed
1090
@property (nonatomic, copy) NSString *miblephone;
1091
/**
曹云霄's avatar
曹云霄 committed
1092
 * 方法: 取得java.lang.String
1093 1094
 *
 *
曹云霄's avatar
曹云霄 committed
1095
 */
勾芒's avatar
勾芒 committed
1096
@property (nonatomic, copy) NSString *province;
1097
/**
曹云霄's avatar
曹云霄 committed
1098
 * 方法: 取得java.lang.String
1099 1100
 *
 *
曹云霄's avatar
曹云霄 committed
1101
 */
勾芒's avatar
勾芒 committed
1102
@property (nonatomic, copy) NSString *city;
1103
/**
曹云霄's avatar
曹云霄 committed
1104
 * 方法: 取得java.lang.String
1105 1106
 *
 *
曹云霄's avatar
曹云霄 committed
1107
 */
勾芒's avatar
勾芒 committed
1108
@property (nonatomic, copy) NSString *country;
1109
/**
曹云霄's avatar
曹云霄 committed
1110
 * 方法: 取得java.lang.String
1111 1112
 *
 *
曹云霄's avatar
曹云霄 committed
1113
 */
勾芒's avatar
勾芒 committed
1114
@property (nonatomic, copy) NSString *address;
1115
/**
曹云霄's avatar
曹云霄 committed
1116
 * 方法: 取得java.lang.String
1117 1118
 *
 *
曹云霄's avatar
曹云霄 committed
1119
 */
勾芒's avatar
勾芒 committed
1120 1121
@property (nonatomic, copy) NSString *consumerId;
@end /* interface TOShippingAddrEntity */
勾芒's avatar
勾芒 committed
1122 1123 1124 1125 1126 1127 1128

#endif


#ifndef DEF_TOPositionEntity_H
#define DEF_TOPositionEntity_H

1129
/**
勾芒's avatar
勾芒 committed
1130 1131 1132 1133 1134 1135 1136
 *  @Title: Entity
 @Description: 经销商员工职位
 @author onlineGenerator
 @date 2016-05-02 17:39:21
 @version V1.0
 
 
曹云霄's avatar
曹云霄 committed
1137
 */
勾芒's avatar
勾芒 committed
1138
@interface TOPositionEntity : JSONModel
1139
/**
曹云霄's avatar
曹云霄 committed
1140
 * 方法: 取得java.lang.String
1141 1142
 *
 *
曹云霄's avatar
曹云霄 committed
1143
 */
勾芒's avatar
勾芒 committed
1144
@property (nonatomic, copy) NSString *fid;
1145
/**
勾芒's avatar
勾芒 committed
1146
 * 方法: 取得java.lang.String
1147 1148
 *
 *
曹云霄's avatar
曹云霄 committed
1149
 */
勾芒's avatar
勾芒 committed
1150
@property (nonatomic, copy) NSString *code;
1151
/**
勾芒's avatar
勾芒 committed
1152
 * 方法: 取得java.lang.String
1153 1154
 *
 *
曹云霄's avatar
曹云霄 committed
1155
 */
勾芒's avatar
勾芒 committed
1156
@property (nonatomic, copy) NSString *name;
1157
/**
勾芒's avatar
勾芒 committed
1158
 * 方法: 取得java.math.BigDecimal
1159 1160
 *
 *
曹云霄's avatar
曹云霄 committed
1161
 */
勾芒's avatar
勾芒 committed
1162
@property (nonatomic, strong) NSNumber *commission;
1163
/**
勾芒's avatar
勾芒 committed
1164
 * 方法: 取得java.lang.String
1165 1166
 *
 *
曹云霄's avatar
曹云霄 committed
1167
 */
勾芒's avatar
勾芒 committed
1168 1169
@property (nonatomic, copy) NSString *resellerCode;
@end /* interface TOPositionEntity */
曹云霄's avatar
曹云霄 committed
1170 1171 1172

#endif

1173

勾芒's avatar
勾芒 committed
1174 1175
#ifndef DEF_TOOrderEntity_H
#define DEF_TOOrderEntity_H
曹云霄's avatar
曹云霄 committed
1176 1177

/**
勾芒's avatar
勾芒 committed
1178 1179
 *  @Title: Entity
 @Description: 订单
曹云霄's avatar
曹云霄 committed
1180
 @author onlineGenerator
勾芒's avatar
勾芒 committed
1181
 @date 2016-05-06 12:53:09
1182 1183 1184
 @version V1.0
 
 
曹云霄's avatar
曹云霄 committed
1185
 */
勾芒's avatar
勾芒 committed
1186
@interface TOOrderEntity : JSONModel
1187
/**
曹云霄's avatar
曹云霄 committed
1188
 * 方法: 取得java.lang.String
1189 1190
 *
 *
曹云霄's avatar
曹云霄 committed
1191 1192
 */
@property (nonatomic, copy) NSString *fid;
1193
/**
勾芒's avatar
勾芒 committed
1194
 * 方法: 取得java.lang.String
1195 1196 1197
 *
 *
 */
勾芒's avatar
勾芒 committed
1198
@property (nonatomic, copy) NSString *createName;
1199
/**
曹云霄's avatar
曹云霄 committed
1200
 * 方法: 取得java.lang.String
1201 1202
 *
 *
曹云霄's avatar
曹云霄 committed
1203
 */
勾芒's avatar
勾芒 committed
1204
@property (nonatomic, copy) NSString *createBy;
1205
/**
勾芒's avatar
勾芒 committed
1206
 * 方法: 取得java.util.Date
1207 1208
 *
 *
曹云霄's avatar
曹云霄 committed
1209
 */
勾芒's avatar
勾芒 committed
1210
@property (nonatomic, strong) NSDate *createDate;
1211
/**
曹云霄's avatar
曹云霄 committed
1212
 * 方法: 取得java.lang.String
1213 1214
 *
 *
曹云霄's avatar
曹云霄 committed
1215
 */
勾芒's avatar
勾芒 committed
1216
@property (nonatomic, copy) NSString *updateName;
1217
/**
曹云霄's avatar
曹云霄 committed
1218
 * 方法: 取得java.lang.String
1219 1220
 *
 *
曹云霄's avatar
曹云霄 committed
1221
 */
勾芒's avatar
勾芒 committed
1222
@property (nonatomic, copy) NSString *updateBy;
1223
/**
勾芒's avatar
勾芒 committed
1224
 * 方法: 取得java.util.Date
1225 1226
 *
 *
曹云霄's avatar
曹云霄 committed
1227
 */
勾芒's avatar
勾芒 committed
1228
@property (nonatomic, strong) NSDate *updateDate;
1229
/**
曹云霄's avatar
曹云霄 committed
1230
 * 方法: 取得java.lang.String
1231 1232
 *
 *
曹云霄's avatar
曹云霄 committed
1233
 */
勾芒's avatar
勾芒 committed
1234
@property (nonatomic, copy) NSString *sysOrgCode;
1235 1236 1237 1238 1239
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1240
@property (nonatomic, copy) NSString *orderNumber;
1241
/**
勾芒's avatar
勾芒 committed
1242
 * 方法: 取得java.util.Date
1243 1244 1245
 *
 *
 */
勾芒's avatar
勾芒 committed
1246
@property (nonatomic, strong) NSDate *orderTime;
1247 1248 1249 1250 1251
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1252
@property (nonatomic, copy) NSString *guideId;
1253 1254 1255 1256 1257
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1258
@property (nonatomic, copy) NSString *orderState;
1259 1260 1261 1262 1263
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1264
@property (nonatomic, copy) NSString *consumerId;
1265 1266 1267 1268 1269
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1270
@property (nonatomic, copy) NSString *goodsNum;
1271
/**
勾芒's avatar
勾芒 committed
1272
 * 方法: 取得java.math.BigDecimal
1273 1274 1275
 *
 *
 */
勾芒's avatar
勾芒 committed
1276
@property (nonatomic, strong) NSNumber *orderPrice;
1277 1278 1279 1280 1281
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1282
@property (nonatomic, copy) NSString *receiverName;
1283
/**
曹云霄's avatar
曹云霄 committed
1284
 * 方法: 取得java.lang.String
1285 1286
 *
 *
曹云霄's avatar
曹云霄 committed
1287
 */
勾芒's avatar
勾芒 committed
1288
@property (nonatomic, copy) NSString *receiverMobile;
1289
/**
勾芒's avatar
勾芒 committed
1290
 * 方法: 取得java.lang.String
1291 1292
 *
 *
曹云霄's avatar
曹云霄 committed
1293
 */
勾芒's avatar
勾芒 committed
1294
@property (nonatomic, copy) NSString *receiverAddress;
1295
/**
曹云霄's avatar
曹云霄 committed
1296
 * 方法: 取得java.lang.String
1297 1298
 *
 *
曹云霄's avatar
曹云霄 committed
1299
 */
勾芒's avatar
勾芒 committed
1300
@property (nonatomic, copy) NSString *isBill;
1301
/**
勾芒's avatar
勾芒 committed
1302
 * 方法: 取得java.lang.String
1303 1304
 *
 *
曹云霄's avatar
曹云霄 committed
1305
 */
勾芒's avatar
勾芒 committed
1306
@property (nonatomic, copy) NSString *billType;
1307
/**
曹云霄's avatar
曹云霄 committed
1308
 * 方法: 取得java.lang.String
1309 1310
 *
 *
曹云霄's avatar
曹云霄 committed
1311
 */
勾芒's avatar
勾芒 committed
1312
@property (nonatomic, copy) NSString *billTitle;
1313
/**
曹云霄's avatar
曹云霄 committed
1314
 * 方法: 取得java.lang.String
1315 1316
 *
 *
曹云霄's avatar
曹云霄 committed
1317
 */
勾芒's avatar
勾芒 committed
1318 1319
@property (nonatomic, copy) NSString *payType;
@end /* interface TOOrderEntity */
勾芒's avatar
勾芒 committed
1320 1321 1322 1323

#endif


勾芒's avatar
勾芒 committed
1324 1325
#ifndef DEF_TOGoodsLabelCategoryEntity_H
#define DEF_TOGoodsLabelCategoryEntity_H
勾芒's avatar
勾芒 committed
1326 1327 1328

/**
 *  @Title: Entity
勾芒's avatar
勾芒 committed
1329
 @Description: 商品标签分类
勾芒's avatar
勾芒 committed
1330
 @author onlineGenerator
勾芒's avatar
勾芒 committed
1331
 @date 2016-05-05 16:57:27
勾芒's avatar
勾芒 committed
1332 1333 1334 1335
 @version V1.0
 
 
 */
勾芒's avatar
勾芒 committed
1336
@interface TOGoodsLabelCategoryEntity : JSONModel
1337
/**
曹云霄's avatar
曹云霄 committed
1338
 * 方法: 取得java.lang.String
1339 1340
 *
 *
曹云霄's avatar
曹云霄 committed
1341
 */
勾芒's avatar
勾芒 committed
1342
@property (nonatomic, copy) NSString *fid;
1343
/**
曹云霄's avatar
曹云霄 committed
1344
 * 方法: 取得java.lang.String
1345 1346
 *
 *
曹云霄's avatar
曹云霄 committed
1347
 */
勾芒's avatar
勾芒 committed
1348
@property (nonatomic, copy) NSString *sysOrgCode;
1349
/**
曹云霄's avatar
曹云霄 committed
1350
 * 方法: 取得java.lang.String
1351 1352
 *
 *
曹云霄's avatar
曹云霄 committed
1353
 */
勾芒's avatar
勾芒 committed
1354
@property (nonatomic, copy) NSString *sysCompanyCode;
1355
/**
曹云霄's avatar
曹云霄 committed
1356
 * 方法: 取得java.lang.String
1357 1358
 *
 *
曹云霄's avatar
曹云霄 committed
1359
 */
勾芒's avatar
勾芒 committed
1360
@property (nonatomic, copy) NSString *code;
1361
/**
曹云霄's avatar
曹云霄 committed
1362
 * 方法: 取得java.lang.String
1363 1364
 *
 *
曹云霄's avatar
曹云霄 committed
1365
 */
勾芒's avatar
勾芒 committed
1366 1367
@property (nonatomic, copy) NSString *name;
@end /* interface TOGoodsLabelCategoryEntity */
勾芒's avatar
勾芒 committed
1368 1369 1370 1371

#endif


勾芒's avatar
勾芒 committed
1372 1373
#ifndef DEF_TOGoodsCategoryEntity_H
#define DEF_TOGoodsCategoryEntity_H
勾芒's avatar
勾芒 committed
1374

1375
/**
勾芒's avatar
勾芒 committed
1376
 *  @Title: Entity
勾芒's avatar
勾芒 committed
1377
 @Description: 商品分类
勾芒's avatar
勾芒 committed
1378
 @author onlineGenerator
勾芒's avatar
勾芒 committed
1379
 @date 2016-05-10 10:17:53
勾芒's avatar
勾芒 committed
1380 1381 1382
 @version V1.0
 
 
曹云霄's avatar
曹云霄 committed
1383
 */
勾芒's avatar
勾芒 committed
1384
@interface TOGoodsCategoryEntity : JSONModel
1385
/**
曹云霄's avatar
曹云霄 committed
1386
 * 方法: 取得java.lang.String
1387 1388
 *
 *
曹云霄's avatar
曹云霄 committed
1389
 */
勾芒's avatar
勾芒 committed
1390
@property (nonatomic, copy) NSString *fid;
1391
/**
曹云霄's avatar
曹云霄 committed
1392
 * 方法: 取得java.lang.String
1393 1394
 *
 *
曹云霄's avatar
曹云霄 committed
1395
 */
勾芒's avatar
勾芒 committed
1396
@property (nonatomic, copy) NSString *code;
1397
/**
曹云霄's avatar
曹云霄 committed
1398
 * 方法: 取得java.lang.String
1399 1400
 *
 *
曹云霄's avatar
曹云霄 committed
1401
 */
勾芒's avatar
勾芒 committed
1402
@property (nonatomic, copy) NSString *name;
1403
/**
曹云霄's avatar
曹云霄 committed
1404
 * 方法: 取得java.lang.String
1405 1406
 *
 *
曹云霄's avatar
曹云霄 committed
1407
 */
勾芒's avatar
勾芒 committed
1408
@property (nonatomic, copy) NSString *upperId;
1409
/**
勾芒's avatar
勾芒 committed
1410
 * 方法: 取得java.lang.Integer
1411 1412
 *
 *
曹云霄's avatar
曹云霄 committed
1413
 */
勾芒's avatar
勾芒 committed
1414 1415 1416 1417 1418 1419 1420 1421 1422
@property (nonatomic, assign) int level;
@end /* interface TOGoodsCategoryEntity */

#endif


#ifndef DEF_TOGoodsEntity_H
#define DEF_TOGoodsEntity_H

1423
/**
勾芒's avatar
勾芒 committed
1424 1425 1426 1427 1428 1429 1430
 *  @Title: Entity
 @Description: t_o_goods
 @author onlineGenerator
 @date 2016-05-12 15:44:01
 @version V1.0
 
 
曹云霄's avatar
曹云霄 committed
1431
 */
勾芒's avatar
勾芒 committed
1432
@interface TOGoodsEntity : JSONModel
1433
/**
曹云霄's avatar
曹云霄 committed
1434
 * 方法: 取得java.lang.String
1435 1436
 *
 *
曹云霄's avatar
曹云霄 committed
1437
 */
勾芒's avatar
勾芒 committed
1438
@property (nonatomic, copy) NSString *fid;
1439
/**
勾芒's avatar
勾芒 committed
1440
 * 方法: 取得java.util.Date
1441 1442 1443
 *
 *
 */
勾芒's avatar
勾芒 committed
1444
@property (nonatomic, strong) NSDate *createDate;
1445
/**
勾芒's avatar
勾芒 committed
1446
 * 方法: 取得java.util.Date
1447 1448 1449
 *
 *
 */
勾芒's avatar
勾芒 committed
1450
@property (nonatomic, strong) NSDate *onlineTime;
1451
/**
勾芒's avatar
勾芒 committed
1452
 * 方法: 取得java.lang.String
1453 1454 1455
 *
 *
 */
勾芒's avatar
勾芒 committed
1456
@property (nonatomic, copy) NSString *company;
1457 1458 1459 1460 1461
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1462
@property (nonatomic, copy) NSString *code;
1463 1464 1465 1466 1467
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1468
@property (nonatomic, copy) NSString *name;
1469 1470 1471 1472 1473
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1474
@property (nonatomic, copy) NSString *number;
1475 1476 1477 1478 1479
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1480
@property (nonatomic, copy) NSString *categoryId;
1481
/**
曹云霄's avatar
曹云霄 committed
1482
 * 方法: 取得java.lang.String
1483 1484
 *
 *
曹云霄's avatar
曹云霄 committed
1485
 */
勾芒's avatar
勾芒 committed
1486
@property (nonatomic, copy) NSString *brandId;
1487
/**
曹云霄's avatar
曹云霄 committed
1488
 * 方法: 取得java.lang.String
1489 1490
 *
 *
曹云霄's avatar
曹云霄 committed
1491
 */
勾芒's avatar
勾芒 committed
1492
@property (nonatomic, copy) NSString *keyword;
1493
/**
勾芒's avatar
勾芒 committed
1494
 * 方法: 取得java.math.BigDecimal
1495 1496
 *
 *
曹云霄's avatar
曹云霄 committed
1497
 */
勾芒's avatar
勾芒 committed
1498
@property (nonatomic, strong) NSNumber *guidePrice;
1499
/**
勾芒's avatar
勾芒 committed
1500
 * 方法: 取得java.math.BigDecimal
1501 1502
 *
 *
曹云霄's avatar
曹云霄 committed
1503
 */
勾芒's avatar
勾芒 committed
1504
@property (nonatomic, strong) NSNumber *tagPrice;
1505
/**
勾芒's avatar
勾芒 committed
1506
 * 方法: 取得java.math.BigDecimal
1507 1508
 *
 *
曹云霄's avatar
曹云霄 committed
1509
 */
勾芒's avatar
勾芒 committed
1510
@property (nonatomic, strong) NSNumber *costPrice;
1511
/**
曹云霄's avatar
曹云霄 committed
1512
 * 方法: 取得java.lang.String
1513 1514
 *
 *
曹云霄's avatar
曹云霄 committed
1515
 */
勾芒's avatar
勾芒 committed
1516
@property (nonatomic, copy) NSString *state;
1517
/**
勾芒's avatar
勾芒 committed
1518
 * 方法: 取得java.lang.Integer
1519 1520
 *
 *
曹云霄's avatar
曹云霄 committed
1521
 */
勾芒's avatar
勾芒 committed
1522
@property (nonatomic, assign) int inv;
1523
/**
勾芒's avatar
勾芒 committed
1524
 * 方法: 取得java.lang.String
1525 1526
 *
 *
曹云霄's avatar
曹云霄 committed
1527
 */
勾芒's avatar
勾芒 committed
1528
@property (nonatomic, copy) NSString *detailedIntro;
1529
/**
勾芒's avatar
勾芒 committed
1530
 * 方法: 取得java.lang.Double
1531 1532
 *
 *
曹云霄's avatar
曹云霄 committed
1533
 */
勾芒's avatar
勾芒 committed
1534
@property (nonatomic, assign) double weight;
1535
/**
勾芒's avatar
勾芒 committed
1536
 * 方法: 取得java.lang.String
1537 1538
 *
 *
曹云霄's avatar
曹云霄 committed
1539
 */
勾芒's avatar
勾芒 committed
1540
@property (nonatomic, copy) NSString *unit;
1541
/**
曹云霄's avatar
曹云霄 committed
1542
 * 方法: 取得java.lang.String
1543 1544
 *
 *
曹云霄's avatar
曹云霄 committed
1545
 */
勾芒's avatar
勾芒 committed
1546
@property (nonatomic, copy) NSString *productProfile;
1547
/**
勾芒's avatar
勾芒 committed
1548
 * 方法: 取得java.lang.String
1549 1550
 *
 *
曹云霄's avatar
曹云霄 committed
1551
 */
勾芒's avatar
勾芒 committed
1552
@property (nonatomic, copy) NSString *power;
1553
/**
曹云霄's avatar
曹云霄 committed
1554
 * 方法: 取得java.lang.String
1555 1556
 *
 *
曹云霄's avatar
曹云霄 committed
1557
 */
勾芒's avatar
勾芒 committed
1558
@property (nonatomic, copy) NSString *colorTemperature;
1559
/**
勾芒's avatar
勾芒 committed
1560
 * 方法: 取得java.lang.String
1561 1562
 *
 *
曹云霄's avatar
曹云霄 committed
1563
 */
勾芒's avatar
勾芒 committed
1564
@property (nonatomic, copy) NSString *spec;
1565
/**
曹云霄's avatar
曹云霄 committed
1566
 * 方法: 取得java.lang.String
1567 1568
 *
 *
曹云霄's avatar
曹云霄 committed
1569
 */
勾芒's avatar
勾芒 committed
1570
@property (nonatomic, copy) NSString *function;
1571
/**
曹云霄's avatar
曹云霄 committed
1572
 * 方法: 取得java.lang.String
1573 1574
 *
 *
曹云霄's avatar
曹云霄 committed
1575
 */
勾芒's avatar
勾芒 committed
1576
@property (nonatomic, copy) NSString *material;
1577
/**
勾芒's avatar
勾芒 committed
1578
 * 方法: 取得java.lang.String
1579 1580
 *
 *
曹云霄's avatar
曹云霄 committed
1581
 */
勾芒's avatar
勾芒 committed
1582
@property (nonatomic, copy) NSString *lightSource;
1583
/**
曹云霄's avatar
曹云霄 committed
1584
 * 方法: 取得java.lang.String
1585 1586
 *
 *
曹云霄's avatar
曹云霄 committed
1587
 */
勾芒's avatar
勾芒 committed
1588
@property (nonatomic, copy) NSString *goodsStyle;
1589
/**
曹云霄's avatar
曹云霄 committed
1590
 * 方法: 取得java.lang.String
1591 1592
 *
 *
曹云霄's avatar
曹云霄 committed
1593
 */
勾芒's avatar
勾芒 committed
1594
@property (nonatomic, copy) NSString *series;
1595
/**
勾芒's avatar
勾芒 committed
1596
 * 方法: 取得java.lang.String
1597 1598
 *
 *
曹云霄's avatar
曹云霄 committed
1599
 */
勾芒's avatar
勾芒 committed
1600
@property (nonatomic, copy) NSString *area;
1601
/**
曹云霄's avatar
曹云霄 committed
1602
 * 方法: 取得java.lang.String
1603 1604
 *
 *
曹云霄's avatar
曹云霄 committed
1605
 */
勾芒's avatar
勾芒 committed
1606
@property (nonatomic, copy) NSString *size;
1607
/**
曹云霄's avatar
曹云霄 committed
1608
 * 方法: 取得java.lang.String
1609 1610
 *
 *
曹云霄's avatar
曹云霄 committed
1611
 */
勾芒's avatar
勾芒 committed
1612
@property (nonatomic, copy) NSString *space;
1613
/**
曹云霄's avatar
曹云霄 committed
1614
 * 方法: 取得java.lang.String
1615 1616
 *
 *
曹云霄's avatar
曹云霄 committed
1617
 */
勾芒's avatar
勾芒 committed
1618
@property (nonatomic, copy) NSString *installMethod;
1619
/**
曹云霄's avatar
曹云霄 committed
1620
 * 方法: 取得java.lang.String
1621 1622
 *
 *
曹云霄's avatar
曹云霄 committed
1623
 */
勾芒's avatar
勾芒 committed
1624
@property (nonatomic, copy) NSString *lightNumber;
1625
/**
曹云霄's avatar
曹云霄 committed
1626
 * 方法: 取得java.lang.String
1627 1628
 *
 *
曹云霄's avatar
曹云霄 committed
1629
 */
勾芒's avatar
勾芒 committed
1630
@property (nonatomic, copy) NSString *pictures;
1631
/**
曹云霄's avatar
曹云霄 committed
1632
 * 方法: 取得java.lang.String
1633 1634
 *
 *
曹云霄's avatar
曹云霄 committed
1635
 */
勾芒's avatar
勾芒 committed
1636 1637 1638 1639 1640 1641 1642 1643 1644
@property (nonatomic, copy) NSString *barcode;
@end /* interface TOGoodsEntity */

#endif


#ifndef DEF_SaveShoppingCartRequest_H
#define DEF_SaveShoppingCartRequest_H

1645
/**
勾芒's avatar
勾芒 committed
1646 1647 1648 1649 1650 1651 1652
 *  @author Debenson
 @since 0.1
 
 */
@interface SaveShoppingCartRequest : JSONModel
/**
 * 消费者标识
1653 1654
 *
 *
曹云霄's avatar
曹云霄 committed
1655
 */
勾芒's avatar
勾芒 committed
1656
@property (nonatomic, copy) NSString *consumerId;
1657
/**
勾芒's avatar
勾芒 committed
1658
 * 商品标识
1659 1660
 *
 *
曹云霄's avatar
曹云霄 committed
1661
 */
勾芒's avatar
勾芒 committed
1662
@property (nonatomic, copy) NSString *goodsId;
1663
/**
勾芒's avatar
勾芒 committed
1664
 * 商品数量,>0表示添加, <0表示减少
1665 1666
 *
 *
曹云霄's avatar
曹云霄 committed
1667
 */
勾芒's avatar
勾芒 committed
1668 1669
@property (nonatomic, assign) int count;
@end /* interface SaveShoppingCartRequest */
勾芒's avatar
勾芒 committed
1670 1671 1672 1673

#endif


勾芒's avatar
勾芒 committed
1674 1675
#ifndef DEF_RsShippingAddrEntity_H
#define DEF_RsShippingAddrEntity_H
勾芒's avatar
勾芒 committed
1676

1677
/**
勾芒's avatar
勾芒 committed
1678
 *  @author Administrator
勾芒's avatar
勾芒 committed
1679 1680 1681
 @since 0.1
 
 */
勾芒's avatar
勾芒 committed
1682
@interface RsShippingAddrEntity : JSONModel
勾芒's avatar
勾芒 committed
1683
/**
勾芒's avatar
勾芒 committed
1684 1685
 * (no documentation provided)
 * @see TOShippingAddrEntity
1686 1687
 *
 */
勾芒's avatar
勾芒 committed
1688 1689
@property (nonatomic, strong) NSArray<TOShippingAddrEntity> *list;
@end /* interface RsShippingAddrEntity */
曹云霄's avatar
曹云霄 committed
1690 1691 1692

#endif

1693 1694 1695

#ifndef DEF_HotTagResponse_H
#define DEF_HotTagResponse_H
曹云霄's avatar
曹云霄 committed
1696 1697

/**
1698
 *  @author Administrator
曹云霄's avatar
曹云霄 committed
1699
 @since 0.1
1700
 
曹云霄's avatar
曹云霄 committed
1701
 */
1702 1703 1704 1705 1706
@interface HotTagResponse : JSONModel
/**
 * (no documentation provided)
 * @see TOHottagEntity
 *
曹云霄's avatar
曹云霄 committed
1707
 */
1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720
@property (nonatomic, strong) NSArray<TOHottagEntity> *list;
@end /* interface HotTagResponse */

#endif


#ifndef DEF_GoodsCategory_H
#define DEF_GoodsCategory_H

/**
 *  @author Debenson
 @since 0.1
 
曹云霄's avatar
曹云霄 committed
1721
 */
1722 1723 1724 1725 1726
@interface GoodsCategory : JSONModel
/**
 * 分类id
 *
 *
曹云霄's avatar
曹云霄 committed
1727
 */
1728 1729 1730 1731 1732
@property (nonatomic, copy) NSString *fid;
/**
 * 分类名称
 *
 *
曹云霄's avatar
曹云霄 committed
1733
 */
1734 1735 1736 1737 1738
@property (nonatomic, copy) NSString *name;
/**
 * 下级分类列表
 * @see GoodsCategory
 *
曹云霄's avatar
曹云霄 committed
1739
 */
1740 1741
@property (nonatomic, strong) NSArray<GoodsCategory> *children;
@end /* interface GoodsCategory */
曹云霄's avatar
曹云霄 committed
1742 1743 1744

#endif

1745

曹云霄's avatar
曹云霄 committed
1746 1747 1748 1749 1750 1751 1752 1753
#ifndef DEF_ResetPasswordRequest_H
#define DEF_ResetPasswordRequest_H

/**
 *  重置密码请求。
 
 @author Debenson
 @since 0.1
1754
 
曹云霄's avatar
曹云霄 committed
1755 1756
 */
@interface ResetPasswordRequest : JSONModel
1757
/**
曹云霄's avatar
曹云霄 committed
1758
 * 用户名
1759 1760
 *
 *
曹云霄's avatar
曹云霄 committed
1761 1762
 */
@property (nonatomic, copy) NSString *username;
1763
/**
曹云霄's avatar
曹云霄 committed
1764
 * 短信验证码,请先调用发送短信接口
1765 1766 1767
 * com.gomore.opple.rest.system.RsSystemService#sendSms(String)
 *
 *
曹云霄's avatar
曹云霄 committed
1768 1769
 */
@property (nonatomic, copy) NSString *smsCode;
1770
/**
曹云霄's avatar
曹云霄 committed
1771
 * 新密码
1772 1773
 *
 *
曹云霄's avatar
曹云霄 committed
1774 1775 1776 1777 1778 1779
 */
@property (nonatomic, copy) NSString *fnewPassword;
@end /* interface ResetPasswordRequest */

#endif

1780

曹云霄's avatar
曹云霄 committed
1781 1782 1783 1784 1785 1786 1787 1788
#ifndef DEF_LoginResult_H
#define DEF_LoginResult_H

/**
 *  登录结果。
 
 @author Debenson
 @since 0.1
1789
 
曹云霄's avatar
曹云霄 committed
1790 1791
 */
@interface LoginResult : JSONModel
1792
/**
曹云霄's avatar
曹云霄 committed
1793
 * 员工
1794 1795
 *
 *
曹云霄's avatar
曹云霄 committed
1796 1797
 */
@property (nonatomic, strong) TOEmployee *employee;
1798
/**
曹云霄's avatar
曹云霄 committed
1799
 * 分成比例
1800 1801
 *
 *
曹云霄's avatar
曹云霄 committed
1802
 */
1803
@property (nonatomic, strong) NSNumber *commission;
曹云霄's avatar
曹云霄 committed
1804 1805 1806 1807
@end /* interface LoginResult */

#endif

1808

曹云霄's avatar
曹云霄 committed
1809 1810 1811 1812
#ifndef DEF_ConsumerQueryCondition_H
#define DEF_ConsumerQueryCondition_H

/**
1813 1814 1815
 *  客户查询条件。
 
 @author Debenson
曹云霄's avatar
曹云霄 committed
1816
 @since 0.1
1817
 
曹云霄's avatar
曹云霄 committed
1818 1819
 */
@interface ConsumerQueryCondition : JSONModel
1820
/**
曹云霄's avatar
曹云霄 committed
1821
 * 名称等于
1822 1823
 *
 *
曹云霄's avatar
曹云霄 committed
1824 1825
 */
@property (nonatomic, copy) NSString *nameEquals;
1826
/**
曹云霄's avatar
曹云霄 committed
1827
 * 手机号等于
1828 1829
 *
 *
曹云霄's avatar
曹云霄 committed
1830 1831
 */
@property (nonatomic, copy) NSString *mobileEquals;
勾芒's avatar
勾芒 committed
1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843
/**
 * 创建时间起始于,格式: yyyy-MM-dd HH:mm:ss
 *
 *
 */
@property (nonatomic, copy) NSString *createTimeBegin;
/**
 * 创建时间截止于,格式: yyyy-MM-dd HH:mm:ss
 *
 *
 */
@property (nonatomic, copy) NSString *createTimeEnd;
1844
/**
曹云霄's avatar
曹云霄 committed
1845
 * 分布查询条件, 可空
1846 1847
 *
 *
曹云霄's avatar
曹云霄 committed
1848 1849 1850 1851 1852 1853
 */
@property (nonatomic, strong) DataPage *page;
@end /* interface ConsumerQueryCondition */

#endif

1854

曹云霄's avatar
曹云霄 committed
1855 1856 1857 1858 1859 1860 1861 1862
#ifndef DEF_ExceptionCode_H
#define DEF_ExceptionCode_H

/**
 *  异常代码。
 
 @author Debenson
 @since 0.1
1863
 
曹云霄's avatar
曹云霄 committed
1864 1865
 */
@interface ExceptionCode : JSONModel
1866
/**
曹云霄's avatar
曹云霄 committed
1867
 * 异常代码
1868 1869
 *
 *
曹云霄's avatar
曹云霄 committed
1870 1871
 */
@property (nonatomic, assign) int code;
1872
/**
曹云霄's avatar
曹云霄 committed
1873
 * 异常信息
1874 1875
 *
 *
曹云霄's avatar
曹云霄 committed
1876 1877 1878 1879 1880 1881
 */
@property (nonatomic, copy) NSString *message;
@end /* interface ExceptionCode */

#endif

1882

曹云霄's avatar
曹云霄 committed
1883 1884 1885 1886 1887 1888 1889 1890
#ifndef DEF_DataPage_H
#define DEF_DataPage_H

/**
 *  easyui的datagrid向后台传递参数使用的model
 
 @author
 
1891
 
曹云霄's avatar
曹云霄 committed
1892 1893
 */
@interface DataPage : JSONModel
1894
/**
曹云霄's avatar
曹云霄 committed
1895
 * (no documentation provided)
1896 1897
 *
 *
曹云霄's avatar
曹云霄 committed
1898 1899
 */
@property (nonatomic, assign) int total;
1900
/**
曹云霄's avatar
曹云霄 committed
1901
 * (no documentation provided)
1902 1903
 *
 *
曹云霄's avatar
曹云霄 committed
1904 1905
 */
@property (nonatomic, assign) int page;
1906
/**
曹云霄's avatar
曹云霄 committed
1907
 * (no documentation provided)
1908 1909
 *
 *
曹云霄's avatar
曹云霄 committed
1910 1911
 */
@property (nonatomic, assign) int rows;
1912
/**
曹云霄's avatar
曹云霄 committed
1913
 * (no documentation provided)
1914 1915
 *
 *
曹云霄's avatar
曹云霄 committed
1916 1917
 */
@property (nonatomic, copy) NSString *sort;
1918
/**
曹云霄's avatar
曹云霄 committed
1919
 * (no documentation provided)
1920 1921
 *
 * 取值: SORTDIRECTION_ASC, SORTDIRECTION_DESC,
曹云霄's avatar
曹云霄 committed
1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934
 */
@property (nonatomic, copy) NSString *order;
@end /* interface DataPage */

#endif


#ifndef DEF_TSBaseUser_H
#define DEF_TSBaseUser_H

/**
 *  系统用户父类表
 @author  张代浩
1935
 
曹云霄's avatar
曹云霄 committed
1936 1937
 */
@interface TSBaseUser : IdEntity
1938
/**
曹云霄's avatar
曹云霄 committed
1939
 * (no documentation provided)
1940 1941
 *
 *
曹云霄's avatar
曹云霄 committed
1942 1943
 */
@property (nonatomic, copy) NSString *departid;
1944
/**
曹云霄's avatar
曹云霄 committed
1945
 * (no documentation provided)
1946 1947
 *
 *
曹云霄's avatar
曹云霄 committed
1948 1949
 */
@property (nonatomic, strong) NSData *signature;
1950
/**
曹云霄's avatar
曹云霄 committed
1951
 * (no documentation provided)
1952 1953
 *
 *
曹云霄's avatar
曹云霄 committed
1954 1955
 */
@property (nonatomic, copy) NSString *browser;
1956
/**
曹云霄's avatar
曹云霄 committed
1957
 * (no documentation provided)
1958 1959
 *
 *
曹云霄's avatar
曹云霄 committed
1960 1961
 */
@property (nonatomic, copy) NSString *userKey;
1962
/**
曹云霄's avatar
曹云霄 committed
1963
 * (no documentation provided)
1964 1965
 *
 *
曹云霄's avatar
曹云霄 committed
1966 1967
 */
@property (nonatomic, assign) short status;
1968
/**
曹云霄's avatar
曹云霄 committed
1969
 * (no documentation provided)
1970 1971
 *
 *
曹云霄's avatar
曹云霄 committed
1972 1973
 */
@property (nonatomic, assign) short activitiSync;
1974
/**
曹云霄's avatar
曹云霄 committed
1975
 * (no documentation provided)
1976 1977
 *
 *
曹云霄's avatar
曹云霄 committed
1978 1979
 */
@property (nonatomic, copy) NSString *password;
1980
/**
曹云霄's avatar
曹云霄 committed
1981
 * (no documentation provided)
1982 1983
 *
 *
曹云霄's avatar
曹云霄 committed
1984 1985
 */
@property (nonatomic, copy) NSString *userName;
1986
/**
曹云霄's avatar
曹云霄 committed
1987
 * (no documentation provided)
1988 1989
 *
 *
曹云霄's avatar
曹云霄 committed
1990 1991
 */
@property (nonatomic, copy) NSString *realName;
1992
/**
曹云霄's avatar
曹云霄 committed
1993
 * (no documentation provided)
1994 1995
 *
 *
曹云霄's avatar
曹云霄 committed
1996 1997
 */
@property (nonatomic, strong) TSDepart *currentDepart;
1998
/**
曹云霄's avatar
曹云霄 committed
1999 2000
 * (no documentation provided)
 * @see TSUserOrg
2001
 *
曹云霄's avatar
曹云霄 committed
2002 2003 2004 2005 2006 2007
 */
@property (nonatomic, strong) NSArray<TSUserOrg> *userOrgList;
@end /* interface TSBaseUser */

#endif

2008

曹云霄's avatar
曹云霄 committed
2009 2010 2011 2012 2013 2014
#ifndef DEF_TSDepart_H
#define DEF_TSDepart_H

/**
 *  部门机构表
 @author  张代浩
2015
 
曹云霄's avatar
曹云霄 committed
2016 2017
 */
@interface TSDepart : IdEntity
2018
/**
曹云霄's avatar
曹云霄 committed
2019
 * (no documentation provided)
2020 2021
 *
 *
曹云霄's avatar
曹云霄 committed
2022 2023
 */
@property (nonatomic, strong) TSDepart *TSPDepart;
2024
/**
曹云霄's avatar
曹云霄 committed
2025
 * (no documentation provided)
2026 2027
 *
 *
曹云霄's avatar
曹云霄 committed
2028 2029
 */
@property (nonatomic, copy) NSString *departname;
2030
/**
曹云霄's avatar
曹云霄 committed
2031
 * (no documentation provided)
2032 2033
 *
 *
曹云霄's avatar
曹云霄 committed
2034 2035
 */
@property (nonatomic, copy) NSString *fdescription;
2036
/**
曹云霄's avatar
曹云霄 committed
2037 2038
 * (no documentation provided)
 * @see TSDepart
2039
 *
曹云霄's avatar
曹云霄 committed
2040 2041
 */
@property (nonatomic, strong) NSArray<TSDepart> *TSDeparts;
2042
/**
曹云霄's avatar
曹云霄 committed
2043
 * (no documentation provided)
2044 2045
 *
 *
曹云霄's avatar
曹云霄 committed
2046 2047
 */
@property (nonatomic, copy) NSString *orgCode;
2048
/**
曹云霄's avatar
曹云霄 committed
2049
 * (no documentation provided)
2050 2051
 *
 *
曹云霄's avatar
曹云霄 committed
2052 2053
 */
@property (nonatomic, copy) NSString *orgType;
2054
/**
曹云霄's avatar
曹云霄 committed
2055
 * (no documentation provided)
2056 2057
 *
 *
曹云霄's avatar
曹云霄 committed
2058 2059
 */
@property (nonatomic, copy) NSString *mobile;
2060
/**
曹云霄's avatar
曹云霄 committed
2061
 * (no documentation provided)
2062 2063
 *
 *
曹云霄's avatar
曹云霄 committed
2064 2065
 */
@property (nonatomic, copy) NSString *fax;
2066
/**
曹云霄's avatar
曹云霄 committed
2067
 * (no documentation provided)
2068 2069
 *
 *
曹云霄's avatar
曹云霄 committed
2070 2071 2072 2073 2074 2075
 */
@property (nonatomic, copy) NSString *address;
@end /* interface TSDepart */

#endif

2076

勾芒's avatar
勾芒 committed
2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098
#ifndef DEF_ShopCartResponse_H
#define DEF_ShopCartResponse_H

/**
 *  购物车返回对象
 
 @author Flash
 @since 0.1
 
 */
@interface ShopCartResponse : PageRows
/**
 * (no documentation provided)
 * @see TOShopcartEntity
 *
 */
@property (nonatomic, strong) NSArray<TOShopcartEntity> *shopcart;
@end /* interface ShopCartResponse */

#endif


2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128
#ifndef DEF_TSUserOrg_H
#define DEF_TSUserOrg_H

/**
 *  用户-组织机构 实体
 <p/>
 <p><b>User:</b> zhanggm <a href="mailto:guomingzhang2008@gmail.com">guomingzhang2008@gmail.com</a></p>
 <p><b>Date:</b> 2014-08-22 15:39</p>
 
 @author 张国明
 
 */
@interface TSUserOrg : IdEntity
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, strong) TSUser *tsUser;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, strong) TSDepart *tsDepart;
@end /* interface TSUserOrg */

#endif


勾芒's avatar
勾芒 committed
2129 2130
#ifndef DEF_SceneResponse_H
#define DEF_SceneResponse_H
2131 2132

/**
勾芒's avatar
勾芒 committed
2133
 *  @author Administrator
2134 2135 2136
 @since 0.1
 
 */
勾芒's avatar
勾芒 committed
2137
@interface SceneResponse : PageRows
2138 2139
/**
 * (no documentation provided)
勾芒's avatar
勾芒 committed
2140
 * @see TOSceneEntity
2141 2142
 *
 */
勾芒's avatar
勾芒 committed
2143 2144
@property (nonatomic, strong) NSArray<TOSceneEntity> *list;
@end /* interface SceneResponse */
2145 2146 2147 2148

#endif


曹云霄's avatar
曹云霄 committed
2149 2150 2151 2152 2153 2154 2155 2156
#ifndef DEF_OrderResponse_H
#define DEF_OrderResponse_H

/**
 *  订单返回对象
 
 @author wsx
 @since 0.1
2157
 
曹云霄's avatar
曹云霄 committed
2158 2159
 */
@interface OrderResponse : PageRows
2160
/**
曹云霄's avatar
曹云霄 committed
2161 2162
 * (no documentation provided)
 * @see OrderBill
2163
 *
曹云霄's avatar
曹云霄 committed
2164 2165 2166 2167 2168 2169
 */
@property (nonatomic, strong) NSArray<OrderBill> *orderBillList;
@end /* interface OrderResponse */

#endif

2170

曹云霄's avatar
曹云霄 committed
2171 2172 2173 2174 2175 2176 2177
#ifndef DEF_GoodsResponse_H
#define DEF_GoodsResponse_H

/**
 *  @author NuoSa
 
 @since 0.1
2178
 
曹云霄's avatar
曹云霄 committed
2179 2180
 */
@interface GoodsResponse : PageRows
2181
/**
曹云霄's avatar
曹云霄 committed
2182 2183
 * 商品列表
 * @see TOGoodsEntity
2184
 *
曹云霄's avatar
曹云霄 committed
2185 2186 2187 2188 2189 2190
 */
@property (nonatomic, strong) NSArray<TOGoodsEntity> *goodsEntity;
@end /* interface GoodsResponse */

#endif

2191

曹云霄's avatar
曹云霄 committed
2192 2193 2194 2195 2196 2197 2198 2199
#ifndef DEF_ConsumerPageResult_H
#define DEF_ConsumerPageResult_H

/**
 *  客户分页查询结果。
 
 @author Debenson
 @since 0.1
2200
 
曹云霄's avatar
曹云霄 committed
2201 2202
 */
@interface ConsumerPageResult : PageRows
2203
/**
曹云霄's avatar
曹云霄 committed
2204 2205
 * 客户列表
 * @see TOConsumerEntity
2206
 *
曹云霄's avatar
曹云霄 committed
2207 2208 2209 2210 2211 2212
 */
@property (nonatomic, strong) NSArray<TOConsumerEntity> *results;
@end /* interface ConsumerPageResult */

#endif

2213

曹云霄's avatar
曹云霄 committed
2214 2215 2216 2217 2218
#ifndef DEF_TSUser_H
#define DEF_TSUser_H

/**
 *  系统用户表
2219 2220
 @author  张代浩
 
曹云霄's avatar
曹云霄 committed
2221 2222
 */
@interface TSUser : TSBaseUser
2223
/**
曹云霄's avatar
曹云霄 committed
2224
 * (no documentation provided)
2225 2226
 *
 *
曹云霄's avatar
曹云霄 committed
2227 2228
 */
@property (nonatomic, copy) NSString *signatureFile;
2229
/**
曹云霄's avatar
曹云霄 committed
2230
 * (no documentation provided)
2231 2232
 *
 *
曹云霄's avatar
曹云霄 committed
2233 2234
 */
@property (nonatomic, copy) NSString *mobilePhone;
2235
/**
曹云霄's avatar
曹云霄 committed
2236
 * (no documentation provided)
2237 2238
 *
 *
曹云霄's avatar
曹云霄 committed
2239 2240
 */
@property (nonatomic, copy) NSString *officePhone;
2241
/**
曹云霄's avatar
曹云霄 committed
2242
 * (no documentation provided)
2243 2244
 *
 *
曹云霄's avatar
曹云霄 committed
2245 2246
 */
@property (nonatomic, copy) NSString *email;
2247
/**
曹云霄's avatar
曹云霄 committed
2248
 * 方法: 取得java.util.Date
2249 2250
 *
 *
曹云霄's avatar
曹云霄 committed
2251 2252
 */
@property (nonatomic, strong) NSDate *createDate;
2253
/**
曹云霄's avatar
曹云霄 committed
2254
 * 方法: 取得java.lang.String
2255 2256
 *
 *
曹云霄's avatar
曹云霄 committed
2257 2258
 */
@property (nonatomic, copy) NSString *createBy;
2259
/**
曹云霄's avatar
曹云霄 committed
2260
 * 方法: 取得java.lang.String
2261 2262
 *
 *
曹云霄's avatar
曹云霄 committed
2263 2264
 */
@property (nonatomic, copy) NSString *createName;
2265
/**
曹云霄's avatar
曹云霄 committed
2266
 * 方法: 取得java.util.Date
2267 2268
 *
 *
曹云霄's avatar
曹云霄 committed
2269 2270
 */
@property (nonatomic, strong) NSDate *updateDate;
2271
/**
曹云霄's avatar
曹云霄 committed
2272
 * 方法: 取得java.lang.String
2273 2274
 *
 *
曹云霄's avatar
曹云霄 committed
2275 2276
 */
@property (nonatomic, copy) NSString *updateBy;
2277
/**
曹云霄's avatar
曹云霄 committed
2278
 * 方法: 取得java.lang.String
2279 2280
 *
 *
曹云霄's avatar
曹云霄 committed
2281 2282 2283 2284 2285 2286
 */
@property (nonatomic, copy) NSString *updateName;
@end /* interface TSUser */

#endif

2287

曹云霄's avatar
曹云霄 committed
2288 2289 2290 2291 2292 2293 2294 2295
#ifndef DEF_TOEmployee_H
#define DEF_TOEmployee_H

/**
 *  经销商员工。
 
 @author Debenson
 @since 0.1
2296
 
曹云霄's avatar
曹云霄 committed
2297 2298
 */
@interface TOEmployee : TSUser
2299
/**
曹云霄's avatar
曹云霄 committed
2300
 * 职位编码列表, (多个职位编码用逗号分隔,非必填)
2301 2302
 *
 *
曹云霄's avatar
曹云霄 committed
2303 2304 2305 2306 2307 2308
 */
@property (nonatomic, copy) NSString *positions;
@end /* interface TOEmployee */

#endif