opple_objc_json_client.h 39.1 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
@class GoodsFilter;
@class OrderBill;
勾芒's avatar
勾芒 committed
34
@class OrderPayRequest;
35
@class SceneFilter;
勾芒's avatar
勾芒 committed
36 37
@class RsShippingAddrEntity;
@class SaveShoppingCartRequest;
勾芒's avatar
勾芒 committed
38
@class ShopCartFilter;
勾芒's avatar
勾芒 committed
39 40 41 42 43 44
@class TOGoodsEntity;
@class TOGoodsCategoryEntity;
@class TOGoodsLabelCategoryEntity;
@class TOOrderEntity;
@class TOPositionEntity;
@class TOShippingAddrEntity;
曹云霄's avatar
曹云霄 committed
45 46
@class TOShopcartEntity;
@class IdEntity;
勾芒's avatar
勾芒 committed
47 48 49 50 51 52 53 54
@class TOSceneEntity;
@class TOOrderdetailEntity;
@class TOHottagEntity;
@class TOGoodsLabelEntity;
@class TOGoodsBrandEntity;
@class TOConsumerEntity;
@class DeleteCartRequest;
@class SceneCondition;
55 56
@class HotTagResponse;
@class GoodsCategory;
曹云霄's avatar
曹云霄 committed
57 58 59 60 61 62 63
@class ResetPasswordRequest;
@class LoginResult;
@class ConsumerQueryCondition;
@class ExceptionCode;
@class DataPage;
@class TSBaseUser;
@class TSDepart;
64
@class ShopCartResponse;
勾芒's avatar
勾芒 committed
65 66
@class TSUserOrg;
@class SceneResponse;
曹云霄's avatar
曹云霄 committed
67 68 69 70 71
@class OrderResponse;
@class GoodsResponse;
@class ConsumerPageResult;
@class TSUser;
@class TOEmployee;
72

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


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

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

#endif

154

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

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

#endif

188

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

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

#endif

216

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

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

#endif

250 251 252

#ifndef DEF_DataDict_H
#define DEF_DataDict_H
曹云霄's avatar
曹云霄 committed
253 254

/**
255
 *  @author Administrator
曹云霄's avatar
曹云霄 committed
256
 @since 0.1
257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274
 
 */
@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
275

276 277 278 279 280 281 282 283 284

#ifndef DEF_GoodsCondition_H
#define DEF_GoodsCondition_H

/**
 *  @author NuoSa
 
 @since 0.1
 
曹云霄's avatar
曹云霄 committed
285
 */
286 287 288 289 290
@interface GoodsCondition : JSONModel
/**
 * 查询条件是 商品名称
 *
 *
曹云霄's avatar
曹云霄 committed
291
 */
292 293 294 295 296
@property (nonatomic, copy) NSString *nameLike;
/**
 * 查询条件是 类型id,取值: GoodsCategory#getId()
 *
 *
曹云霄's avatar
曹云霄 committed
297
 */
298 299 300 301 302
@property (nonatomic, copy) NSString *categoryEquals;
/**
 * 查询条件是 风格
 *
 *
曹云霄's avatar
曹云霄 committed
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 328 329
@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
330
 * (no documentation provided)
331 332 333 334 335
 *
 *
 */
@property (nonatomic, strong) DataPage *page;
@end /* interface GoodsCondition */
曹云霄's avatar
曹云霄 committed
336 337 338

#endif

339

曹云霄's avatar
曹云霄 committed
340 341 342 343 344 345
#ifndef DEF_GoodsFilter_H
#define DEF_GoodsFilter_H

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

#endif


#ifndef DEF_OrderBill_H
#define DEF_OrderBill_H

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

#endif

427

勾芒's avatar
勾芒 committed
428 429
#ifndef DEF_OrderPayRequest_H
#define DEF_OrderPayRequest_H
曹云霄's avatar
曹云霄 committed
430 431

/**
勾芒's avatar
勾芒 committed
432 433 434
 *  订单支付
 
 @author wsx
曹云霄's avatar
曹云霄 committed
435
 @since 0.1
436
 
曹云霄's avatar
曹云霄 committed
437
 */
勾芒's avatar
勾芒 committed
438
@interface OrderPayRequest : JSONModel
439
/**
勾芒's avatar
勾芒 committed
440
 *
441 442
 *
 *
曹云霄's avatar
曹云霄 committed
443
 */
勾芒's avatar
勾芒 committed
444
@property (nonatomic, copy) NSString *orderNumber;
445
/**
勾芒's avatar
勾芒 committed
446
 *
447 448
 *
 *
曹云霄's avatar
曹云霄 committed
449
 */
勾芒's avatar
勾芒 committed
450
@property (nonatomic, copy) NSString *oldstate;
451
/**
勾芒's avatar
勾芒 committed
452
 *
453 454
 *
 *
曹云霄's avatar
曹云霄 committed
455
 */
勾芒's avatar
勾芒 committed
456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481
@property (nonatomic, copy) NSString *fnewstate;
/**
 *
 *
 *
 */
@property (nonatomic, copy) NSString *payType;
/**
 *
 *
 *
 */
@property (nonatomic, copy) NSString *isbill;
/**
 *
 *
 *
 */
@property (nonatomic, copy) NSString *billType;
/**
 *
 *
 *
 */
@property (nonatomic, copy) NSString *billTitle;
@end /* interface OrderPayRequest */
曹云霄's avatar
曹云霄 committed
482 483 484

#endif

485 486 487 488 489 490 491 492 493 494 495 496

#ifndef DEF_SceneFilter_H
#define DEF_SceneFilter_H

/**
 *  @author Administrator
 @since 0.1
 
 */
@interface SceneFilter : JSONModel
/**
 * (no documentation provided)
勾芒's avatar
勾芒 committed
497
 * @see DataDict
498 499
 *
 */
勾芒's avatar
勾芒 committed
500
@property (nonatomic, strong) NSArray<DataDict> *styles;
501 502
/**
 * (no documentation provided)
勾芒's avatar
勾芒 committed
503
 * @see DataDict
504 505
 *
 */
勾芒's avatar
勾芒 committed
506
@property (nonatomic, strong) NSArray<DataDict> *space;
507 508 509 510 511
@end /* interface SceneFilter */

#endif


勾芒's avatar
勾芒 committed
512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533
#ifndef DEF_RsShippingAddrEntity_H
#define DEF_RsShippingAddrEntity_H

/**
 *  @author Administrator
 @since 0.1
 
 */
@interface RsShippingAddrEntity : JSONModel
/**
 * (no documentation provided)
 * @see TOShippingAddrEntity
 *
 */
@property (nonatomic, strong) NSArray<TOShippingAddrEntity> *list;
@end /* interface RsShippingAddrEntity */

#endif


#ifndef DEF_SaveShoppingCartRequest_H
#define DEF_SaveShoppingCartRequest_H
曹云霄's avatar
曹云霄 committed
534 535

/**
勾芒's avatar
勾芒 committed
536 537 538 539
 *  @author Debenson
 @since 0.1
 
 */
勾芒's avatar
勾芒 committed
540
@interface SaveShoppingCartRequest : JSONModel
勾芒's avatar
勾芒 committed
541
/**
勾芒's avatar
勾芒 committed
542 543
 * 消费者标识
 *
勾芒's avatar
勾芒 committed
544 545
 *
 */
勾芒's avatar
勾芒 committed
546 547 548 549 550 551 552 553 554 555 556 557 558 559
@property (nonatomic, copy) NSString *consumerId;
/**
 * 商品标识
 *
 *
 */
@property (nonatomic, copy) NSString *goodsId;
/**
 * 商品数量,>0表示添加, <0表示减少
 *
 *
 */
@property (nonatomic, assign) int count;
@end /* interface SaveShoppingCartRequest */
勾芒's avatar
勾芒 committed
560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591

#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
592 593
#ifndef DEF_TOGoodsEntity_H
#define DEF_TOGoodsEntity_H
勾芒's avatar
勾芒 committed
594 595

/**
勾芒's avatar
勾芒 committed
596
 *  @Title: Entity
勾芒's avatar
勾芒 committed
597
 @Description: t_o_goods
曹云霄's avatar
曹云霄 committed
598
 @author onlineGenerator
勾芒's avatar
勾芒 committed
599
 @date 2016-05-12 15:44:01
曹云霄's avatar
曹云霄 committed
600
 @version V1.0
601 602
 
 
曹云霄's avatar
曹云霄 committed
603
 */
勾芒's avatar
勾芒 committed
604
@interface TOGoodsEntity : JSONModel
605
/**
曹云霄's avatar
曹云霄 committed
606
 * 方法: 取得java.lang.String
607 608
 *
 *
曹云霄's avatar
曹云霄 committed
609 610
 */
@property (nonatomic, copy) NSString *fid;
611
/**
勾芒's avatar
勾芒 committed
612
 * 方法: 取得java.util.Date
613 614
 *
 *
曹云霄's avatar
曹云霄 committed
615
 */
勾芒's avatar
勾芒 committed
616
@property (nonatomic, copy) NSString *createDate;
617
/**
勾芒's avatar
勾芒 committed
618
 * 方法: 取得java.util.Date
619 620
 *
 *
曹云霄's avatar
曹云霄 committed
621
 */
勾芒's avatar
勾芒 committed
622
@property (nonatomic, copy) NSString *onlineTime;
623
/**
勾芒's avatar
勾芒 committed
624
 * 方法: 取得java.lang.String
625 626
 *
 *
曹云霄's avatar
曹云霄 committed
627
 */
勾芒's avatar
勾芒 committed
628
@property (nonatomic, copy) NSString *company;
629
/**
曹云霄's avatar
曹云霄 committed
630
 * 方法: 取得java.lang.String
631 632
 *
 *
曹云霄's avatar
曹云霄 committed
633
 */
勾芒's avatar
勾芒 committed
634
@property (nonatomic, copy) NSString *code;
635
/**
曹云霄's avatar
曹云霄 committed
636
 * 方法: 取得java.lang.String
637 638
 *
 *
曹云霄's avatar
曹云霄 committed
639 640
 */
@property (nonatomic, copy) NSString *name;
641
/**
曹云霄's avatar
曹云霄 committed
642
 * 方法: 取得java.lang.String
643 644
 *
 *
曹云霄's avatar
曹云霄 committed
645
 */
勾芒's avatar
勾芒 committed
646
@property (nonatomic, copy) NSString *number;
647
/**
曹云霄's avatar
曹云霄 committed
648
 * 方法: 取得java.lang.String
649 650
 *
 *
曹云霄's avatar
曹云霄 committed
651
 */
勾芒's avatar
勾芒 committed
652
@property (nonatomic, copy) NSString *categoryId;
653
/**
曹云霄's avatar
曹云霄 committed
654
 * 方法: 取得java.lang.String
655 656
 *
 *
曹云霄's avatar
曹云霄 committed
657
 */
勾芒's avatar
勾芒 committed
658
@property (nonatomic, copy) NSString *brandId;
659
/**
曹云霄's avatar
曹云霄 committed
660
 * 方法: 取得java.lang.String
661 662
 *
 *
曹云霄's avatar
曹云霄 committed
663
 */
勾芒's avatar
勾芒 committed
664
@property (nonatomic, copy) NSString *keyword;
665
/**
勾芒's avatar
勾芒 committed
666
 * 方法: 取得java.math.BigDecimal
667 668
 *
 *
曹云霄's avatar
曹云霄 committed
669
 */
勾芒's avatar
勾芒 committed
670 671 672 673 674 675 676 677 678 679 680 681 682
@property (nonatomic, strong) NSNumber *guidePrice;
/**
 * 方法: 取得java.math.BigDecimal
 *
 *
 */
@property (nonatomic, strong) NSNumber *tagPrice;
/**
 * 方法: 取得java.math.BigDecimal
 *
 *
 */
@property (nonatomic, strong) NSNumber *costPrice;
勾芒's avatar
勾芒 committed
683
/**
勾芒's avatar
勾芒 committed
684
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
685 686 687
 *
 *
 */
勾芒's avatar
勾芒 committed
688
@property (nonatomic, copy) NSString *state;
勾芒's avatar
勾芒 committed
689
/**
勾芒's avatar
勾芒 committed
690
 * 方法: 取得java.lang.Integer
勾芒's avatar
勾芒 committed
691 692 693
 *
 *
 */
勾芒's avatar
勾芒 committed
694
@property (nonatomic, assign) int inv;
695
/**
勾芒's avatar
勾芒 committed
696 697 698
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
699
 */
勾芒's avatar
勾芒 committed
700 701 702 703 704 705 706
@property (nonatomic, copy) NSString *detailedIntro;
/**
 * 方法: 取得java.lang.Double
 *
 *
 */
@property (nonatomic, assign) double weight;
707
/**
勾芒's avatar
勾芒 committed
708
 * 方法: 取得java.lang.String
709 710
 *
 *
曹云霄's avatar
曹云霄 committed
711
 */
勾芒's avatar
勾芒 committed
712
@property (nonatomic, copy) NSString *unit;
曹云霄's avatar
曹云霄 committed
713
/**
勾芒's avatar
勾芒 committed
714 715 716
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
717
 */
勾芒's avatar
勾芒 committed
718
@property (nonatomic, copy) NSString *productProfile;
勾芒's avatar
勾芒 committed
719
/**
勾芒's avatar
勾芒 committed
720
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
721 722 723
 *
 *
 */
勾芒's avatar
勾芒 committed
724
@property (nonatomic, copy) NSString *power;
725
/**
勾芒's avatar
勾芒 committed
726
 * 方法: 取得java.lang.String
727 728
 *
 *
曹云霄's avatar
曹云霄 committed
729
 */
勾芒's avatar
勾芒 committed
730
@property (nonatomic, copy) NSString *colorTemperature;
731
/**
曹云霄's avatar
曹云霄 committed
732
 * 方法: 取得java.lang.String
733 734
 *
 *
曹云霄's avatar
曹云霄 committed
735
 */
勾芒's avatar
勾芒 committed
736
@property (nonatomic, copy) NSString *spec;
曹云霄's avatar
曹云霄 committed
737 738
/**
 * 方法: 取得java.lang.String
739 740
 *
 *
曹云霄's avatar
曹云霄 committed
741
 */
勾芒's avatar
勾芒 committed
742
@property (nonatomic, copy) NSString *function;
743
/**
勾芒's avatar
勾芒 committed
744
 * 方法: 取得java.lang.String
745 746
 *
 *
曹云霄's avatar
曹云霄 committed
747
 */
勾芒's avatar
勾芒 committed
748
@property (nonatomic, copy) NSString *material;
749
/**
曹云霄's avatar
曹云霄 committed
750
 * 方法: 取得java.lang.String
751 752
 *
 *
曹云霄's avatar
曹云霄 committed
753
 */
勾芒's avatar
勾芒 committed
754
@property (nonatomic, copy) NSString *lightSource;
755
/**
勾芒's avatar
勾芒 committed
756
 * 方法: 取得java.lang.String
757 758
 *
 *
曹云霄's avatar
曹云霄 committed
759
 */
勾芒's avatar
勾芒 committed
760
@property (nonatomic, copy) NSString *goodsStyle;
761
/**
曹云霄's avatar
曹云霄 committed
762
 * 方法: 取得java.lang.String
763 764
 *
 *
曹云霄's avatar
曹云霄 committed
765
 */
勾芒's avatar
勾芒 committed
766
@property (nonatomic, copy) NSString *series;
767
/**
曹云霄's avatar
曹云霄 committed
768
 * 方法: 取得java.lang.String
769 770
 *
 *
曹云霄's avatar
曹云霄 committed
771
 */
勾芒's avatar
勾芒 committed
772
@property (nonatomic, copy) NSString *area;
773 774 775 776
/**
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
777
 */
勾芒's avatar
勾芒 committed
778
@property (nonatomic, copy) NSString *size;
779
/**
勾芒's avatar
勾芒 committed
780 781 782
 * 方法: 取得java.lang.String
 *
 *
783
 */
勾芒's avatar
勾芒 committed
784
@property (nonatomic, copy) NSString *space;
785 786 787 788 789
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
790
@property (nonatomic, copy) NSString *installMethod;
791 792 793 794 795
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
796
@property (nonatomic, copy) NSString *lightNumber;
797 798 799 800 801
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
802
@property (nonatomic, copy) NSString *pictures;
803 804 805 806 807
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
808 809
@property (nonatomic, copy) NSString *barcode;
@end /* interface TOGoodsEntity */
810 811 812 813

#endif


勾芒's avatar
勾芒 committed
814 815
#ifndef DEF_TOGoodsCategoryEntity_H
#define DEF_TOGoodsCategoryEntity_H
816 817 818

/**
 *  @Title: Entity
勾芒's avatar
勾芒 committed
819
 @Description: 商品分类
820
 @author onlineGenerator
勾芒's avatar
勾芒 committed
821
 @date 2016-05-10 10:17:53
822 823 824
 @version V1.0
 
 
曹云霄's avatar
曹云霄 committed
825
 */
勾芒's avatar
勾芒 committed
826
@interface TOGoodsCategoryEntity : JSONModel
827
/**
勾芒's avatar
勾芒 committed
828
 * (no documentation provided)
829 830 831
 *
 *
 */
勾芒's avatar
勾芒 committed
832
@property (nonatomic, copy) NSString *upperName;
833
/**
曹云霄's avatar
曹云霄 committed
834
 * 方法: 取得java.lang.String
835 836 837
 *
 *
 */
勾芒's avatar
勾芒 committed
838
@property (nonatomic, copy) NSString *fid;
839 840 841 842 843
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
844
@property (nonatomic, copy) NSString *code;
845 846 847 848 849
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
850
@property (nonatomic, copy) NSString *name;
851
/**
勾芒's avatar
勾芒 committed
852
 * 方法: 取得java.lang.String
853 854 855
 *
 *
 */
勾芒's avatar
勾芒 committed
856
@property (nonatomic, copy) NSString *upperId;
勾芒's avatar
勾芒 committed
857
/**
勾芒's avatar
勾芒 committed
858
 * 方法: 取得java.lang.Integer
勾芒's avatar
勾芒 committed
859 860 861
 *
 *
 */
勾芒's avatar
勾芒 committed
862 863 864 865 866 867 868 869 870
@property (nonatomic, assign) int level;
@end /* interface TOGoodsCategoryEntity */

#endif


#ifndef DEF_TOGoodsLabelCategoryEntity_H
#define DEF_TOGoodsLabelCategoryEntity_H

勾芒's avatar
勾芒 committed
871
/**
勾芒's avatar
勾芒 committed
872 873 874 875 876 877 878
 *  @Title: Entity
 @Description: 商品标签分类
 @author onlineGenerator
 @date 2016-05-05 16:57:27
 @version V1.0
 
 
勾芒's avatar
勾芒 committed
879
 */
勾芒's avatar
勾芒 committed
880
@interface TOGoodsLabelCategoryEntity : JSONModel
勾芒's avatar
勾芒 committed
881 882 883 884 885
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
886
@property (nonatomic, copy) NSString *fid;
勾芒's avatar
勾芒 committed
887
/**
勾芒's avatar
勾芒 committed
888
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
889 890 891
 *
 *
 */
勾芒's avatar
勾芒 committed
892
@property (nonatomic, copy) NSString *sysOrgCode;
勾芒's avatar
勾芒 committed
893
/**
勾芒's avatar
勾芒 committed
894
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
895 896 897
 *
 *
 */
勾芒's avatar
勾芒 committed
898
@property (nonatomic, copy) NSString *sysCompanyCode;
勾芒's avatar
勾芒 committed
899 900 901 902 903
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
904
@property (nonatomic, copy) NSString *code;
勾芒's avatar
勾芒 committed
905 906 907 908 909
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
910 911
@property (nonatomic, copy) NSString *name;
@end /* interface TOGoodsLabelCategoryEntity */
勾芒's avatar
勾芒 committed
912 913 914 915

#endif


勾芒's avatar
勾芒 committed
916 917
#ifndef DEF_TOOrderEntity_H
#define DEF_TOOrderEntity_H
勾芒's avatar
勾芒 committed
918

919
/**
勾芒's avatar
勾芒 committed
920
 *  @Title: Entity
勾芒's avatar
勾芒 committed
921
 @Description: 订单
勾芒's avatar
勾芒 committed
922
 @author onlineGenerator
勾芒's avatar
勾芒 committed
923
 @date 2016-05-06 12:53:09
勾芒's avatar
勾芒 committed
924 925 926
 @version V1.0
 
 
927
 */
勾芒's avatar
勾芒 committed
928
@interface TOOrderEntity : JSONModel
929 930 931 932 933
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
934
@property (nonatomic, copy) NSString *fid;
935 936 937 938 939
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
940
@property (nonatomic, copy) NSString *createName;
941 942 943 944 945
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
946
@property (nonatomic, copy) NSString *createBy;
947
/**
勾芒's avatar
勾芒 committed
948
 * 方法: 取得java.util.Date
949 950
 *
 *
曹云霄's avatar
曹云霄 committed
951
 */
勾芒's avatar
勾芒 committed
952
@property (nonatomic, copy) NSString *createDate;
953 954 955 956 957
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
958
@property (nonatomic, copy) NSString *updateName;
勾芒's avatar
勾芒 committed
959 960 961 962 963
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
964 965 966 967 968 969
@property (nonatomic, copy) NSString *updateBy;
/**
 * 方法: 取得java.util.Date
 *
 *
 */
勾芒's avatar
勾芒 committed
970
@property (nonatomic, copy) NSString *updateDate;
勾芒's avatar
勾芒 committed
971 972 973 974 975
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
976
@property (nonatomic, copy) NSString *sysOrgCode;
977
/**
勾芒's avatar
勾芒 committed
978 979 980
 * 方法: 取得java.lang.String
 *
 *
981
 */
勾芒's avatar
勾芒 committed
982
@property (nonatomic, copy) NSString *orderNumber;
983
/**
勾芒's avatar
勾芒 committed
984
 * 方法: 取得java.util.Date
勾芒's avatar
勾芒 committed
985 986 987
 *
 *
 */
勾芒's avatar
勾芒 committed
988
@property (nonatomic, copy) NSString *orderTime;
勾芒's avatar
勾芒 committed
989
/**
勾芒's avatar
勾芒 committed
990
 * 方法: 取得java.lang.String
991 992 993
 *
 *
 */
勾芒's avatar
勾芒 committed
994
@property (nonatomic, copy) NSString *guideId;
995 996 997 998 999
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1000
@property (nonatomic, copy) NSString *orderState;
1001 1002 1003 1004 1005
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1006
@property (nonatomic, copy) NSString *consumerId;
1007
/**
勾芒's avatar
勾芒 committed
1008
 * 方法: 取得java.lang.String
1009 1010 1011
 *
 *
 */
勾芒's avatar
勾芒 committed
1012
@property (nonatomic, copy) NSString *goodsNum;
1013
/**
勾芒's avatar
勾芒 committed
1014
 * 方法: 取得java.math.BigDecimal
1015 1016 1017
 *
 *
 */
勾芒's avatar
勾芒 committed
1018
@property (nonatomic, strong) NSNumber *orderPrice;
1019 1020 1021 1022 1023
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1024
@property (nonatomic, copy) NSString *receiverName;
1025
/**
勾芒's avatar
勾芒 committed
1026
 * 方法: 取得java.lang.String
1027 1028 1029
 *
 *
 */
勾芒's avatar
勾芒 committed
1030
@property (nonatomic, copy) NSString *receiverMobile;
曹云霄's avatar
曹云霄 committed
1031
/**
勾芒's avatar
勾芒 committed
1032 1033
 * 方法: 取得java.lang.String
 *
1034
 *
曹云霄's avatar
曹云霄 committed
1035
 */
勾芒's avatar
勾芒 committed
1036
@property (nonatomic, copy) NSString *receiverAddress;
1037
/**
勾芒's avatar
勾芒 committed
1038
 * 方法: 取得java.lang.String
1039 1040
 *
 *
曹云霄's avatar
曹云霄 committed
1041
 */
勾芒's avatar
勾芒 committed
1042
@property (nonatomic, copy) NSString *isBill;
1043
/**
勾芒's avatar
勾芒 committed
1044
 * 方法: 取得java.lang.String
1045 1046
 *
 *
曹云霄's avatar
曹云霄 committed
1047
 */
勾芒's avatar
勾芒 committed
1048
@property (nonatomic, copy) NSString *billType;
1049
/**
曹云霄's avatar
曹云霄 committed
1050
 * 方法: 取得java.lang.String
1051 1052
 *
 *
曹云霄's avatar
曹云霄 committed
1053
 */
勾芒's avatar
勾芒 committed
1054
@property (nonatomic, copy) NSString *billTitle;
勾芒's avatar
勾芒 committed
1055 1056 1057 1058 1059
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1060 1061
@property (nonatomic, copy) NSString *payType;
@end /* interface TOOrderEntity */
勾芒's avatar
勾芒 committed
1062 1063 1064 1065

#endif


勾芒's avatar
勾芒 committed
1066 1067
#ifndef DEF_TOPositionEntity_H
#define DEF_TOPositionEntity_H
勾芒's avatar
勾芒 committed
1068

1069
/**
勾芒's avatar
勾芒 committed
1070 1071 1072 1073 1074 1075 1076
 *  @Title: Entity
 @Description: 经销商员工职位
 @author onlineGenerator
 @date 2016-05-02 17:39:21
 @version V1.0
 
 
勾芒's avatar
勾芒 committed
1077
 */
勾芒's avatar
勾芒 committed
1078
@interface TOPositionEntity : JSONModel
勾芒's avatar
勾芒 committed
1079
/**
勾芒's avatar
勾芒 committed
1080
 * 方法: 取得java.lang.String
1081 1082
 *
 *
曹云霄's avatar
曹云霄 committed
1083
 */
勾芒's avatar
勾芒 committed
1084
@property (nonatomic, copy) NSString *fid;
勾芒's avatar
勾芒 committed
1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *code;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *name;
/**
 * 方法: 取得java.math.BigDecimal
 *
 *
 */
@property (nonatomic, strong) NSNumber *commission;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *resellerCode;
@end /* interface TOPositionEntity */
勾芒's avatar
勾芒 committed
1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126

#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
1127
/**
曹云霄's avatar
曹云霄 committed
1128
 * 方法: 取得java.lang.String
1129 1130
 *
 *
曹云霄's avatar
曹云霄 committed
1131
 */
勾芒's avatar
勾芒 committed
1132
@property (nonatomic, copy) NSString *fid;
1133
/**
勾芒's avatar
勾芒 committed
1134
 * 方法: 取得java.util.Date
1135 1136
 *
 *
曹云霄's avatar
曹云霄 committed
1137
 */
勾芒's avatar
勾芒 committed
1138
@property (nonatomic, copy) NSString *createDate;
1139
/**
勾芒's avatar
勾芒 committed
1140
 * 方法: 取得java.lang.String
1141 1142
 *
 *
曹云霄's avatar
曹云霄 committed
1143
 */
勾芒's avatar
勾芒 committed
1144
@property (nonatomic, copy) NSString *sysOrgCode;
1145
/**
曹云霄's avatar
曹云霄 committed
1146
 * 方法: 取得java.lang.String
1147 1148
 *
 *
曹云霄's avatar
曹云霄 committed
1149
 */
勾芒's avatar
勾芒 committed
1150
@property (nonatomic, copy) NSString *name;
1151
/**
曹云霄's avatar
曹云霄 committed
1152
 * 方法: 取得java.lang.String
1153 1154
 *
 *
曹云霄's avatar
曹云霄 committed
1155
 */
勾芒's avatar
勾芒 committed
1156
@property (nonatomic, copy) NSString *miblephone;
1157
/**
曹云霄's avatar
曹云霄 committed
1158
 * 方法: 取得java.lang.String
1159 1160
 *
 *
曹云霄's avatar
曹云霄 committed
1161
 */
勾芒's avatar
勾芒 committed
1162
@property (nonatomic, copy) NSString *province;
1163
/**
曹云霄's avatar
曹云霄 committed
1164
 * 方法: 取得java.lang.String
1165 1166
 *
 *
曹云霄's avatar
曹云霄 committed
1167
 */
勾芒's avatar
勾芒 committed
1168
@property (nonatomic, copy) NSString *city;
1169
/**
曹云霄's avatar
曹云霄 committed
1170
 * 方法: 取得java.lang.String
1171 1172
 *
 *
曹云霄's avatar
曹云霄 committed
1173
 */
勾芒's avatar
勾芒 committed
1174
@property (nonatomic, copy) NSString *country;
1175
/**
曹云霄's avatar
曹云霄 committed
1176
 * 方法: 取得java.lang.String
1177 1178
 *
 *
曹云霄's avatar
曹云霄 committed
1179
 */
勾芒's avatar
勾芒 committed
1180
@property (nonatomic, copy) NSString *address;
1181
/**
曹云霄's avatar
曹云霄 committed
1182
 * 方法: 取得java.lang.String
1183 1184
 *
 *
曹云霄's avatar
曹云霄 committed
1185
 */
勾芒's avatar
勾芒 committed
1186 1187
@property (nonatomic, copy) NSString *consumerId;
@end /* interface TOShippingAddrEntity */
勾芒's avatar
勾芒 committed
1188 1189 1190 1191

#endif


勾芒's avatar
勾芒 committed
1192 1193
#ifndef DEF_TOShopcartEntity_H
#define DEF_TOShopcartEntity_H
勾芒's avatar
勾芒 committed
1194

1195
/**
勾芒's avatar
勾芒 committed
1196
 *  @Title: Entity
勾芒's avatar
勾芒 committed
1197
 @Description: t_o_shopcart
勾芒's avatar
勾芒 committed
1198
 @author onlineGenerator
勾芒's avatar
勾芒 committed
1199
 @date 2016-05-13 14:26:57
勾芒's avatar
勾芒 committed
1200 1201 1202
 @version V1.0
 
 
曹云霄's avatar
曹云霄 committed
1203
 */
勾芒's avatar
勾芒 committed
1204
@interface TOShopcartEntity : JSONModel
1205
/**
勾芒's avatar
勾芒 committed
1206
 * 商品详情
1207 1208
 *
 *
曹云霄's avatar
曹云霄 committed
1209
 */
勾芒's avatar
勾芒 committed
1210
@property (nonatomic, strong) TOGoodsEntity *goods;
1211
/**
曹云霄's avatar
曹云霄 committed
1212
 * 方法: 取得java.lang.String
1213 1214
 *
 *
曹云霄's avatar
曹云霄 committed
1215 1216
 */
@property (nonatomic, copy) NSString *fid;
1217
/**
勾芒's avatar
勾芒 committed
1218
 * 方法: 取得java.lang.String
1219 1220 1221
 *
 *
 */
勾芒's avatar
勾芒 committed
1222
@property (nonatomic, copy) NSString *createName;
1223
/**
曹云霄's avatar
曹云霄 committed
1224
 * 方法: 取得java.lang.String
1225 1226
 *
 *
曹云霄's avatar
曹云霄 committed
1227
 */
勾芒's avatar
勾芒 committed
1228
@property (nonatomic, copy) NSString *createBy;
1229
/**
勾芒's avatar
勾芒 committed
1230
 * 方法: 取得java.util.Date
1231 1232
 *
 *
曹云霄's avatar
曹云霄 committed
1233
 */
勾芒's avatar
勾芒 committed
1234
@property (nonatomic, copy) NSString *createDate;
1235
/**
曹云霄's avatar
曹云霄 committed
1236
 * 方法: 取得java.lang.String
1237 1238
 *
 *
曹云霄's avatar
曹云霄 committed
1239
 */
勾芒's avatar
勾芒 committed
1240
@property (nonatomic, copy) NSString *updateName;
1241
/**
曹云霄's avatar
曹云霄 committed
1242
 * 方法: 取得java.lang.String
1243 1244
 *
 *
曹云霄's avatar
曹云霄 committed
1245
 */
勾芒's avatar
勾芒 committed
1246
@property (nonatomic, copy) NSString *updateBy;
1247
/**
勾芒's avatar
勾芒 committed
1248
 * 方法: 取得java.util.Date
1249 1250
 *
 *
曹云霄's avatar
曹云霄 committed
1251
 */
勾芒's avatar
勾芒 committed
1252
@property (nonatomic, copy) NSString *updateDate;
1253
/**
曹云霄's avatar
曹云霄 committed
1254
 * 方法: 取得java.lang.String
1255 1256
 *
 *
曹云霄's avatar
曹云霄 committed
1257
 */
勾芒's avatar
勾芒 committed
1258
@property (nonatomic, copy) NSString *goodsId;
1259
/**
勾芒's avatar
勾芒 committed
1260
 * 方法: 取得java.lang.Integer
1261 1262 1263
 *
 *
 */
勾芒's avatar
勾芒 committed
1264
@property (nonatomic, assign) int goodsNum;
1265
/**
勾芒's avatar
勾芒 committed
1266
 * 方法: 取得java.lang.String
1267 1268 1269
 *
 *
 */
勾芒's avatar
勾芒 committed
1270
@property (nonatomic, copy) NSString *consumerId;
1271 1272 1273 1274 1275
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1276
@property (nonatomic, copy) NSString *resellerId;
1277 1278 1279 1280 1281
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1282 1283 1284 1285 1286 1287 1288 1289 1290
@property (nonatomic, strong) NSNumber *costPrice;
@end /* interface TOShopcartEntity */

#endif


#ifndef DEF_IdEntity_H
#define DEF_IdEntity_H

1291
/**
勾芒's avatar
勾芒 committed
1292
 * (no documentation provided)
1293
 */
勾芒's avatar
勾芒 committed
1294
@interface IdEntity : JSONModel
1295
/**
勾芒's avatar
勾芒 committed
1296
 * (no documentation provided)
1297 1298 1299
 *
 *
 */
勾芒's avatar
勾芒 committed
1300 1301 1302 1303 1304 1305 1306 1307 1308
@property (nonatomic, copy) NSString *fid;
@end /* interface IdEntity */

#endif


#ifndef DEF_TOSceneEntity_H
#define DEF_TOSceneEntity_H

1309
/**
勾芒's avatar
勾芒 committed
1310 1311 1312 1313 1314 1315 1316
 *  @Title: Entity
 @Description: 场景
 @author onlineGenerator
 @date 2016-05-05 18:39:39
 @version V1.0
 
 
1317
 */
勾芒's avatar
勾芒 committed
1318
@interface TOSceneEntity : JSONModel
1319 1320 1321 1322 1323
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1324
@property (nonatomic, copy) NSString *fid;
1325
/**
曹云霄's avatar
曹云霄 committed
1326
 * 方法: 取得java.lang.String
1327 1328
 *
 *
曹云霄's avatar
曹云霄 committed
1329
 */
勾芒's avatar
勾芒 committed
1330
@property (nonatomic, copy) NSString *sceneCode;
1331
/**
勾芒's avatar
勾芒 committed
1332
 * 方法: 取得java.lang.String
1333 1334
 *
 *
曹云霄's avatar
曹云霄 committed
1335
 */
勾芒's avatar
勾芒 committed
1336
@property (nonatomic, copy) NSString *name;
1337
/**
曹云霄's avatar
曹云霄 committed
1338
 * 方法: 取得java.lang.String
1339 1340
 *
 *
曹云霄's avatar
曹云霄 committed
1341
 */
勾芒's avatar
勾芒 committed
1342
@property (nonatomic, copy) NSString *pricure;
1343
/**
勾芒's avatar
勾芒 committed
1344
 * 方法: 取得java.lang.String
1345 1346
 *
 *
曹云霄's avatar
曹云霄 committed
1347
 */
勾芒's avatar
勾芒 committed
1348
@property (nonatomic, copy) NSString *category;
1349
/**
曹云霄's avatar
曹云霄 committed
1350
 * 方法: 取得java.lang.String
1351 1352
 *
 *
曹云霄's avatar
曹云霄 committed
1353
 */
勾芒's avatar
勾芒 committed
1354
@property (nonatomic, copy) NSString *style;
1355
/**
曹云霄's avatar
曹云霄 committed
1356
 * 方法: 取得java.lang.String
1357 1358
 *
 *
曹云霄's avatar
曹云霄 committed
1359
 */
勾芒's avatar
勾芒 committed
1360 1361
@property (nonatomic, copy) NSString *space;
@end /* interface TOSceneEntity */
勾芒's avatar
勾芒 committed
1362 1363 1364 1365

#endif


勾芒's avatar
勾芒 committed
1366 1367
#ifndef DEF_TOOrderdetailEntity_H
#define DEF_TOOrderdetailEntity_H
勾芒's avatar
勾芒 committed
1368 1369 1370

/**
 *  @Title: Entity
勾芒's avatar
勾芒 committed
1371
 @Description: 订单详情
勾芒's avatar
勾芒 committed
1372
 @author onlineGenerator
勾芒's avatar
勾芒 committed
1373
 @date 2016-05-06 12:53:09
勾芒's avatar
勾芒 committed
1374 1375 1376 1377
 @version V1.0
 
 
 */
勾芒's avatar
勾芒 committed
1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390
@interface TOOrderdetailEntity : JSONModel
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *fid;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *goodsId;
1391
/**
曹云霄's avatar
曹云霄 committed
1392
 * 方法: 取得java.lang.String
1393 1394
 *
 *
曹云霄's avatar
曹云霄 committed
1395
 */
勾芒's avatar
勾芒 committed
1396
@property (nonatomic, copy) NSString *goodsCode;
1397
/**
曹云霄's avatar
曹云霄 committed
1398
 * 方法: 取得java.lang.String
1399 1400
 *
 *
曹云霄's avatar
曹云霄 committed
1401
 */
勾芒's avatar
勾芒 committed
1402
@property (nonatomic, copy) NSString *goodsName;
1403
/**
曹云霄's avatar
曹云霄 committed
1404
 * 方法: 取得java.lang.String
1405 1406
 *
 *
曹云霄's avatar
曹云霄 committed
1407
 */
勾芒's avatar
勾芒 committed
1408
@property (nonatomic, copy) NSString *goodsCover;
1409
/**
曹云霄's avatar
曹云霄 committed
1410
 * 方法: 取得java.lang.String
1411 1412
 *
 *
曹云霄's avatar
曹云霄 committed
1413
 */
勾芒's avatar
勾芒 committed
1414
@property (nonatomic, copy) NSString *goodsSpec;
1415
/**
曹云霄's avatar
曹云霄 committed
1416
 * 方法: 取得java.lang.String
1417 1418
 *
 *
曹云霄's avatar
曹云霄 committed
1419
 */
勾芒's avatar
勾芒 committed
1420
@property (nonatomic, copy) NSString *goodsBrand;
1421
/**
勾芒's avatar
勾芒 committed
1422 1423 1424
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
1425
 */
勾芒's avatar
勾芒 committed
1426
@property (nonatomic, copy) NSString *goodsNum;
1427
/**
勾芒's avatar
勾芒 committed
1428
 * 方法: 取得java.math.BigDecimal
1429 1430
 *
 *
曹云霄's avatar
曹云霄 committed
1431
 */
勾芒's avatar
勾芒 committed
1432
@property (nonatomic, strong) NSNumber *goodsPrice;
1433
/**
勾芒's avatar
勾芒 committed
1434
 * 方法: 取得java.math.BigDecimal
1435 1436
 *
 *
曹云霄's avatar
曹云霄 committed
1437
 */
勾芒's avatar
勾芒 committed
1438
@property (nonatomic, strong) NSNumber *goodsTotalPrice;
1439
/**
曹云霄's avatar
曹云霄 committed
1440
 * 方法: 取得java.lang.String
1441 1442
 *
 *
曹云霄's avatar
曹云霄 committed
1443
 */
勾芒's avatar
勾芒 committed
1444
@property (nonatomic, copy) NSString *orderId;
1445
/**
曹云霄's avatar
曹云霄 committed
1446
 * 方法: 取得java.lang.String
1447 1448
 *
 *
曹云霄's avatar
曹云霄 committed
1449
 */
勾芒's avatar
勾芒 committed
1450
@property (nonatomic, copy) NSString *goodsUnit;
1451
/**
勾芒's avatar
勾芒 committed
1452
 * 方法: 取得java.lang.String
1453 1454
 *
 *
曹云霄's avatar
曹云霄 committed
1455
 */
勾芒's avatar
勾芒 committed
1456 1457
@property (nonatomic, copy) NSString *remark;
@end /* interface TOOrderdetailEntity */
勾芒's avatar
勾芒 committed
1458 1459 1460 1461

#endif


勾芒's avatar
勾芒 committed
1462 1463
#ifndef DEF_TOHottagEntity_H
#define DEF_TOHottagEntity_H
勾芒's avatar
勾芒 committed
1464

1465
/**
勾芒's avatar
勾芒 committed
1466
 *  @Title: Entity
勾芒's avatar
勾芒 committed
1467
 @Description: 热门推荐
勾芒's avatar
勾芒 committed
1468
 @author onlineGenerator
勾芒's avatar
勾芒 committed
1469
 @date 2016-05-06 16:36:36
勾芒's avatar
勾芒 committed
1470 1471 1472
 @version V1.0
 
 
曹云霄's avatar
曹云霄 committed
1473
 */
勾芒's avatar
勾芒 committed
1474
@interface TOHottagEntity : JSONModel
1475
/**
曹云霄's avatar
曹云霄 committed
1476
 * 方法: 取得java.lang.String
1477 1478
 *
 *
曹云霄's avatar
曹云霄 committed
1479
 */
勾芒's avatar
勾芒 committed
1480
@property (nonatomic, copy) NSString *fid;
1481
/**
勾芒's avatar
勾芒 committed
1482
 * 方法: 取得java.lang.String
1483 1484 1485
 *
 *
 */
勾芒's avatar
勾芒 committed
1486 1487 1488 1489 1490 1491 1492 1493 1494
@property (nonatomic, copy) NSString *name;
@end /* interface TOHottagEntity */

#endif


#ifndef DEF_TOGoodsLabelEntity_H
#define DEF_TOGoodsLabelEntity_H

1495
/**
勾芒's avatar
勾芒 committed
1496 1497 1498 1499 1500 1501 1502
 *  @Title: Entity
 @Description: 商品标签
 @author onlineGenerator
 @date 2016-05-05 17:18:15
 @version V1.0
 
 
1503
 */
勾芒's avatar
勾芒 committed
1504
@interface TOGoodsLabelEntity : JSONModel
1505
/**
勾芒's avatar
勾芒 committed
1506
 * 方法: 取得java.lang.String
1507 1508 1509
 *
 *
 */
勾芒's avatar
勾芒 committed
1510
@property (nonatomic, copy) NSString *fid;
1511 1512 1513 1514 1515
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1516
@property (nonatomic, copy) NSString *sysOrgCode;
1517 1518 1519 1520 1521
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1522
@property (nonatomic, copy) NSString *sysCompanyCode;
1523 1524 1525 1526 1527
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1528
@property (nonatomic, copy) NSString *name;
1529 1530 1531 1532 1533
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1534
@property (nonatomic, copy) NSString *categoryId;
勾芒's avatar
勾芒 committed
1535 1536 1537 1538 1539 1540 1541 1542
@end /* interface TOGoodsLabelEntity */

#endif


#ifndef DEF_TOGoodsBrandEntity_H
#define DEF_TOGoodsBrandEntity_H

1543
/**
勾芒's avatar
勾芒 committed
1544 1545 1546 1547 1548 1549 1550
 *  @Title: Entity
 @Description: 商品品牌
 @author onlineGenerator
 @date 2016-05-05 16:14:51
 @version V1.0
 
 
曹云霄's avatar
曹云霄 committed
1551
 */
勾芒's avatar
勾芒 committed
1552
@interface TOGoodsBrandEntity : JSONModel
1553
/**
曹云霄's avatar
曹云霄 committed
1554
 * 方法: 取得java.lang.String
1555 1556
 *
 *
曹云霄's avatar
曹云霄 committed
1557
 */
勾芒's avatar
勾芒 committed
1558
@property (nonatomic, copy) NSString *fid;
1559
/**
勾芒's avatar
勾芒 committed
1560
 * 方法: 取得java.lang.String
1561 1562
 *
 *
曹云霄's avatar
曹云霄 committed
1563
 */
勾芒's avatar
勾芒 committed
1564
@property (nonatomic, copy) NSString *createName;
1565
/**
勾芒's avatar
勾芒 committed
1566
 * 方法: 取得java.lang.String
1567 1568
 *
 *
曹云霄's avatar
曹云霄 committed
1569
 */
勾芒's avatar
勾芒 committed
1570
@property (nonatomic, copy) NSString *createBy;
1571
/**
勾芒's avatar
勾芒 committed
1572
 * 方法: 取得java.util.Date
1573 1574
 *
 *
曹云霄's avatar
曹云霄 committed
1575
 */
勾芒's avatar
勾芒 committed
1576
@property (nonatomic, copy) NSString *createDate;
1577
/**
曹云霄's avatar
曹云霄 committed
1578
 * 方法: 取得java.lang.String
1579 1580
 *
 *
曹云霄's avatar
曹云霄 committed
1581
 */
勾芒's avatar
勾芒 committed
1582
@property (nonatomic, copy) NSString *sysOrgCode;
1583
/**
勾芒's avatar
勾芒 committed
1584
 * 方法: 取得java.lang.String
1585 1586
 *
 *
曹云霄's avatar
曹云霄 committed
1587
 */
勾芒's avatar
勾芒 committed
1588
@property (nonatomic, copy) NSString *sysCompanyCode;
1589
/**
勾芒's avatar
勾芒 committed
1590
 * 方法: 取得java.lang.String
1591 1592
 *
 *
曹云霄's avatar
曹云霄 committed
1593
 */
勾芒's avatar
勾芒 committed
1594
@property (nonatomic, copy) NSString *code;
1595
/**
勾芒's avatar
勾芒 committed
1596
 * 方法: 取得java.lang.String
1597 1598
 *
 *
曹云霄's avatar
曹云霄 committed
1599
 */
勾芒's avatar
勾芒 committed
1600
@property (nonatomic, copy) NSString *name;
1601
/**
勾芒's avatar
勾芒 committed
1602
 * 方法: 取得java.lang.Integer
1603 1604
 *
 *
曹云霄's avatar
曹云霄 committed
1605
 */
勾芒's avatar
勾芒 committed
1606
@property (nonatomic, assign) int state;
1607
/**
曹云霄's avatar
曹云霄 committed
1608
 * 方法: 取得java.lang.String
1609 1610
 *
 *
曹云霄's avatar
曹云霄 committed
1611
 */
勾芒's avatar
勾芒 committed
1612
@property (nonatomic, copy) NSString *logo;
1613
/**
勾芒's avatar
勾芒 committed
1614
 * 方法: 取得java.lang.String
1615 1616
 *
 *
曹云霄's avatar
曹云霄 committed
1617
 */
勾芒's avatar
勾芒 committed
1618 1619 1620 1621 1622 1623 1624 1625 1626
@property (nonatomic, copy) NSString *fdescription;
@end /* interface TOGoodsBrandEntity */

#endif


#ifndef DEF_TOConsumerEntity_H
#define DEF_TOConsumerEntity_H

1627
/**
勾芒's avatar
勾芒 committed
1628 1629 1630 1631 1632 1633 1634
 *  @Title: Entity
 @Description: 客户
 @author onlineGenerator
 @date 2016-05-08 18:08:58
 @version V1.0
 
 
曹云霄's avatar
曹云霄 committed
1635
 */
勾芒's avatar
勾芒 committed
1636
@interface TOConsumerEntity : JSONModel
1637
/**
勾芒's avatar
勾芒 committed
1638
 * 方法: 取得java.lang.String
1639 1640
 *
 *
曹云霄's avatar
曹云霄 committed
1641
 */
勾芒's avatar
勾芒 committed
1642
@property (nonatomic, copy) NSString *fid;
1643
/**
曹云霄's avatar
曹云霄 committed
1644
 * 方法: 取得java.lang.String
1645 1646
 *
 *
曹云霄's avatar
曹云霄 committed
1647
 */
勾芒's avatar
勾芒 committed
1648
@property (nonatomic, copy) NSString *createName;
1649
/**
曹云霄's avatar
曹云霄 committed
1650
 * 方法: 取得java.lang.String
1651 1652
 *
 *
曹云霄's avatar
曹云霄 committed
1653
 */
勾芒's avatar
勾芒 committed
1654
@property (nonatomic, copy) NSString *createBy;
1655
/**
勾芒's avatar
勾芒 committed
1656
 * 方法: 取得java.util.Date
1657 1658
 *
 *
曹云霄's avatar
曹云霄 committed
1659
 */
勾芒's avatar
勾芒 committed
1660
@property (nonatomic, copy) NSString *createDate;
1661
/**
曹云霄's avatar
曹云霄 committed
1662
 * 方法: 取得java.lang.String
1663 1664
 *
 *
曹云霄's avatar
曹云霄 committed
1665
 */
勾芒's avatar
勾芒 committed
1666
@property (nonatomic, copy) NSString *sysOrgCode;
1667
/**
曹云霄's avatar
曹云霄 committed
1668
 * 方法: 取得java.lang.String
1669 1670
 *
 *
曹云霄's avatar
曹云霄 committed
1671
 */
勾芒's avatar
勾芒 committed
1672
@property (nonatomic, copy) NSString *name;
1673
/**
勾芒's avatar
勾芒 committed
1674
 * 方法: 取得java.lang.String
1675 1676
 *
 *
曹云霄's avatar
曹云霄 committed
1677
 */
勾芒's avatar
勾芒 committed
1678
@property (nonatomic, copy) NSString *mobile;
1679
/**
曹云霄's avatar
曹云霄 committed
1680
 * 方法: 取得java.lang.String
1681 1682
 *
 *
曹云霄's avatar
曹云霄 committed
1683
 */
勾芒's avatar
勾芒 committed
1684
@property (nonatomic, copy) NSString *province;
1685
/**
曹云霄's avatar
曹云霄 committed
1686
 * 方法: 取得java.lang.String
1687 1688
 *
 *
曹云霄's avatar
曹云霄 committed
1689
 */
勾芒's avatar
勾芒 committed
1690
@property (nonatomic, copy) NSString *city;
1691
/**
曹云霄's avatar
曹云霄 committed
1692
 * 方法: 取得java.lang.String
1693 1694
 *
 *
曹云霄's avatar
曹云霄 committed
1695
 */
勾芒's avatar
勾芒 committed
1696
@property (nonatomic, copy) NSString *country;
1697
/**
曹云霄's avatar
曹云霄 committed
1698
 * 方法: 取得java.lang.String
1699 1700
 *
 *
曹云霄's avatar
曹云霄 committed
1701
 */
勾芒's avatar
勾芒 committed
1702
@property (nonatomic, copy) NSString *address;
1703
/**
曹云霄's avatar
曹云霄 committed
1704
 * 方法: 取得java.lang.String
1705 1706
 *
 *
曹云霄's avatar
曹云霄 committed
1707
 */
勾芒's avatar
勾芒 committed
1708
@property (nonatomic, copy) NSString *picture;
1709
/**
勾芒's avatar
勾芒 committed
1710
 * 方法: 取得java.util.Date
1711 1712
 *
 *
曹云霄's avatar
曹云霄 committed
1713
 */
勾芒's avatar
勾芒 committed
1714
@property (nonatomic, copy) NSString *lastVisitedTime;
勾芒's avatar
勾芒 committed
1715
@end /* interface TOConsumerEntity */
勾芒's avatar
勾芒 committed
1716 1717 1718 1719

#endif


勾芒's avatar
勾芒 committed
1720 1721
#ifndef DEF_DeleteCartRequest_H
#define DEF_DeleteCartRequest_H
勾芒's avatar
勾芒 committed
1722

1723
/**
勾芒's avatar
勾芒 committed
1724 1725 1726 1727
 *  @author Debenson
 @since 0.1
 
 */
勾芒's avatar
勾芒 committed
1728
@interface DeleteCartRequest : JSONModel
1729
/**
勾芒's avatar
勾芒 committed
1730 1731
 * 购物车标识列表
 * @see NSString
1732
 *
曹云霄's avatar
曹云霄 committed
1733
 */
勾芒's avatar
勾芒 committed
1734 1735
@property (nonatomic, strong) NSArray *cartIds;
@end /* interface DeleteCartRequest */
勾芒's avatar
勾芒 committed
1736 1737 1738 1739

#endif


勾芒's avatar
勾芒 committed
1740 1741
#ifndef DEF_SceneCondition_H
#define DEF_SceneCondition_H
勾芒's avatar
勾芒 committed
1742

1743
/**
勾芒's avatar
勾芒 committed
1744
 *  @author Administrator
勾芒's avatar
勾芒 committed
1745 1746 1747
 @since 0.1
 
 */
勾芒's avatar
勾芒 committed
1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760
@interface SceneCondition : JSONModel
/**
 * 查询条件:风格
 *
 *
 */
@property (nonatomic, copy) NSString *styleEquals;
/**
 * 查询条件:空间
 *
 *
 */
@property (nonatomic, copy) NSString *spaceEquals;
勾芒's avatar
勾芒 committed
1761
/**
勾芒's avatar
勾芒 committed
1762
 * (no documentation provided)
勾芒's avatar
勾芒 committed
1763
 *
1764 1765
 *
 */
勾芒's avatar
勾芒 committed
1766 1767
@property (nonatomic, strong) DataPage *page;
@end /* interface SceneCondition */
曹云霄's avatar
曹云霄 committed
1768 1769 1770

#endif

1771 1772 1773

#ifndef DEF_HotTagResponse_H
#define DEF_HotTagResponse_H
曹云霄's avatar
曹云霄 committed
1774 1775

/**
1776
 *  @author Administrator
曹云霄's avatar
曹云霄 committed
1777
 @since 0.1
1778
 
曹云霄's avatar
曹云霄 committed
1779
 */
1780 1781 1782 1783 1784
@interface HotTagResponse : JSONModel
/**
 * (no documentation provided)
 * @see TOHottagEntity
 *
曹云霄's avatar
曹云霄 committed
1785
 */
1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798
@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
1799
 */
1800 1801 1802 1803 1804
@interface GoodsCategory : JSONModel
/**
 * 分类id
 *
 *
曹云霄's avatar
曹云霄 committed
1805
 */
1806 1807 1808 1809 1810
@property (nonatomic, copy) NSString *fid;
/**
 * 分类名称
 *
 *
曹云霄's avatar
曹云霄 committed
1811
 */
1812 1813 1814 1815 1816
@property (nonatomic, copy) NSString *name;
/**
 * 下级分类列表
 * @see GoodsCategory
 *
曹云霄's avatar
曹云霄 committed
1817
 */
1818 1819
@property (nonatomic, strong) NSArray<GoodsCategory> *children;
@end /* interface GoodsCategory */
曹云霄's avatar
曹云霄 committed
1820 1821 1822

#endif

1823

曹云霄's avatar
曹云霄 committed
1824 1825 1826 1827 1828 1829 1830 1831
#ifndef DEF_ResetPasswordRequest_H
#define DEF_ResetPasswordRequest_H

/**
 *  重置密码请求。
 
 @author Debenson
 @since 0.1
1832
 
曹云霄's avatar
曹云霄 committed
1833 1834
 */
@interface ResetPasswordRequest : JSONModel
1835
/**
曹云霄's avatar
曹云霄 committed
1836
 * 用户名
1837 1838
 *
 *
曹云霄's avatar
曹云霄 committed
1839 1840
 */
@property (nonatomic, copy) NSString *username;
1841
/**
曹云霄's avatar
曹云霄 committed
1842
 * 短信验证码,请先调用发送短信接口
1843 1844 1845
 * com.gomore.opple.rest.system.RsSystemService#sendSms(String)
 *
 *
曹云霄's avatar
曹云霄 committed
1846 1847
 */
@property (nonatomic, copy) NSString *smsCode;
1848
/**
曹云霄's avatar
曹云霄 committed
1849
 * 新密码
1850 1851
 *
 *
曹云霄's avatar
曹云霄 committed
1852 1853 1854 1855 1856 1857
 */
@property (nonatomic, copy) NSString *fnewPassword;
@end /* interface ResetPasswordRequest */

#endif

1858

曹云霄's avatar
曹云霄 committed
1859 1860 1861 1862 1863 1864 1865 1866
#ifndef DEF_LoginResult_H
#define DEF_LoginResult_H

/**
 *  登录结果。
 
 @author Debenson
 @since 0.1
1867
 
曹云霄's avatar
曹云霄 committed
1868 1869
 */
@interface LoginResult : JSONModel
1870
/**
曹云霄's avatar
曹云霄 committed
1871
 * 员工
1872 1873
 *
 *
曹云霄's avatar
曹云霄 committed
1874 1875
 */
@property (nonatomic, strong) TOEmployee *employee;
1876
/**
曹云霄's avatar
曹云霄 committed
1877
 * 分成比例
1878 1879
 *
 *
曹云霄's avatar
曹云霄 committed
1880
 */
1881
@property (nonatomic, strong) NSNumber *commission;
曹云霄's avatar
曹云霄 committed
1882 1883 1884 1885
@end /* interface LoginResult */

#endif

1886

曹云霄's avatar
曹云霄 committed
1887 1888 1889 1890
#ifndef DEF_ConsumerQueryCondition_H
#define DEF_ConsumerQueryCondition_H

/**
1891 1892 1893
 *  客户查询条件。
 
 @author Debenson
曹云霄's avatar
曹云霄 committed
1894
 @since 0.1
1895
 
曹云霄's avatar
曹云霄 committed
1896 1897
 */
@interface ConsumerQueryCondition : JSONModel
勾芒's avatar
勾芒 committed
1898 1899 1900 1901 1902 1903
/**
 * 经销商代码等于
 *
 *
 */
@property (nonatomic, copy) NSString *resellerCodeEquals;
1904
/**
曹云霄's avatar
曹云霄 committed
1905
 * 名称等于
1906 1907
 *
 *
曹云霄's avatar
曹云霄 committed
1908 1909
 */
@property (nonatomic, copy) NSString *nameEquals;
1910
/**
曹云霄's avatar
曹云霄 committed
1911
 * 手机号等于
1912 1913
 *
 *
曹云霄's avatar
曹云霄 committed
1914 1915
 */
@property (nonatomic, copy) NSString *mobileEquals;
勾芒's avatar
勾芒 committed
1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927
/**
 * 创建时间起始于,格式: yyyy-MM-dd HH:mm:ss
 *
 *
 */
@property (nonatomic, copy) NSString *createTimeBegin;
/**
 * 创建时间截止于,格式: yyyy-MM-dd HH:mm:ss
 *
 *
 */
@property (nonatomic, copy) NSString *createTimeEnd;
1928
/**
曹云霄's avatar
曹云霄 committed
1929
 * 分布查询条件, 可空
1930 1931
 *
 *
曹云霄's avatar
曹云霄 committed
1932 1933 1934 1935 1936 1937
 */
@property (nonatomic, strong) DataPage *page;
@end /* interface ConsumerQueryCondition */

#endif

1938

曹云霄's avatar
曹云霄 committed
1939 1940 1941 1942 1943 1944 1945 1946
#ifndef DEF_ExceptionCode_H
#define DEF_ExceptionCode_H

/**
 *  异常代码。
 
 @author Debenson
 @since 0.1
1947
 
曹云霄's avatar
曹云霄 committed
1948 1949
 */
@interface ExceptionCode : JSONModel
1950
/**
曹云霄's avatar
曹云霄 committed
1951
 * 异常代码
1952 1953
 *
 *
曹云霄's avatar
曹云霄 committed
1954 1955
 */
@property (nonatomic, assign) int code;
1956
/**
曹云霄's avatar
曹云霄 committed
1957
 * 异常信息
1958 1959
 *
 *
曹云霄's avatar
曹云霄 committed
1960 1961 1962 1963 1964 1965
 */
@property (nonatomic, copy) NSString *message;
@end /* interface ExceptionCode */

#endif

1966

曹云霄's avatar
曹云霄 committed
1967 1968 1969 1970 1971 1972 1973 1974
#ifndef DEF_DataPage_H
#define DEF_DataPage_H

/**
 *  easyui的datagrid向后台传递参数使用的model
 
 @author
 
1975
 
曹云霄's avatar
曹云霄 committed
1976 1977
 */
@interface DataPage : JSONModel
1978
/**
曹云霄's avatar
曹云霄 committed
1979
 * (no documentation provided)
1980 1981
 *
 *
曹云霄's avatar
曹云霄 committed
1982 1983
 */
@property (nonatomic, assign) int total;
1984
/**
曹云霄's avatar
曹云霄 committed
1985
 * (no documentation provided)
1986 1987
 *
 *
曹云霄's avatar
曹云霄 committed
1988 1989
 */
@property (nonatomic, assign) int page;
1990
/**
曹云霄's avatar
曹云霄 committed
1991
 * (no documentation provided)
1992 1993
 *
 *
曹云霄's avatar
曹云霄 committed
1994 1995
 */
@property (nonatomic, assign) int rows;
1996
/**
曹云霄's avatar
曹云霄 committed
1997
 * (no documentation provided)
1998 1999
 *
 *
曹云霄's avatar
曹云霄 committed
2000 2001
 */
@property (nonatomic, copy) NSString *sort;
2002
/**
曹云霄's avatar
曹云霄 committed
2003
 * (no documentation provided)
2004 2005
 *
 * 取值: SORTDIRECTION_ASC, SORTDIRECTION_DESC,
曹云霄's avatar
曹云霄 committed
2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018
 */
@property (nonatomic, copy) NSString *order;
@end /* interface DataPage */

#endif


#ifndef DEF_TSBaseUser_H
#define DEF_TSBaseUser_H

/**
 *  系统用户父类表
 @author  张代浩
2019
 
曹云霄's avatar
曹云霄 committed
2020 2021
 */
@interface TSBaseUser : IdEntity
2022
/**
曹云霄's avatar
曹云霄 committed
2023
 * (no documentation provided)
2024 2025
 *
 *
曹云霄's avatar
曹云霄 committed
2026 2027
 */
@property (nonatomic, copy) NSString *departid;
2028
/**
曹云霄's avatar
曹云霄 committed
2029
 * (no documentation provided)
2030 2031
 *
 *
曹云霄's avatar
曹云霄 committed
2032 2033
 */
@property (nonatomic, strong) NSData *signature;
2034
/**
曹云霄's avatar
曹云霄 committed
2035
 * (no documentation provided)
2036 2037
 *
 *
曹云霄's avatar
曹云霄 committed
2038 2039
 */
@property (nonatomic, copy) NSString *browser;
2040
/**
曹云霄's avatar
曹云霄 committed
2041
 * (no documentation provided)
2042 2043
 *
 *
曹云霄's avatar
曹云霄 committed
2044 2045
 */
@property (nonatomic, copy) NSString *userKey;
2046
/**
曹云霄's avatar
曹云霄 committed
2047
 * (no documentation provided)
2048 2049
 *
 *
曹云霄's avatar
曹云霄 committed
2050 2051
 */
@property (nonatomic, assign) short status;
2052
/**
曹云霄's avatar
曹云霄 committed
2053
 * (no documentation provided)
2054 2055
 *
 *
曹云霄's avatar
曹云霄 committed
2056 2057
 */
@property (nonatomic, assign) short activitiSync;
2058
/**
曹云霄's avatar
曹云霄 committed
2059
 * (no documentation provided)
2060 2061
 *
 *
曹云霄's avatar
曹云霄 committed
2062 2063
 */
@property (nonatomic, copy) NSString *password;
2064
/**
曹云霄's avatar
曹云霄 committed
2065
 * (no documentation provided)
2066 2067
 *
 *
曹云霄's avatar
曹云霄 committed
2068 2069
 */
@property (nonatomic, copy) NSString *userName;
2070
/**
曹云霄's avatar
曹云霄 committed
2071
 * (no documentation provided)
2072 2073
 *
 *
曹云霄's avatar
曹云霄 committed
2074 2075
 */
@property (nonatomic, copy) NSString *realName;
2076
/**
曹云霄's avatar
曹云霄 committed
2077
 * (no documentation provided)
2078 2079
 *
 *
曹云霄's avatar
曹云霄 committed
2080 2081
 */
@property (nonatomic, strong) TSDepart *currentDepart;
2082
/**
曹云霄's avatar
曹云霄 committed
2083 2084
 * (no documentation provided)
 * @see TSUserOrg
2085
 *
曹云霄's avatar
曹云霄 committed
2086 2087 2088 2089 2090 2091
 */
@property (nonatomic, strong) NSArray<TSUserOrg> *userOrgList;
@end /* interface TSBaseUser */

#endif

2092

曹云霄's avatar
曹云霄 committed
2093 2094 2095 2096 2097 2098
#ifndef DEF_TSDepart_H
#define DEF_TSDepart_H

/**
 *  部门机构表
 @author  张代浩
2099
 
曹云霄's avatar
曹云霄 committed
2100 2101
 */
@interface TSDepart : IdEntity
2102
/**
曹云霄's avatar
曹云霄 committed
2103
 * (no documentation provided)
2104 2105
 *
 *
曹云霄's avatar
曹云霄 committed
2106 2107
 */
@property (nonatomic, strong) TSDepart *TSPDepart;
2108
/**
曹云霄's avatar
曹云霄 committed
2109
 * (no documentation provided)
2110 2111
 *
 *
曹云霄's avatar
曹云霄 committed
2112 2113
 */
@property (nonatomic, copy) NSString *departname;
2114
/**
曹云霄's avatar
曹云霄 committed
2115
 * (no documentation provided)
2116 2117
 *
 *
曹云霄's avatar
曹云霄 committed
2118 2119
 */
@property (nonatomic, copy) NSString *fdescription;
2120
/**
曹云霄's avatar
曹云霄 committed
2121 2122
 * (no documentation provided)
 * @see TSDepart
2123
 *
曹云霄's avatar
曹云霄 committed
2124 2125
 */
@property (nonatomic, strong) NSArray<TSDepart> *TSDeparts;
2126
/**
曹云霄's avatar
曹云霄 committed
2127
 * (no documentation provided)
2128 2129
 *
 *
曹云霄's avatar
曹云霄 committed
2130 2131
 */
@property (nonatomic, copy) NSString *orgCode;
2132
/**
曹云霄's avatar
曹云霄 committed
2133
 * (no documentation provided)
2134 2135
 *
 *
曹云霄's avatar
曹云霄 committed
2136 2137
 */
@property (nonatomic, copy) NSString *orgType;
2138
/**
曹云霄's avatar
曹云霄 committed
2139
 * (no documentation provided)
2140 2141
 *
 *
曹云霄's avatar
曹云霄 committed
2142 2143
 */
@property (nonatomic, copy) NSString *mobile;
2144
/**
曹云霄's avatar
曹云霄 committed
2145
 * (no documentation provided)
2146 2147
 *
 *
曹云霄's avatar
曹云霄 committed
2148 2149
 */
@property (nonatomic, copy) NSString *fax;
2150
/**
曹云霄's avatar
曹云霄 committed
2151
 * (no documentation provided)
2152 2153
 *
 *
曹云霄's avatar
曹云霄 committed
2154 2155 2156 2157 2158 2159
 */
@property (nonatomic, copy) NSString *address;
@end /* interface TSDepart */

#endif

2160

勾芒's avatar
勾芒 committed
2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182
#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


2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212
#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
2213 2214
#ifndef DEF_SceneResponse_H
#define DEF_SceneResponse_H
2215 2216

/**
勾芒's avatar
勾芒 committed
2217
 *  @author Administrator
2218 2219 2220
 @since 0.1
 
 */
勾芒's avatar
勾芒 committed
2221
@interface SceneResponse : PageRows
2222 2223
/**
 * (no documentation provided)
勾芒's avatar
勾芒 committed
2224
 * @see TOSceneEntity
2225 2226
 *
 */
勾芒's avatar
勾芒 committed
2227 2228
@property (nonatomic, strong) NSArray<TOSceneEntity> *list;
@end /* interface SceneResponse */
2229 2230 2231 2232

#endif


曹云霄's avatar
曹云霄 committed
2233 2234 2235 2236 2237 2238 2239 2240
#ifndef DEF_OrderResponse_H
#define DEF_OrderResponse_H

/**
 *  订单返回对象
 
 @author wsx
 @since 0.1
2241
 
曹云霄's avatar
曹云霄 committed
2242 2243
 */
@interface OrderResponse : PageRows
2244
/**
曹云霄's avatar
曹云霄 committed
2245 2246
 * (no documentation provided)
 * @see OrderBill
2247
 *
曹云霄's avatar
曹云霄 committed
2248 2249 2250 2251 2252 2253
 */
@property (nonatomic, strong) NSArray<OrderBill> *orderBillList;
@end /* interface OrderResponse */

#endif

2254

曹云霄's avatar
曹云霄 committed
2255 2256 2257 2258 2259 2260 2261
#ifndef DEF_GoodsResponse_H
#define DEF_GoodsResponse_H

/**
 *  @author NuoSa
 
 @since 0.1
2262
 
曹云霄's avatar
曹云霄 committed
2263 2264
 */
@interface GoodsResponse : PageRows
2265
/**
曹云霄's avatar
曹云霄 committed
2266 2267
 * 商品列表
 * @see TOGoodsEntity
2268
 *
曹云霄's avatar
曹云霄 committed
2269 2270 2271 2272 2273 2274
 */
@property (nonatomic, strong) NSArray<TOGoodsEntity> *goodsEntity;
@end /* interface GoodsResponse */

#endif

2275

曹云霄's avatar
曹云霄 committed
2276 2277 2278 2279 2280 2281 2282 2283
#ifndef DEF_ConsumerPageResult_H
#define DEF_ConsumerPageResult_H

/**
 *  客户分页查询结果。
 
 @author Debenson
 @since 0.1
2284
 
曹云霄's avatar
曹云霄 committed
2285 2286
 */
@interface ConsumerPageResult : PageRows
2287
/**
曹云霄's avatar
曹云霄 committed
2288 2289
 * 客户列表
 * @see TOConsumerEntity
2290
 *
曹云霄's avatar
曹云霄 committed
2291 2292 2293 2294 2295 2296
 */
@property (nonatomic, strong) NSArray<TOConsumerEntity> *results;
@end /* interface ConsumerPageResult */

#endif

2297

曹云霄's avatar
曹云霄 committed
2298 2299 2300 2301 2302
#ifndef DEF_TSUser_H
#define DEF_TSUser_H

/**
 *  系统用户表
勾芒's avatar
勾芒 committed
2303 2304
 
 @author 张代浩
2305
 
曹云霄's avatar
曹云霄 committed
2306 2307
 */
@interface TSUser : TSBaseUser
2308
/**
曹云霄's avatar
曹云霄 committed
2309
 * (no documentation provided)
2310 2311
 *
 *
曹云霄's avatar
曹云霄 committed
2312 2313
 */
@property (nonatomic, copy) NSString *signatureFile;
2314
/**
曹云霄's avatar
曹云霄 committed
2315
 * (no documentation provided)
2316 2317
 *
 *
曹云霄's avatar
曹云霄 committed
2318 2319
 */
@property (nonatomic, copy) NSString *mobilePhone;
2320
/**
曹云霄's avatar
曹云霄 committed
2321
 * (no documentation provided)
2322 2323
 *
 *
曹云霄's avatar
曹云霄 committed
2324 2325
 */
@property (nonatomic, copy) NSString *officePhone;
2326
/**
曹云霄's avatar
曹云霄 committed
2327
 * (no documentation provided)
2328 2329
 *
 *
曹云霄's avatar
曹云霄 committed
2330 2331
 */
@property (nonatomic, copy) NSString *email;
2332
/**
曹云霄's avatar
曹云霄 committed
2333
 * 方法: 取得java.util.Date
2334 2335
 *
 *
曹云霄's avatar
曹云霄 committed
2336
 */
勾芒's avatar
勾芒 committed
2337
@property (nonatomic, copy) NSString *createDate;
2338
/**
曹云霄's avatar
曹云霄 committed
2339
 * 方法: 取得java.lang.String
2340 2341
 *
 *
曹云霄's avatar
曹云霄 committed
2342 2343
 */
@property (nonatomic, copy) NSString *createBy;
2344
/**
曹云霄's avatar
曹云霄 committed
2345
 * 方法: 取得java.lang.String
2346 2347
 *
 *
曹云霄's avatar
曹云霄 committed
2348 2349
 */
@property (nonatomic, copy) NSString *createName;
2350
/**
曹云霄's avatar
曹云霄 committed
2351
 * 方法: 取得java.util.Date
2352 2353
 *
 *
曹云霄's avatar
曹云霄 committed
2354
 */
勾芒's avatar
勾芒 committed
2355
@property (nonatomic, copy) NSString *updateDate;
2356
/**
曹云霄's avatar
曹云霄 committed
2357
 * 方法: 取得java.lang.String
2358 2359
 *
 *
曹云霄's avatar
曹云霄 committed
2360 2361
 */
@property (nonatomic, copy) NSString *updateBy;
2362
/**
曹云霄's avatar
曹云霄 committed
2363
 * 方法: 取得java.lang.String
2364 2365
 *
 *
曹云霄's avatar
曹云霄 committed
2366 2367
 */
@property (nonatomic, copy) NSString *updateName;
勾芒's avatar
勾芒 committed
2368 2369 2370 2371 2372 2373
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *position;
曹云霄's avatar
曹云霄 committed
2374 2375 2376 2377
@end /* interface TSUser */

#endif

2378

曹云霄's avatar
曹云霄 committed
2379 2380 2381 2382 2383 2384 2385 2386
#ifndef DEF_TOEmployee_H
#define DEF_TOEmployee_H

/**
 *  经销商员工。
 
 @author Debenson
 @since 0.1
2387
 
曹云霄's avatar
曹云霄 committed
2388 2389
 */
@interface TOEmployee : TSUser
2390
/**
曹云霄's avatar
曹云霄 committed
2391
 * 职位编码列表, (多个职位编码用逗号分隔,非必填)
2392 2393
 *
 *
曹云霄's avatar
曹云霄 committed
2394 2395 2396 2397 2398 2399
 */
@property (nonatomic, copy) NSString *positions;
@end /* interface TOEmployee */

#endif