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

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


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

21

曹云霄's avatar
曹云霄 committed
22 23


曹云霄's avatar
曹云霄 committed
24 25 26
@class RsApplyBillRequest;
@class RsCommissionRequest;
@class DataPage;
曹云霄's avatar
曹云霄 committed
27 28 29 30
@class PageRows;
@class RsResponse;
@class LoginInfo;
@class ModifyPasswordRequest;
勾芒's avatar
勾芒 committed
31 32
@class RsEmployeeRequest;
@class GoodsCategory;
曹云霄's avatar
曹云霄 committed
33
@class GoodsFilter;
勾芒's avatar
勾芒 committed
34
@class HotFilter;
35
@class RsJingDongECardRequest;
曹云霄's avatar
曹云霄 committed
36
@class RsSimpleJingDongECardRequest;
37 38 39 40
@class Draw;
@class LotteryDrawResponse;
@class RsLotteryRequest;
@class OrderFilter;
勾芒's avatar
勾芒 committed
41
@class OrderPayRequest;
42 43
@class PrizeCondition;
@class RsActionResult;
44
@class SceneFilter;
45 46
@class RsShippingAddrEntity;
@class SaveShoppingCartRequest;
勾芒's avatar
勾芒 committed
47
@class ShopCartFilter;
48
@class TOApplyBillEntity;
曹云霄's avatar
曹云霄 committed
49
@class TOConsumerEntity;
曹云霄's avatar
曹云霄 committed
50 51 52
@class TOGoodsForResellerEntity;
@class TOGoodsBrandEntity;
@class TOGoodsLabelEntity;
53
@class TOJingdongEcardEntity;
曹云霄's avatar
曹云霄 committed
54
@class TODrawEntity;
55
@class TOOrderdetailEntity;
曹云霄's avatar
曹云霄 committed
56 57 58 59
@class TOPositionEntity;
@class TOPrizeBillDetailsEntity;
@class TOShippingAddrEntity;
@class UCN;
60
@class Action;
曹云霄's avatar
曹云霄 committed
61
@class IdEntity;
曹云霄's avatar
曹云霄 committed
62 63 64 65
@class TOShopcartEntity;
@class TOSceneEntity;
@class TOPrizeEntity;
@class TOOrderPromotionEntity;
66
@class TOOrderEntity;
曹云霄's avatar
曹云霄 committed
67
@class TOAwardEntity;
曹云霄's avatar
曹云霄 committed
68 69 70
@class TOGoodsLabelCategoryEntity;
@class TOGoodsCategoryEntity;
@class VOResellerGoodsEntity;
71
@class TOGoodsEntity;
曹云霄's avatar
曹云霄 committed
72
@class TOCommissionHistEntity;
73 74 75
@class RsShareResponse;
@class DeleteCartRequest;
@class SceneCondition;
76 77 78
@class RsPrizeBill;
@class PromotionGoods;
@class OrderBill;
79
@class GroupByOrderNumber;
勾芒's avatar
勾芒 committed
80 81
@class GoodsCondition;
@class DataDict;
曹云霄's avatar
曹云霄 committed
82 83 84 85
@class ResetPasswordRequest;
@class LoginResult;
@class ConsumerQueryCondition;
@class ExceptionCode;
曹云霄's avatar
曹云霄 committed
86
@class EarningsResponse;
曹云霄's avatar
曹云霄 committed
87
@class ApplyRequest;
88
@class RsJingDongECardResponse;
曹云霄's avatar
曹云霄 committed
89
@class RsSimpleJingDongECardResponse;
90
@class TSBaseUser;
91
@class TSDepart;
勾芒's avatar
勾芒 committed
92
@class TSUserOrg;
曹云霄's avatar
曹云霄 committed
93
@class RsLotteryResponse;
94
@class ShopCartResponse;
95
@class SceneResponse;
96
@class OrderResponse;
97
@class RsAwardDraw;
曹云霄's avatar
曹云霄 committed
98 99
@class GoodsResponse;
@class ConsumerPageResult;
曹云霄's avatar
曹云霄 committed
100 101
@class RsCommissionResponse;
@class RsApplyBillResponse;
曹云霄's avatar
曹云霄 committed
102 103
@class TSUser;
@class TOEmployee;
104

曹云霄's avatar
曹云霄 committed
105 106 107
@protocol RsApplyBillRequest @end
@protocol RsCommissionRequest @end
@protocol DataPage @end
曹云霄's avatar
曹云霄 committed
108 109 110 111
@protocol PageRows @end
@protocol RsResponse @end
@protocol LoginInfo @end
@protocol ModifyPasswordRequest @end
勾芒's avatar
勾芒 committed
112 113
@protocol RsEmployeeRequest @end
@protocol GoodsCategory @end
曹云霄's avatar
曹云霄 committed
114
@protocol GoodsFilter @end
勾芒's avatar
勾芒 committed
115
@protocol HotFilter @end
116
@protocol RsJingDongECardRequest @end
曹云霄's avatar
曹云霄 committed
117
@protocol RsSimpleJingDongECardRequest @end
118 119 120 121
@protocol Draw @end
@protocol LotteryDrawResponse @end
@protocol RsLotteryRequest @end
@protocol OrderFilter @end
勾芒's avatar
勾芒 committed
122
@protocol OrderPayRequest @end
123 124
@protocol PrizeCondition @end
@protocol RsActionResult @end
125
@protocol SceneFilter @end
126 127
@protocol RsShippingAddrEntity @end
@protocol SaveShoppingCartRequest @end
勾芒's avatar
勾芒 committed
128
@protocol ShopCartFilter @end
129
@protocol TOApplyBillEntity @end
曹云霄's avatar
曹云霄 committed
130
@protocol TOConsumerEntity @end
曹云霄's avatar
曹云霄 committed
131 132 133
@protocol TOGoodsForResellerEntity @end
@protocol TOGoodsBrandEntity @end
@protocol TOGoodsLabelEntity @end
134
@protocol TOJingdongEcardEntity @end
曹云霄's avatar
曹云霄 committed
135
@protocol TODrawEntity @end
136
@protocol TOOrderdetailEntity @end
曹云霄's avatar
曹云霄 committed
137 138 139 140
@protocol TOPositionEntity @end
@protocol TOPrizeBillDetailsEntity @end
@protocol TOShippingAddrEntity @end
@protocol UCN @end
141
@protocol Action @end
曹云霄's avatar
曹云霄 committed
142
@protocol IdEntity @end
曹云霄's avatar
曹云霄 committed
143 144 145 146
@protocol TOShopcartEntity @end
@protocol TOSceneEntity @end
@protocol TOPrizeEntity @end
@protocol TOOrderPromotionEntity @end
147
@protocol TOOrderEntity @end
曹云霄's avatar
曹云霄 committed
148
@protocol TOAwardEntity @end
曹云霄's avatar
曹云霄 committed
149 150 151
@protocol TOGoodsLabelCategoryEntity @end
@protocol TOGoodsCategoryEntity @end
@protocol VOResellerGoodsEntity @end
152
@protocol TOGoodsEntity @end
曹云霄's avatar
曹云霄 committed
153
@protocol TOCommissionHistEntity @end
154 155 156
@protocol RsShareResponse @end
@protocol DeleteCartRequest @end
@protocol SceneCondition @end
157 158 159
@protocol RsPrizeBill @end
@protocol PromotionGoods @end
@protocol OrderBill @end
160
@protocol GroupByOrderNumber @end
勾芒's avatar
勾芒 committed
161 162
@protocol GoodsCondition @end
@protocol DataDict @end
曹云霄's avatar
曹云霄 committed
163 164 165 166
@protocol ResetPasswordRequest @end
@protocol LoginResult @end
@protocol ConsumerQueryCondition @end
@protocol ExceptionCode @end
曹云霄's avatar
曹云霄 committed
167
@protocol EarningsResponse @end
曹云霄's avatar
曹云霄 committed
168
@protocol ApplyRequest @end
169
@protocol RsJingDongECardResponse @end
曹云霄's avatar
曹云霄 committed
170
@protocol RsSimpleJingDongECardResponse @end
171
@protocol TSBaseUser @end
172
@protocol TSDepart @end
勾芒's avatar
勾芒 committed
173
@protocol TSUserOrg @end
曹云霄's avatar
曹云霄 committed
174
@protocol RsLotteryResponse @end
175
@protocol ShopCartResponse @end
176
@protocol SceneResponse @end
177
@protocol OrderResponse @end
178
@protocol RsAwardDraw @end
曹云霄's avatar
曹云霄 committed
179 180
@protocol GoodsResponse @end
@protocol ConsumerPageResult @end
曹云霄's avatar
曹云霄 committed
181 182
@protocol RsCommissionResponse @end
@protocol RsApplyBillResponse @end
曹云霄's avatar
曹云霄 committed
183 184
@protocol TSUser @end
@protocol TOEmployee @end
185 186


曹云霄's avatar
曹云霄 committed
187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207
/**
 * (no documentation provided)
 */
@interface RsApplyBillRequest : JSONModel
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *employeeId;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, strong) DataPage *page;
@end /* interface RsApplyBillRequest */



/**
曹云霄's avatar
曹云霄 committed
208 209 210
 *  流水请求
 
 @author nevermore
曹云霄's avatar
曹云霄 committed
211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272
 @since 0.1
 
 */
@interface RsCommissionRequest : JSONModel
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *emploreeId;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, strong) DataPage *page;
@end /* interface RsCommissionRequest */



/**
 *  easyui的datagrid向后台传递参数使用的model
 
 @author
 
 
 */
@interface DataPage : JSONModel
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, assign) NSInteger total;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, assign) NSInteger page;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, assign) NSInteger rows;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *sort;
/**
 * (no documentation provided)
 *
 * 取值: SORTDIRECTION_ASC, SORTDIRECTION_DESC,
 */
@property (nonatomic, copy) NSString *order;
@end /* interface DataPage */



曹云霄's avatar
曹云霄 committed
273 274 275 276 277
/**
 *  分页类
 
 @author Administrator
 @since 0.1
278
 
曹云霄's avatar
曹云霄 committed
279 280
 */
@interface PageRows : JSONModel
281
/**
曹云霄's avatar
曹云霄 committed
282
 * (no documentation provided)
283 284
 *
 *
曹云霄's avatar
曹云霄 committed
285
 */
286
@property (nonatomic, assign) NSInteger page;
287
/**
曹云霄's avatar
曹云霄 committed
288
 * (no documentation provided)
289 290
 *
 *
曹云霄's avatar
曹云霄 committed
291
 */
292
@property (nonatomic, assign) NSInteger rows;
293
/**
曹云霄's avatar
曹云霄 committed
294
 * (no documentation provided)
295 296
 *
 *
曹云霄's avatar
曹云霄 committed
297
 */
298
@property (nonatomic, assign) NSInteger total;
299 300 301 302 303
/**
 * (no documentation provided)
 *
 *
 */
304
@property (nonatomic, assign) NSInteger totalpages;
曹云霄's avatar
曹云霄 committed
305 306 307
@end /* interface PageRows */


308

曹云霄's avatar
曹云霄 committed
309 310 311 312 313
/**
 *  Restful Service response base
 
 @author Debenson
 @since 0.1
314
 
曹云霄's avatar
曹云霄 committed
315 316
 */
@interface RsResponse : JSONModel
317
/**
曹云霄's avatar
曹云霄 committed
318
 * 0:正常, 非0异常。
319 320
 *
 *
曹云霄's avatar
曹云霄 committed
321 322
 */
@property (nonatomic, assign) long long code;
323
/**
曹云霄's avatar
曹云霄 committed
324
 * 异常描述
325 326
 *
 *
曹云霄's avatar
曹云霄 committed
327 328
 */
@property (nonatomic, copy) NSString *message;
329
/**
曹云霄's avatar
曹云霄 committed
330
 * 返回数据
331 332
 *
 *
曹云霄's avatar
曹云霄 committed
333 334 335 336
 */
@property (nonatomic, strong) NSObject *data;
@end /* interface RsResponse */

337

曹云霄's avatar
曹云霄 committed
338 339 340 341 342 343

/**
 *  经销商用户登录信息。
 
 @author Debenson
 @since 0.1
344
 
曹云霄's avatar
曹云霄 committed
345 346
 */
@interface LoginInfo : JSONModel
347
/**
曹云霄's avatar
曹云霄 committed
348
 * 用户名
349 350
 *
 *
曹云霄's avatar
曹云霄 committed
351 352
 */
@property (nonatomic, copy) NSString *username;
353
/**
曹云霄's avatar
曹云霄 committed
354
 * 密码
355 356
 *
 *
曹云霄's avatar
曹云霄 committed
357 358 359 360 361
 */
@property (nonatomic, copy) NSString *password;
@end /* interface LoginInfo */


362

曹云霄's avatar
曹云霄 committed
363 364 365 366 367
/**
 *  修改密码请求。
 
 @author Debenson
 @since 0.1
368
 
曹云霄's avatar
曹云霄 committed
369 370
 */
@interface ModifyPasswordRequest : JSONModel
371
/**
曹云霄's avatar
曹云霄 committed
372
 * 员工标识。
373 374
 *
 *
曹云霄's avatar
曹云霄 committed
375 376
 */
@property (nonatomic, copy) NSString *employeeId;
377
/**
曹云霄's avatar
曹云霄 committed
378
 * 原密码。
379 380
 *
 *
曹云霄's avatar
曹云霄 committed
381 382
 */
@property (nonatomic, copy) NSString *oldPassword;
383
/**
曹云霄's avatar
曹云霄 committed
384
 * 新密码
385 386
 *
 *
曹云霄's avatar
曹云霄 committed
387 388 389 390
 */
@property (nonatomic, copy) NSString *fnewPassword;
@end /* interface ModifyPasswordRequest */

391

曹云霄's avatar
曹云霄 committed
392 393

/**
勾芒's avatar
勾芒 committed
394
 *  @author MHk
曹云霄's avatar
曹云霄 committed
395
 @since 0.1
396 397
 
 */
勾芒's avatar
勾芒 committed
398
@interface RsEmployeeRequest : JSONModel
399 400 401 402 403
/**
 * (no documentation provided)
 *
 *
 */
勾芒's avatar
勾芒 committed
404 405
@property (nonatomic, strong) TOEmployee *employee;
@end /* interface RsEmployeeRequest */
406

曹云霄's avatar
曹云霄 committed
407

408 409

/**
勾芒's avatar
勾芒 committed
410
 *  @author Debenson
411 412
 @since 0.1
 
曹云霄's avatar
曹云霄 committed
413
 */
勾芒's avatar
勾芒 committed
414
@interface GoodsCategory : JSONModel
415
/**
勾芒's avatar
勾芒 committed
416
 * 分类id
417 418 419
 *
 *
 */
勾芒's avatar
勾芒 committed
420
@property (nonatomic, copy) NSString *fid;
421
/**
勾芒's avatar
勾芒 committed
422
 * 分类名称
423 424 425
 *
 *
 */
勾芒's avatar
勾芒 committed
426
@property (nonatomic, copy) NSString *name;
427
/**
勾芒's avatar
勾芒 committed
428 429
 * 下级分类列表
 * @see GoodsCategory
430 431
 *
 */
勾芒's avatar
勾芒 committed
432 433
@property (nonatomic, strong) NSArray<GoodsCategory> *children;
@end /* interface GoodsCategory */
曹云霄's avatar
曹云霄 committed
434

435

曹云霄's avatar
曹云霄 committed
436 437 438 439

/**
 *  @author Debenson
 @since 0.1
440
 
曹云霄's avatar
曹云霄 committed
441 442
 */
@interface GoodsFilter : JSONModel
443
/**
曹云霄's avatar
曹云霄 committed
444
 * 风格
445 446
 * @see DataDict
 *
曹云霄's avatar
曹云霄 committed
447
 */
448 449 450
@property (nonatomic, strong) NSArray<DataDict> *styles;
/**
 * (no documentation provided)
曹云霄's avatar
曹云霄 committed
451
 * @see GoodsCategory
452
 *
曹云霄's avatar
曹云霄 committed
453 454
 */
@property (nonatomic, strong) NSArray<GoodsCategory> *categories;
455
/**
曹云霄's avatar
曹云霄 committed
456
 * 空间
457 458
 * @see DataDict
 *
曹云霄's avatar
曹云霄 committed
459
 */
460 461
@property (nonatomic, strong) NSArray<DataDict> *space;
/**
曹云霄's avatar
曹云霄 committed
462
 * 材质
463 464
 * @see DataDict
 *
曹云霄's avatar
曹云霄 committed
465
 */
466 467
@property (nonatomic, strong) NSArray<DataDict> *material;
/**
曹云霄's avatar
曹云霄 committed
468
 * 价格
469 470
 * @see DataDict
 *
曹云霄's avatar
曹云霄 committed
471
 */
472
@property (nonatomic, strong) NSArray<DataDict> *price;
曹云霄's avatar
曹云霄 committed
473 474 475 476 477
@end /* interface GoodsFilter */



/**
勾芒's avatar
勾芒 committed
478
 *  @author Administrator
曹云霄's avatar
曹云霄 committed
479
 @since 0.1
480
 
曹云霄's avatar
曹云霄 committed
481
 */
勾芒's avatar
勾芒 committed
482
@interface HotFilter : JSONModel
483
/**
曹云霄's avatar
曹云霄 committed
484
 * (no documentation provided)
勾芒's avatar
勾芒 committed
485
 * @see DataDict
486 487
 *
 */
勾芒's avatar
勾芒 committed
488 489
@property (nonatomic, strong) NSArray<DataDict> *list;
@end /* interface HotFilter */
曹云霄's avatar
曹云霄 committed
490

491

曹云霄's avatar
曹云霄 committed
492 493

/**
494
 * (no documentation provided)
曹云霄's avatar
曹云霄 committed
495
 */
496
@interface RsJingDongECardRequest : JSONModel
497
/**
498
 * (no documentation provided)
499 500
 *
 *
曹云霄's avatar
曹云霄 committed
501
 */
502
@property (nonatomic, copy) NSString *guideIdEquals;
503
/**
504
 * (no documentation provided)
勾芒's avatar
勾芒 committed
505
 *
506
 *
507 508 509 510 511
 */
@property (nonatomic, copy) NSString *stateEquals;
/**
 * (no documentation provided)
 *
512
 *
曹云霄's avatar
曹云霄 committed
513
 */
514 515 516 517 518
@property (nonatomic, strong) DataPage *page;
@end /* interface RsJingDongECardRequest */



曹云霄's avatar
曹云霄 committed
519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544
/**
 * (no documentation provided)
 */
@interface RsSimpleJingDongECardRequest : JSONModel
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *guideIdEquals;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *stateEquals;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, strong) DataPage *page;
@end /* interface RsSimpleJingDongECardRequest */



545
/**
546 547 548
 *  查询京东E卡对象
 
 @author nevermore
549 550 551
 @since 0.1
 
 */
552
@interface Draw : JSONModel
553 554 555 556 557
/**
 * (no documentation provided)
 *
 *
 */
558
@property (nonatomic, copy) NSString *fid;
559 560 561 562 563
/**
 * (no documentation provided)
 *
 *
 */
564
@property (nonatomic, copy) NSString *lotteryId;
565 566
/**
 * (no documentation provided)
567
 *
568 569
 *
 */
570
@property (nonatomic, copy) NSString *drawDate;
571 572 573 574 575
/**
 * (no documentation provided)
 *
 *
 */
576
@property (nonatomic, copy) NSString *winnerId;
577 578 579 580 581
/**
 * (no documentation provided)
 *
 *
 */
582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711
@property (nonatomic, copy) NSString *awardId;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *awardDescription;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *orderNumber;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *state;
@end /* interface Draw */



/**
 *  查询京东E卡对象
 
 @author nevermore
 @since 0.1
 
 */
@interface LotteryDrawResponse : JSONModel
/**
 * (no documentation provided)
 * @see TOAwardEntity
 *
 */
@property (nonatomic, strong) NSArray<TOAwardEntity> *awards;
/**
 * (no documentation provided)
 * @see NSString
 *
 */
@property (nonatomic, strong) NSArray<NSString *> *descriptions;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *rule;
@end /* interface LotteryDrawResponse */



/**
 * (no documentation provided)
 */
@interface RsLotteryRequest : JSONModel
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *winnerIdEquals;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *lotteryIdEquals;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *orderNumberEquals;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *stateEquals;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, strong) DataPage *page;
@end /* interface RsLotteryRequest */



/**
 *  订单筛选条件。
 
 @author Debenson
 @since 0.1
 
 */
@interface OrderFilter : JSONModel
/**
 * 经销商代码
 *
 *
 */
@property (nonatomic, copy) NSString *resellerCodeEquals;
/**
 *
 *
 *
 */
@property (nonatomic, copy) NSString *orderStateEquals;
/**
 * 消费者名称或手机号等于
 *
 *
 */
@property (nonatomic, copy) NSString *consumerNameOrMobileEquals;
/**
 * 客户标识等于
 *
 *
 */
@property (nonatomic, copy) NSString *consumerIdEquals;
/**
 * 分页数据
 *
 *
 */
@property (nonatomic, strong) DataPage *dp;
@end /* interface OrderFilter */
712 713 714 715 716 717 718 719 720 721 722



/**
 *  订单支付
 
 @author wsx
 @since 0.1
 
 */
@interface OrderPayRequest : JSONModel
勾芒's avatar
勾芒 committed
723
/**
724
 * 订单编号
勾芒's avatar
勾芒 committed
725 726 727
 *
 *
 */
728
@property (nonatomic, copy) NSString *orderNumber;
勾芒's avatar
勾芒 committed
729
/**
730
 * 旧状态
勾芒's avatar
勾芒 committed
731 732 733
 *
 *
 */
734
@property (nonatomic, copy) NSString *oldstate;
勾芒's avatar
勾芒 committed
735
/**
736
 * 新状态
勾芒's avatar
勾芒 committed
737 738 739
 *
 *
 */
740
@property (nonatomic, copy) NSString *fnewstate;
741
/**
742
 * 支付方式
743 744
 *
 *
745
 */
746
@property (nonatomic, copy) NSString *payType;
747
/**
748
 * 是否开票
勾芒's avatar
勾芒 committed
749
 *
750 751
 *
 */
752
@property (nonatomic, copy) NSString *isbill;
勾芒's avatar
勾芒 committed
753
/**
754
 * 发票类型
勾芒's avatar
勾芒 committed
755 756 757
 *
 *
 */
758
@property (nonatomic, copy) NSString *billType;
759
/**
760
 * 发票抬头
勾芒's avatar
勾芒 committed
761
 *
762 763
 *
 */
764
@property (nonatomic, copy) NSString *billTitle;
765
/**
766
 * 实际支付金额
767 768 769 770
 *
 *
 */
@property (nonatomic, strong) NSNumber *realAmount;
771
/**
772
 * 抽奖主题标识
773 774 775 776
 *
 *
 */
@property (nonatomic, copy) NSString *lotteryId;
777 778 779 780 781 782
/**
 * 抽奖记录标识
 *
 *
 */
@property (nonatomic, copy) NSString *drawId;
783
/**
784
 * 促销商品
785 786 787 788
 * @see PromotionGoods
 *
 */
@property (nonatomic, strong) NSArray<PromotionGoods> *promotionGoods;
789
/**
790
 * 京东E卡面额
791 792 793 794
 *
 *
 */
@property (nonatomic, assign) NSInteger jdCardDenomation;
曹云霄's avatar
曹云霄 committed
795 796 797 798 799 800
/**
 * 抵扣金额
 *
 *
 */
@property (nonatomic, strong) NSNumber *promotionMoney;
801
@end /* interface OrderPayRequest */
802 803


勾芒's avatar
勾芒 committed
804

805
/**
806
 *  @author wolv
807
 
808 809
 
 */
810
@interface PrizeCondition : JSONModel
811
/**
812
 * (no documentation provided)
813
 *
814
 *
815 816 817 818 819
 */
@property (nonatomic, copy) NSString *codeLike;
/**
 * (no documentation provided)
 *
820
 *
821
 */
822
@property (nonatomic, copy) NSString *nameLike;
823
/**
824
 * (no documentation provided)
825
 *
826
 *
827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843
 */
@property (nonatomic, strong) DataPage *page;
@end /* interface PrizeCondition */



/**
 *  促销计算结果。
 
 @author Debenson
 @since 0.1
 
 */
@interface RsActionResult : JSONModel
/**
 * 结果集合,空集合表示没有促销。
 * @see Action
844 845
 *
 */
846 847
@property (nonatomic, strong) NSArray<Action> *actions;
@end /* interface RsActionResult */
848 849 850



勾芒's avatar
勾芒 committed
851 852 853 854 855
/**
 *  @author Administrator
 @since 0.1
 
 */
勾芒's avatar
勾芒 committed
856
@interface SceneFilter : JSONModel
勾芒's avatar
勾芒 committed
857 858
/**
 * (no documentation provided)
勾芒's avatar
勾芒 committed
859
 * @see DataDict
勾芒's avatar
勾芒 committed
860 861
 *
 */
勾芒's avatar
勾芒 committed
862 863 864 865 866 867 868 869
@property (nonatomic, strong) NSArray<DataDict> *styles;
/**
 * (no documentation provided)
 * @see DataDict
 *
 */
@property (nonatomic, strong) NSArray<DataDict> *space;
@end /* interface SceneFilter */
勾芒's avatar
勾芒 committed
870 871


曹云霄's avatar
曹云霄 committed
872 873

/**
874
 *  @author Administrator
勾芒's avatar
勾芒 committed
875 876 877
 @since 0.1
 
 */
878
@interface RsShippingAddrEntity : JSONModel
勾芒's avatar
勾芒 committed
879
/**
880 881
 * (no documentation provided)
 * @see TOShippingAddrEntity
勾芒's avatar
勾芒 committed
882 883
 *
 */
884 885
@property (nonatomic, strong) NSArray<TOShippingAddrEntity> *list;
@end /* interface RsShippingAddrEntity */
勾芒's avatar
勾芒 committed
886 887 888 889



/**
890
 *  @author Debenson
勾芒's avatar
勾芒 committed
891 892 893
 @since 0.1
 
 */
894
@interface SaveShoppingCartRequest : JSONModel
勾芒's avatar
勾芒 committed
895 896 897 898 899 900 901
/**
 * 消费者标识
 *
 *
 */
@property (nonatomic, copy) NSString *consumerId;
/**
902
 * 商品标识
903 904 905
 *
 *
 */
906 907 908 909 910 911 912 913
@property (nonatomic, copy) NSString *goodsId;
/**
 * 商品数量,>0表示添加, <0表示减少
 *
 *
 */
@property (nonatomic, copy) NSString *count;
@end /* interface SaveShoppingCartRequest */
勾芒's avatar
勾芒 committed
914 915 916 917



/**
918
 *  购物车查询条件。
919
 
勾芒's avatar
勾芒 committed
920 921
 @author Debenson
 @since 0.1
922
 
曹云霄's avatar
曹云霄 committed
923
 */
924
@interface ShopCartFilter : JSONModel
925
/**
926
 * 消费者标识
927 928 929
 *
 *
 */
930
@property (nonatomic, copy) NSString *consumerId;
931
/**
932
 * 分页数据
933 934 935
 *
 *
 */
936 937
@property (nonatomic, strong) DataPage *dp;
@end /* interface ShopCartFilter */
勾芒's avatar
勾芒 committed
938 939 940



941
/**
942 943 944
 *
 @Title: Entity
 @Description: 提现申请
勾芒's avatar
勾芒 committed
945
 @author onlineGenerator
946
 @date 2016-08-24 09:40:02
勾芒's avatar
勾芒 committed
947 948 949
 @version V1.0
 
 
950
 */
951
@interface TOApplyBillEntity : JSONModel
952
/**
953
 * 方法: 取得java.lang.String
954 955 956
 *
 *
 */
957
@property (nonatomic, copy) NSString *fid;
958
/**
959
 * 方法: 取得java.lang.String
960 961 962
 *
 *
 */
963
@property (nonatomic, copy) NSString *createName;
964
/**
965
 * 方法: 取得java.lang.String
966 967 968
 *
 *
 */
969
@property (nonatomic, copy) NSString *createBy;
970
/**
971
 * 方法: 取得java.util.Date
972 973 974
 *
 *
 */
975
@property (nonatomic, copy) NSString *createDate;
976
/**
曹云霄's avatar
曹云霄 committed
977
 * 方法: 取得java.lang.String
978 979
 *
 *
曹云霄's avatar
曹云霄 committed
980
 */
981
@property (nonatomic, copy) NSString *updateName;
982
/**
983
 * 方法: 取得java.lang.String
984 985
 *
 *
曹云霄's avatar
曹云霄 committed
986
 */
987
@property (nonatomic, copy) NSString *updateBy;
988
/**
989
 * 方法: 取得java.util.Date
990 991
 *
 *
曹云霄's avatar
曹云霄 committed
992
 */
993
@property (nonatomic, copy) NSString *updateDate;
994
/**
995
 * 方法: 取得java.lang.String
996 997
 *
 *
曹云霄's avatar
曹云霄 committed
998
 */
999
@property (nonatomic, copy) NSString *sysOrgCode;
1000
/**
曹云霄's avatar
曹云霄 committed
1001
 * 方法: 取得java.lang.String
1002 1003
 *
 *
曹云霄's avatar
曹云霄 committed
1004
 */
1005
@property (nonatomic, copy) NSString *billNumber;
1006
/**
1007
 * 方法: 取得java.lang.String
1008 1009
 *
 *
曹云霄's avatar
曹云霄 committed
1010
 */
1011
@property (nonatomic, copy) NSString *guideId;
曹云霄's avatar
曹云霄 committed
1012
/**
1013
 * 方法: 取得java.lang.String
曹云霄's avatar
曹云霄 committed
1014 1015 1016
 *
 *
 */
1017
@property (nonatomic, copy) NSString *guideName;
1018
/**
1019
 * 方法: 取得java.math.BigDecimal
1020 1021
 *
 *
曹云霄's avatar
曹云霄 committed
1022
 */
1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042
@property (nonatomic, strong) NSNumber *applyMoney;
/**
 * 方法: 取得java.math.BigDecimal
 *
 *
 */
@property (nonatomic, strong) NSNumber *beforeMoney;
/**
 * 方法: 取得java.math.BigDecimal
 *
 *
 */
@property (nonatomic, strong) NSNumber *afterMoney;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *billStates;
@end /* interface TOApplyBillEntity */
1043 1044 1045 1046



/**
曹云霄's avatar
曹云霄 committed
1047
 *  @Title: Entity
曹云霄's avatar
曹云霄 committed
1048
 @Description: 客户
1049
 @author onlineGenerator
曹云霄's avatar
曹云霄 committed
1050
 @date 2016-05-08 18:08:58
1051 1052 1053
 @version V1.0
 
 
曹云霄's avatar
曹云霄 committed
1054
 */
曹云霄's avatar
曹云霄 committed
1055
@interface TOConsumerEntity : JSONModel
曹云霄's avatar
曹云霄 committed
1056 1057
/**
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
1058 1059 1060
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1061
@property (nonatomic, copy) NSString *fid;
1062
/**
勾芒's avatar
勾芒 committed
1063 1064 1065
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
1066
 */
1067
@property (nonatomic, copy) NSString *createName;
勾芒's avatar
勾芒 committed
1068
/**
1069
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
1070 1071 1072
 *
 *
 */
1073
@property (nonatomic, copy) NSString *createBy;
1074
/**
1075 1076 1077 1078 1079 1080 1081 1082 1083 1084
 * 方法: 取得java.util.Date
 *
 *
 */
@property (nonatomic, copy) NSString *createDate;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1085
@property (nonatomic, copy) NSString *sysOrgCode;
1086 1087 1088 1089 1090
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1091
@property (nonatomic, copy) NSString *name;
1092 1093 1094 1095 1096
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1097
@property (nonatomic, copy) NSString *mobile;
1098
/**
曹云霄's avatar
曹云霄 committed
1099
 * 方法: 取得java.lang.String
1100 1101 1102
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1103
@property (nonatomic, copy) NSString *province;
1104 1105 1106 1107 1108
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1109
@property (nonatomic, copy) NSString *city;
1110 1111 1112 1113 1114
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1115
@property (nonatomic, copy) NSString *country;
1116 1117 1118 1119 1120
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1121
@property (nonatomic, copy) NSString *address;
1122 1123 1124 1125 1126
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1127
@property (nonatomic, copy) NSString *picture;
1128
/**
曹云霄's avatar
曹云霄 committed
1129
 * 方法: 取得java.util.Date
1130 1131 1132
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1133
@property (nonatomic, copy) NSString *lastVisitedTime;
1134 1135 1136 1137 1138
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1139 1140
@property (nonatomic, copy) NSString *company;
@end /* interface TOConsumerEntity */
1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167



/**
 * (no documentation provided)
 */
@interface TOGoodsForResellerEntity : JSONModel
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *fid;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *resellerId;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, strong) TOGoodsEntity *goods;
/**
 * (no documentation provided)
1168 1169
 *
 *
曹云霄's avatar
曹云霄 committed
1170
 */
曹云霄's avatar
曹云霄 committed
1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185
@property (nonatomic, copy) NSString *path;
@end /* interface TOGoodsForResellerEntity */



/**
 *  @Title: Entity
 @Description: 商品品牌
 @author onlineGenerator
 @date 2016-05-05 16:14:51
 @version V1.0
 
 
 */
@interface TOGoodsBrandEntity : JSONModel
曹云霄's avatar
曹云霄 committed
1186
/**
勾芒's avatar
勾芒 committed
1187 1188 1189
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
1190
 */
曹云霄's avatar
曹云霄 committed
1191
@property (nonatomic, copy) NSString *fid;
勾芒's avatar
勾芒 committed
1192
/**
勾芒's avatar
勾芒 committed
1193
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
1194 1195 1196
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1197
@property (nonatomic, copy) NSString *createName;
1198
/**
勾芒's avatar
勾芒 committed
1199
 * 方法: 取得java.lang.String
1200 1201
 *
 *
曹云霄's avatar
曹云霄 committed
1202
 */
曹云霄's avatar
曹云霄 committed
1203
@property (nonatomic, copy) NSString *createBy;
1204
/**
曹云霄's avatar
曹云霄 committed
1205
 * 方法: 取得java.util.Date
1206 1207
 *
 *
曹云霄's avatar
曹云霄 committed
1208
 */
曹云霄's avatar
曹云霄 committed
1209
@property (nonatomic, copy) NSString *createDate;
曹云霄's avatar
曹云霄 committed
1210 1211
/**
 * 方法: 取得java.lang.String
1212 1213
 *
 *
曹云霄's avatar
曹云霄 committed
1214
 */
曹云霄's avatar
曹云霄 committed
1215
@property (nonatomic, copy) NSString *sysOrgCode;
1216
/**
勾芒's avatar
勾芒 committed
1217
 * 方法: 取得java.lang.String
1218 1219
 *
 *
曹云霄's avatar
曹云霄 committed
1220
 */
曹云霄's avatar
曹云霄 committed
1221
@property (nonatomic, copy) NSString *sysCompanyCode;
1222
/**
曹云霄's avatar
曹云霄 committed
1223
 * 方法: 取得java.lang.String
1224 1225
 *
 *
曹云霄's avatar
曹云霄 committed
1226
 */
曹云霄's avatar
曹云霄 committed
1227
@property (nonatomic, copy) NSString *code;
1228
/**
勾芒's avatar
勾芒 committed
1229
 * 方法: 取得java.lang.String
1230 1231
 *
 *
曹云霄's avatar
曹云霄 committed
1232
 */
曹云霄's avatar
曹云霄 committed
1233
@property (nonatomic, copy) NSString *name;
1234
/**
曹云霄's avatar
曹云霄 committed
1235
 * 方法: 取得java.lang.Integer
1236 1237
 *
 *
曹云霄's avatar
曹云霄 committed
1238
 */
曹云霄's avatar
曹云霄 committed
1239
@property (nonatomic, copy) NSString *state;
1240
/**
曹云霄's avatar
曹云霄 committed
1241
 * 方法: 取得java.lang.String
1242 1243
 *
 *
曹云霄's avatar
曹云霄 committed
1244
 */
曹云霄's avatar
曹云霄 committed
1245
@property (nonatomic, copy) NSString *logo;
1246 1247 1248 1249
/**
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
1250
 */
曹云霄's avatar
曹云霄 committed
1251 1252 1253 1254 1255
@property (nonatomic, copy) NSString *fdescription;
@end /* interface TOGoodsBrandEntity */



1256
/**
曹云霄's avatar
曹云霄 committed
1257 1258 1259 1260 1261 1262 1263
 *  @Title: Entity
 @Description: 商品标签
 @author onlineGenerator
 @date 2016-05-05 17:18:15
 @version V1.0
 
 
1264
 */
曹云霄's avatar
曹云霄 committed
1265
@interface TOGoodsLabelEntity : JSONModel
1266
/**
曹云霄's avatar
曹云霄 committed
1267
 * (no documentation provided)
1268 1269 1270
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1271
@property (nonatomic, strong) TOGoodsLabelCategoryEntity *category;
1272 1273 1274 1275 1276
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1277
@property (nonatomic, copy) NSString *fid;
1278 1279 1280 1281 1282
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1283
@property (nonatomic, copy) NSString *sysOrgCode;
1284 1285 1286 1287 1288
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1289
@property (nonatomic, copy) NSString *sysCompanyCode;
1290
/**
1291
 * 方法: 取得java.lang.String
1292 1293 1294
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1295
@property (nonatomic, copy) NSString *name;
1296
/**
曹云霄's avatar
曹云霄 committed
1297
 * 方法: 取得java.lang.String
1298 1299 1300
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1301 1302
@property (nonatomic, copy) NSString *categoryId;
@end /* interface TOGoodsLabelEntity */
1303 1304 1305



1306
/**
1307
 *  @Title: Entity
1308
 @Description: 京东E卡
1309
 @author onlineGenerator
1310
 @date 2016-10-18 16:34:26
1311 1312 1313
 @version V1.0
 
 
1314
 */
1315
@interface TOJingdongEcardEntity : JSONModel
1316
/**
曹云霄's avatar
曹云霄 committed
1317
 * 方法: 取得java.lang.String
1318 1319 1320
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1321
@property (nonatomic, copy) NSString *fid;
1322 1323 1324 1325 1326
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1327
@property (nonatomic, copy) NSString *createName;
1328 1329 1330 1331 1332
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1333 1334 1335 1336 1337 1338 1339
@property (nonatomic, copy) NSString *createBy;
/**
 * 方法: 取得java.util.Date
 *
 *
 */
@property (nonatomic, copy) NSString *createDate;
1340 1341 1342 1343 1344
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1345
@property (nonatomic, copy) NSString *updateName;
1346
/**
勾芒's avatar
勾芒 committed
1347
 * 方法: 取得java.lang.String
1348 1349 1350
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1351
@property (nonatomic, copy) NSString *updateBy;
勾芒's avatar
勾芒 committed
1352
/**
曹云霄's avatar
曹云霄 committed
1353
 * 方法: 取得java.util.Date
勾芒's avatar
勾芒 committed
1354 1355 1356
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1357
@property (nonatomic, copy) NSString *updateDate;
勾芒's avatar
勾芒 committed
1358
/**
曹云霄's avatar
曹云霄 committed
1359 1360 1361
 * 方法: 取得java.lang.String
 *
 *
勾芒's avatar
勾芒 committed
1362
 */
曹云霄's avatar
曹云霄 committed
1363
@property (nonatomic, copy) NSString *sysOrgCode;
勾芒's avatar
勾芒 committed
1364 1365 1366 1367 1368
/**
 * 方法: 取得java.lang.String
 *
 *
 */
1369
@property (nonatomic, copy) NSString *cardNumber;
曹云霄's avatar
曹云霄 committed
1370
/**
1371
 * 方法: 取得java.lang.String
曹云霄's avatar
曹云霄 committed
1372 1373 1374
 *
 *
 */
1375 1376 1377 1378 1379 1380 1381
@property (nonatomic, copy) NSString *cardPassword;
/**
 * 方法: 取得java.lang.Integer
 *
 *
 */
@property (nonatomic, assign) NSInteger denomation;
勾芒's avatar
勾芒 committed
1382
/**
勾芒's avatar
勾芒 committed
1383
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
1384 1385 1386
 *
 *
 */
1387
@property (nonatomic, copy) NSString *state;
勾芒's avatar
勾芒 committed
1388
/**
勾芒's avatar
勾芒 committed
1389
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
1390 1391 1392
 *
 *
 */
1393
@property (nonatomic, copy) NSString *guideId;
勾芒's avatar
勾芒 committed
1394 1395 1396 1397 1398
/**
 * 方法: 取得java.lang.String
 *
 *
 */
1399
@property (nonatomic, copy) NSString *orderNumber;
勾芒's avatar
勾芒 committed
1400 1401 1402 1403 1404
/**
 * 方法: 取得java.lang.String
 *
 *
 */
1405 1406 1407 1408 1409
@property (nonatomic, copy) NSString *orderReceiptUrl;
@end /* interface TOJingdongEcardEntity */



1410
/**
曹云霄's avatar
曹云霄 committed
1411 1412 1413
 *
 @Title: Entity
 @Description: 抽奖记录
1414
 @author onlineGenerator
曹云霄's avatar
曹云霄 committed
1415
 @date 2016-11-09 18:13:23
1416 1417 1418 1419
 @version V1.0
 
 
 */
曹云霄's avatar
曹云霄 committed
1420
@interface TODrawEntity : JSONModel
1421
/**
曹云霄's avatar
曹云霄 committed
1422
 * 方法: 取得java.lang.String
曹云霄's avatar
曹云霄 committed
1423 1424
 *
 *
1425
 */
曹云霄's avatar
曹云霄 committed
1426
@property (nonatomic, copy) NSString *fid;
1427 1428 1429 1430 1431
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1432
@property (nonatomic, copy) NSString *createName;
1433 1434 1435 1436 1437
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1438
@property (nonatomic, copy) NSString *createBy;
1439
/**
曹云霄's avatar
曹云霄 committed
1440
 * 方法: 取得java.util.Date
1441 1442
 *
 *
1443
 */
曹云霄's avatar
曹云霄 committed
1444
@property (nonatomic, copy) NSString *createDate;
1445
/**
1446
 * 方法: 取得java.lang.String
1447 1448 1449
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1450
@property (nonatomic, copy) NSString *updateName;
1451 1452 1453 1454 1455
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1456
@property (nonatomic, copy) NSString *updateBy;
1457
/**
曹云霄's avatar
曹云霄 committed
1458
 * 方法: 取得java.util.Date
1459 1460
 *
 *
曹云霄's avatar
曹云霄 committed
1461
 */
曹云霄's avatar
曹云霄 committed
1462
@property (nonatomic, copy) NSString *updateDate;
1463
/**
1464
 * 方法: 取得java.lang.String
1465 1466 1467
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1468 1469 1470 1471 1472 1473 1474
@property (nonatomic, copy) NSString *sysOrgCode;
/**
 * 方法: 取得java.util.Date
 *
 *
 */
@property (nonatomic, copy) NSString *drawDate;
1475
/**
1476
 * 方法: 取得java.lang.String
1477 1478 1479
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1480
@property (nonatomic, copy) NSString *winnerId;
勾芒's avatar
勾芒 committed
1481
/**
曹云霄's avatar
曹云霄 committed
1482
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
1483 1484 1485
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1486
@property (nonatomic, copy) NSString *awardId;
1487
/**
曹云霄's avatar
曹云霄 committed
1488
 * 方法: 取得java.lang.String
1489 1490 1491
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1492
@property (nonatomic, copy) NSString *awardDescription;
1493 1494 1495 1496 1497
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1498
@property (nonatomic, copy) NSString *orderNumber;
1499 1500 1501 1502 1503
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1504
@property (nonatomic, copy) NSString *state;
1505 1506 1507 1508 1509
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1510 1511
@property (nonatomic, copy) NSString *lotteryId;
@end /* interface TODrawEntity */
曹云霄's avatar
曹云霄 committed
1512 1513 1514



1515
/**
曹云霄's avatar
曹云霄 committed
1516 1517
 *  @Title: Entity
 @Description: 订单详情
1518
 @author onlineGenerator
曹云霄's avatar
曹云霄 committed
1519
 @date 2016-05-06 12:53:09
1520 1521 1522 1523
 @version V1.0
 
 
 */
曹云霄's avatar
曹云霄 committed
1524
@interface TOOrderdetailEntity : JSONModel
1525
/**
曹云霄's avatar
曹云霄 committed
1526 1527 1528 1529 1530 1531 1532
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *brandName;
/**
 * 方法: 取得java.lang.String
1533 1534 1535 1536 1537 1538 1539 1540 1541
 *
 *
 */
@property (nonatomic, copy) NSString *fid;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1542
@property (nonatomic, copy) NSString *goodsId;
1543 1544 1545 1546 1547
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1548
@property (nonatomic, copy) NSString *goodsCode;
1549 1550 1551 1552 1553
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1554
@property (nonatomic, copy) NSString *goodsName;
1555 1556 1557 1558 1559
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1560
@property (nonatomic, copy) NSString *goodsCover;
1561 1562 1563 1564 1565
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1566
@property (nonatomic, copy) NSString *goodsSpec;
1567 1568 1569 1570 1571
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1572
@property (nonatomic, copy) NSString *goodsBrand;
1573 1574 1575 1576 1577
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1578
@property (nonatomic, copy) NSString *goodsNum;
1579
/**
曹云霄's avatar
曹云霄 committed
1580
 * 方法: 取得java.math.BigDecimal
1581 1582 1583
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1584
@property (nonatomic, strong) NSNumber *goodsPrice;
1585
/**
曹云霄's avatar
曹云霄 committed
1586
 * 方法: 取得java.math.BigDecimal
1587 1588 1589
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609
@property (nonatomic, strong) NSNumber *goodsTotalPrice;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *orderId;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *goodsUnit;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *remark;
@end /* interface TOOrderdetailEntity */
1610 1611 1612



曹云霄's avatar
曹云霄 committed
1613 1614
/**
 *  @Title: Entity
曹云霄's avatar
曹云霄 committed
1615
 @Description: 经销商员工职位
曹云霄's avatar
曹云霄 committed
1616
 @author onlineGenerator
曹云霄's avatar
曹云霄 committed
1617
 @date 2016-05-02 17:39:21
曹云霄's avatar
曹云霄 committed
1618 1619 1620 1621
 @version V1.0
 
 
 */
曹云霄's avatar
曹云霄 committed
1622
@interface TOPositionEntity : JSONModel
勾芒's avatar
勾芒 committed
1623
/**
1624
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
1625 1626 1627
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1628
@property (nonatomic, copy) NSString *fid;
勾芒's avatar
勾芒 committed
1629 1630 1631 1632 1633
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1634
@property (nonatomic, copy) NSString *code;
1635
/**
勾芒's avatar
勾芒 committed
1636 1637 1638
 * 方法: 取得java.lang.String
 *
 *
1639
 */
曹云霄's avatar
曹云霄 committed
1640
@property (nonatomic, copy) NSString *name;
曹云霄's avatar
曹云霄 committed
1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652
/**
 * 方法: 取得java.math.BigDecimal
 *
 *
 */
@property (nonatomic, strong) NSNumber *commission;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, strong) NSNumber *lowestDiscount;
曹云霄's avatar
曹云霄 committed
1653
/**
1654
 * 方法: 取得java.lang.String
曹云霄's avatar
曹云霄 committed
1655 1656 1657
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673
@property (nonatomic, copy) NSString *resellerCode;
@end /* interface TOPositionEntity */



/**
 *
 @Title: Entity
 @Description: 兑奖单奖品明细
 @author onlineGenerator
 @date 2016-11-06 21:01:00
 @version V1.0
 
 
 */
@interface TOPrizeBillDetailsEntity : JSONModel
曹云霄's avatar
曹云霄 committed
1674
/**
1675
 * 方法: 取得java.lang.String
曹云霄's avatar
曹云霄 committed
1676 1677 1678
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1679
@property (nonatomic, copy) NSString *fid;
曹云霄's avatar
曹云霄 committed
1680 1681 1682 1683 1684
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1685
@property (nonatomic, copy) NSString *bill;
1686 1687 1688 1689 1690
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1691 1692
@property (nonatomic, copy) NSString *prize;
@end /* interface TOPrizeBillDetailsEntity */
1693 1694 1695 1696 1697



/**
 *  @Title: Entity
曹云霄's avatar
曹云霄 committed
1698
 @Description: t_o_shipping_addr
1699
 @author onlineGenerator
曹云霄's avatar
曹云霄 committed
1700
 @date 2016-05-14 16:14:15
1701 1702 1703 1704
 @version V1.0
 
 
 */
曹云霄's avatar
曹云霄 committed
1705
@interface TOShippingAddrEntity : JSONModel
1706
/**
曹云霄's avatar
曹云霄 committed
1707
 * 方法: 取得java.lang.String
1708 1709 1710
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1711
@property (nonatomic, copy) NSString *fid;
1712
/**
曹云霄's avatar
曹云霄 committed
1713
 * 方法: 取得java.util.Date
勾芒's avatar
勾芒 committed
1714 1715 1716
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1717
@property (nonatomic, copy) NSString *createDate;
1718 1719 1720 1721 1722
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1723
@property (nonatomic, copy) NSString *sysOrgCode;
1724 1725 1726 1727 1728
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1729
@property (nonatomic, copy) NSString *name;
曹云霄's avatar
曹云霄 committed
1730
/**
曹云霄's avatar
曹云霄 committed
1731
 * 方法: 取得java.lang.String
曹云霄's avatar
曹云霄 committed
1732 1733 1734
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1735
@property (nonatomic, copy) NSString *miblephone;
勾芒's avatar
勾芒 committed
1736
/**
1737
 * 方法: 取得java.lang.String
1738 1739 1740
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1741
@property (nonatomic, copy) NSString *province;
1742
/**
1743
 * 方法: 取得java.lang.String
1744 1745 1746
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1747
@property (nonatomic, copy) NSString *city;
1748
/**
曹云霄's avatar
曹云霄 committed
1749
 * 方法: 取得java.lang.String
1750 1751 1752
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1753
@property (nonatomic, copy) NSString *country;
1754
/**
勾芒's avatar
勾芒 committed
1755
 * 方法: 取得java.lang.String
1756 1757 1758
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1759
@property (nonatomic, copy) NSString *address;
1760
/**
曹云霄's avatar
曹云霄 committed
1761
 * 方法: 取得java.lang.String
1762 1763 1764
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1765 1766 1767 1768 1769
@property (nonatomic, copy) NSString *consumerId;
@end /* interface TOShippingAddrEntity */



1770
/**
曹云霄's avatar
曹云霄 committed
1771 1772 1773 1774 1775 1776 1777 1778 1779
 *  UUID + CODE + NAME
 
 @author Debenson
 @since 0.1
 
 */
@interface UCN : JSONModel
/**
 * (no documentation provided)
1780 1781 1782
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1783
@property (nonatomic, copy) NSString *uuid;
曹云霄's avatar
曹云霄 committed
1784
/**
曹云霄's avatar
曹云霄 committed
1785
 * (no documentation provided)
曹云霄's avatar
曹云霄 committed
1786 1787 1788
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1789
@property (nonatomic, copy) NSString *code;
曹云霄's avatar
曹云霄 committed
1790
/**
曹云霄's avatar
曹云霄 committed
1791
 * (no documentation provided)
曹云霄's avatar
曹云霄 committed
1792 1793 1794
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1795 1796
@property (nonatomic, copy) NSString *name;
@end /* interface UCN */
1797 1798 1799



1800
/**
1801
 *  促销动作。
1802
 
1803 1804
 @author Debenson
 @since 0.1
1805 1806
 
 */
1807 1808 1809 1810 1811
@interface Action : JSONModel
@end /* interface Action */



1812
/**
1813
 * (no documentation provided)
1814
 */
1815
@interface IdEntity : JSONModel
1816
/**
1817
 * (no documentation provided)
1818 1819 1820
 *
 *
 */
1821 1822 1823 1824 1825 1826
@property (nonatomic, copy) NSString *fid;
@end /* interface IdEntity */



/**
曹云霄's avatar
曹云霄 committed
1827 1828 1829 1830 1831
 *  @Title: Entity
 @Description: t_o_shopcart
 @author onlineGenerator
 @date 2016-05-13 14:26:57
 @version V1.0
1832 1833 1834
 
 
 */
曹云霄's avatar
曹云霄 committed
1835
@interface TOShopcartEntity : JSONModel
1836
/**
曹云霄's avatar
曹云霄 committed
1837
 * 商品详情
1838 1839 1840
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1841
@property (nonatomic, strong) VOResellerGoodsEntity *goods;
1842
/**
曹云霄's avatar
曹云霄 committed
1843
 * 方法: 取得java.lang.String
1844 1845
 *
 *
1846
 */
曹云霄's avatar
曹云霄 committed
1847
@property (nonatomic, copy) NSString *fid;
1848
/**
曹云霄's avatar
曹云霄 committed
1849
 * 方法: 取得java.lang.String
1850 1851 1852
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1853
@property (nonatomic, copy) NSString *createName;
1854
/**
曹云霄's avatar
曹云霄 committed
1855 1856 1857
 * 方法: 取得java.lang.String
 *
 *
1858
 */
曹云霄's avatar
曹云霄 committed
1859 1860 1861 1862 1863 1864 1865
@property (nonatomic, copy) NSString *createBy;
/**
 * 方法: 取得java.util.Date
 *
 *
 */
@property (nonatomic, copy) NSString *createDate;
1866
/**
1867
 * 方法: 取得java.lang.String
1868 1869 1870
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1871 1872 1873 1874 1875 1876 1877
@property (nonatomic, copy) NSString *updateName;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *updateBy;
勾芒's avatar
勾芒 committed
1878
/**
1879
 * 方法: 取得java.util.Date
勾芒's avatar
勾芒 committed
1880 1881 1882
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1883
@property (nonatomic, copy) NSString *updateDate;
1884
/**
1885 1886 1887
 * 方法: 取得java.lang.String
 *
 *
1888
 */
曹云霄's avatar
曹云霄 committed
1889 1890 1891 1892 1893 1894 1895
@property (nonatomic, copy) NSString *goodsId;
/**
 * 方法: 取得java.lang.Integer
 *
 *
 */
@property (nonatomic, assign) NSInteger goodsNum;
1896 1897 1898 1899 1900
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1901
@property (nonatomic, copy) NSString *consumerId;
1902
/**
1903
 * 方法: 取得java.lang.String
1904 1905 1906
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1907
@property (nonatomic, copy) NSString *resellerId;
1908
/**
勾芒's avatar
勾芒 committed
1909
 * 方法: 取得java.lang.String
1910 1911 1912
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927
@property (nonatomic, strong) NSNumber *costPrice;
@end /* interface TOShopcartEntity */



/**
 *  @Title: Entity
 @Description: 场景
 @author onlineGenerator
 @date 2016-05-05 18:39:39
 @version V1.0
 
 
 */
@interface TOSceneEntity : JSONModel
1928
/**
1929
 * 方法: 取得java.lang.String
1930 1931 1932
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1933
@property (nonatomic, copy) NSString *fid;
曹云霄's avatar
曹云霄 committed
1934
/**
勾芒's avatar
勾芒 committed
1935 1936
 * 方法: 取得java.lang.String
 *
1937
 *
曹云霄's avatar
曹云霄 committed
1938
 */
曹云霄's avatar
曹云霄 committed
1939
@property (nonatomic, copy) NSString *sceneCode;
1940
/**
1941
 * 方法: 取得java.lang.String
1942 1943 1944
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1945
@property (nonatomic, copy) NSString *name;
1946
/**
勾芒's avatar
勾芒 committed
1947
 * 方法: 取得java.lang.String
1948 1949
 *
 *
曹云霄's avatar
曹云霄 committed
1950
 */
曹云霄's avatar
曹云霄 committed
1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970
@property (nonatomic, copy) NSString *pricure;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *category;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *style;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *space;
@end /* interface TOSceneEntity */
1971 1972 1973



1974 1975 1976
/**
 *
 @Title: Entity
曹云霄's avatar
曹云霄 committed
1977
 @Description: 奖品
1978
 @author onlineGenerator
曹云霄's avatar
曹云霄 committed
1979
 @date 2016-11-06 19:23:57
1980 1981 1982 1983
 @version V1.0
 
 
 */
曹云霄's avatar
曹云霄 committed
1984
@interface TOPrizeEntity : JSONModel
1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *fid;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1996
@property (nonatomic, copy) NSString *picture;
1997 1998 1999 2000 2001
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045
@property (nonatomic, copy) NSString *createName;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *createBy;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *updateName;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *updateBy;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *code;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *name;
/**
 * 方法: 取得java.util.Date
 *
 *
 */
@property (nonatomic, copy) NSString *createDate;
/**
 * 方法: 取得java.util.Date
 *
 *
 */
@property (nonatomic, copy) NSString *updateDate;
@end /* interface TOPrizeEntity */
2046 2047 2048



2049
/**
2050
 *  @Title: Entity
曹云霄's avatar
曹云霄 committed
2051
 @Description: 订油单的促销事件记录
2052
 @author onlineGenerator
曹云霄's avatar
曹云霄 committed
2053
 @date 2016-10-19 17:43:12
2054 2055 2056
 @version V1.0
 
 
2057
 */
曹云霄's avatar
曹云霄 committed
2058
@interface TOOrderPromotionEntity : JSONModel
2059
/**
曹云霄's avatar
曹云霄 committed
2060
 * 方法: 主键
2061 2062 2063 2064
 *
 *
 */
@property (nonatomic, copy) NSString *fid;
2065
/**
曹云霄's avatar
曹云霄 committed
2066
 * 方法: 创建人名称
2067 2068 2069
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2070
@property (nonatomic, copy) NSString *createName;
2071
/**
曹云霄's avatar
曹云霄 committed
2072
 * 方法: 创建人登录名称
2073 2074 2075
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2076
@property (nonatomic, copy) NSString *createBy;
2077
/**
曹云霄's avatar
曹云霄 committed
2078
 * 方法: 创建日期
2079 2080 2081
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2082
@property (nonatomic, copy) NSString *createDate;
2083
/**
曹云霄's avatar
曹云霄 committed
2084
 * 方法: 更新人名称
2085 2086 2087
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2088
@property (nonatomic, copy) NSString *updateName;
2089
/**
曹云霄's avatar
曹云霄 committed
2090
 * 方法: 更新人登录名称
2091 2092 2093
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2094 2095 2096 2097 2098 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 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172
@property (nonatomic, copy) NSString *updateBy;
/**
 * 方法: 更新日期
 *
 *
 */
@property (nonatomic, copy) NSString *updateDate;
/**
 * 方法: 所属部门
 *
 *
 */
@property (nonatomic, copy) NSString *sysOrgCode;
/**
 * 方法: 商品标识
 *
 *
 */
@property (nonatomic, copy) NSString *goodsId;
/**
 * 方法: 商品代码
 *
 *
 */
@property (nonatomic, copy) NSString *goodsCode;
/**
 * 方法: 商品名称
 *
 *
 */
@property (nonatomic, copy) NSString *goodsName;
/**
 * 方法: 促销商品数量
 *
 *
 */
@property (nonatomic, strong) NSNumber *promotionNumber;
/**
 * 方法: 促销金额
 *
 *
 */
@property (nonatomic, strong) NSNumber *promotionMoney;
/**
 * 方法: 订单号
 *
 *
 */
@property (nonatomic, copy) NSString *orderNumber;
/**
 * 方法: 折扣率
 *
 *
 */
@property (nonatomic, strong) NSNumber *discountRate;
/**
 * 方法: 抽奖红包
 *
 *
 */
@property (nonatomic, copy) NSString *lotteryPackage;
/**
 * 方法: 微信卡号
 *
 *
 */
@property (nonatomic, copy) NSString *wxcardNumber;
/**
 * 方法: 微信卡券面额
 *
 *
 */
@property (nonatomic, copy) NSString *wxcardDenomation;
/**
 * 方法: 微信卡券实际减免
 *
 *
 */
@property (nonatomic, copy) NSString *wxcardRealDeduction;
2173 2174 2175 2176 2177 2178 2179

/**
 * 方法: 京东E卡面额
 *
 *
 */
@property (nonatomic, strong) NSNumber *jdecardDenomation;
2180 2181 2182 2183 2184 2185


/**
 红包数
 */
@property (nonatomic,strong) NSNumber *redPackageCount;
曹云霄's avatar
曹云霄 committed
2186
@end /* interface TOOrderPromotionEntity */
2187 2188


2189 2190 2191

/**
 *  @Title: Entity
2192
 @Description: 订单
2193
 @author onlineGenerator
2194
 @date 2016-05-06 12:53:09
2195 2196 2197 2198
 @version V1.0
 
 
 */
2199
@interface TOOrderEntity : JSONModel
2200
/**
勾芒's avatar
勾芒 committed
2201
 * 方法: 取得java.lang.String
2202 2203
 *
 *
曹云霄's avatar
曹云霄 committed
2204
 */
2205 2206
@property (nonatomic, copy) NSString *fid;
/**
曹云霄's avatar
曹云霄 committed
2207
 * 方法: 取得java.lang.String
2208 2209 2210
 *
 *
 */
2211
@property (nonatomic, copy) NSString *createName;
2212
/**
曹云霄's avatar
曹云霄 committed
2213
 * 方法: 取得java.lang.String
2214 2215
 *
 *
曹云霄's avatar
曹云霄 committed
2216
 */
2217
@property (nonatomic, copy) NSString *createBy;
勾芒's avatar
勾芒 committed
2218
/**
2219
 * 方法: 取得java.util.Date
勾芒's avatar
勾芒 committed
2220 2221 2222
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313
@property (nonatomic, copy) NSString *createDate;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *updateName;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *updateBy;
/**
 * 方法: 取得java.util.Date
 *
 *
 */
@property (nonatomic, copy) NSString *updateDate;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *sysOrgCode;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *orderNumber;
/**
 * 方法: 取得java.util.Date
 *
 *
 */
@property (nonatomic, copy) NSString *orderTime;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *guideId;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *orderState;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *consumerId;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *goodsNum;
/**
 * 方法: 取得java.math.BigDecimal
 *
 *
 */
@property (nonatomic, strong) NSNumber *orderPrice;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *receiverName;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *receiverMobile;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *receiverAddress;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *isBill;
2314 2315 2316 2317 2318
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2319
@property (nonatomic, copy) NSString *billType;
2320 2321 2322 2323 2324
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2325
@property (nonatomic, copy) NSString *billTitle;
2326
/**
曹云霄's avatar
曹云霄 committed
2327
 * 方法: 取得java.lang.String
2328 2329 2330
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2331
@property (nonatomic, copy) NSString *payType;
2332
/**
曹云霄's avatar
曹云霄 committed
2333
 * (no documentation provided)
2334 2335 2336
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2337
@property (nonatomic, copy) NSString *consumerName;
曹云霄's avatar
曹云霄 committed
2338
/**
曹云霄's avatar
曹云霄 committed
2339
 * (no documentation provided)
2340 2341
 *
 *
曹云霄's avatar
曹云霄 committed
2342
 */
曹云霄's avatar
曹云霄 committed
2343
@property (nonatomic, copy) NSString *guideName;
曹云霄's avatar
曹云霄 committed
2344
/**
曹云霄's avatar
曹云霄 committed
2345
 * (no documentation provided)
曹云霄's avatar
曹云霄 committed
2346 2347 2348
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2349
@property (nonatomic, copy) NSString *resellerName;
2350
/**
曹云霄's avatar
曹云霄 committed
2351
 * 方法: 取得java.math.BigDecimal
2352 2353 2354
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2355 2356 2357 2358 2359
@property (nonatomic, strong) NSNumber *oldPrice;
@end /* interface TOOrderEntity */



2360 2361
/**
 *
曹云霄's avatar
曹云霄 committed
2362 2363 2364 2365 2366 2367 2368
 @Title: Entity
 @Description: 奖品详情
 @author onlineGenerator
 @date 2016-11-09 18:13:23
 @version V1.0
 
 
2369
 */
曹云霄's avatar
曹云霄 committed
2370
@interface TOAwardEntity : JSONModel
2371 2372 2373 2374 2375
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2376
@property (nonatomic, copy) NSString *fid;
2377
/**
曹云霄's avatar
曹云霄 committed
2378 2379 2380
 * 方法: 取得java.lang.String
 *
 *
勾芒's avatar
勾芒 committed
2381
 */
曹云霄's avatar
曹云霄 committed
2382
@property (nonatomic, copy) NSString *createName;
2383
/**
曹云霄's avatar
曹云霄 committed
2384
 * 方法: 取得java.lang.String
2385 2386 2387
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2388
@property (nonatomic, copy) NSString *createBy;
2389
/**
曹云霄's avatar
曹云霄 committed
2390
 * 方法: 取得java.util.Date
2391 2392 2393
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2394
@property (nonatomic, copy) NSString *createDate;
2395 2396 2397 2398 2399
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2400
@property (nonatomic, copy) NSString *updateName;
曹云霄's avatar
曹云霄 committed
2401 2402 2403 2404 2405
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2406
@property (nonatomic, copy) NSString *updateBy;
2407
/**
曹云霄's avatar
曹云霄 committed
2408
 * 方法: 取得java.util.Date
2409 2410 2411
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2412
@property (nonatomic, copy) NSString *updateDate;
2413
/**
2414
 * 方法: 取得java.lang.String
2415 2416 2417
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2418
@property (nonatomic, copy) NSString *sysOrgCode;
2419
/**
曹云霄's avatar
曹云霄 committed
2420
 * 方法: 取得java.lang.Integer
2421 2422 2423
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2424
@property (nonatomic, assign) NSInteger remainTotal;
曹云霄's avatar
曹云霄 committed
2425
/**
曹云霄's avatar
曹云霄 committed
2426
 * 方法: 取得java.math.BigDecimal
曹云霄's avatar
曹云霄 committed
2427 2428 2429
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2430
@property (nonatomic, strong) NSNumber *drawRate;
曹云霄's avatar
曹云霄 committed
2431
/**
曹云霄's avatar
曹云霄 committed
2432
 * 方法: 取得java.lang.String
曹云霄's avatar
曹云霄 committed
2433 2434 2435
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2436
@property (nonatomic, copy) NSString *type;
2437
/**
曹云霄's avatar
曹云霄 committed
2438
 * 方法: 取得java.math.BigDecimal
2439 2440 2441
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2442
@property (nonatomic, strong) NSNumber *number;
2443
/**
曹云霄's avatar
曹云霄 committed
2444
 * 方法: 取得java.lang.String
2445 2446 2447
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2448
@property (nonatomic, copy) NSString *fdescription;
2449
/**
曹云霄's avatar
曹云霄 committed
2450
 * 方法: 取得java.lang.String
2451 2452 2453
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2454 2455
@property (nonatomic, copy) NSString *lotteryId;
@end /* interface TOAwardEntity */
2456 2457 2458 2459 2460



/**
 *  @Title: Entity
曹云霄's avatar
曹云霄 committed
2461
 @Description: 商品标签分类
2462
 @author onlineGenerator
曹云霄's avatar
曹云霄 committed
2463
 @date 2016-05-05 16:57:27
2464 2465 2466 2467
 @version V1.0
 
 
 */
曹云霄's avatar
曹云霄 committed
2468
@interface TOGoodsLabelCategoryEntity : JSONModel
勾芒's avatar
勾芒 committed
2469
/**
勾芒's avatar
勾芒 committed
2470
 * 方法: 取得java.lang.String
2471 2472
 *
 *
曹云霄's avatar
曹云霄 committed
2473
 */
勾芒's avatar
勾芒 committed
2474
@property (nonatomic, copy) NSString *fid;
勾芒's avatar
勾芒 committed
2475 2476 2477 2478 2479
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2480
@property (nonatomic, copy) NSString *sysOrgCode;
勾芒's avatar
勾芒 committed
2481 2482 2483 2484 2485
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2486
@property (nonatomic, copy) NSString *sysCompanyCode;
勾芒's avatar
勾芒 committed
2487
/**
曹云霄's avatar
曹云霄 committed
2488
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
2489 2490 2491
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2492
@property (nonatomic, copy) NSString *code;
勾芒's avatar
勾芒 committed
2493 2494 2495 2496 2497
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518
@property (nonatomic, copy) NSString *name;
@end /* interface TOGoodsLabelCategoryEntity */



/**
 *  @Title: Entity
 @Description: 商品分类
 @author onlineGenerator
 @date 2016-05-10 10:17:53
 @version V1.0
 
 
 */
@interface TOGoodsCategoryEntity : JSONModel
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *upperName;
勾芒's avatar
勾芒 committed
2519
/**
2520 2521 2522 2523
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2524
@property (nonatomic, copy) NSString *fid;
2525
/**
曹云霄's avatar
曹云霄 committed
2526
 * 方法: 取得java.lang.String
2527 2528 2529
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2530
@property (nonatomic, copy) NSString *code;
2531 2532 2533 2534 2535
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2536
@property (nonatomic, copy) NSString *name;
2537
/**
2538
 * 方法: 取得java.lang.String
2539 2540 2541
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2542
@property (nonatomic, copy) NSString *upperId;
2543
/**
曹云霄's avatar
曹云霄 committed
2544
 * 方法: 取得java.lang.Integer
2545 2546 2547
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560
@property (nonatomic, assign) NSInteger level;
@end /* interface TOGoodsCategoryEntity */



/**
 *  经销商和商品关系表。
 
 @author Debenson
 @since 0.1
 
 */
@interface VOResellerGoodsEntity : JSONModel
2561 2562 2563 2564 2565
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2566
@property (nonatomic, copy) NSString *fid;
2567
/**
曹云霄's avatar
曹云霄 committed
2568
 * 方法: 取得java.util.Date
2569 2570 2571
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2572
@property (nonatomic, copy) NSString *createDate;
2573
/**
曹云霄's avatar
曹云霄 committed
2574
 * 方法: 取得java.util.Date
2575 2576
 *
 *
2577
 */
曹云霄's avatar
曹云霄 committed
2578
@property (nonatomic, copy) NSString *onlineTime;
2579
/**
2580
 * 方法: 取得java.lang.String
2581 2582 2583
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2584
@property (nonatomic, copy) NSString *company;
2585
/**
曹云霄's avatar
曹云霄 committed
2586
 * 方法: 取得java.lang.String
2587 2588
 *
 *
勾芒's avatar
勾芒 committed
2589
 */
曹云霄's avatar
曹云霄 committed
2590
@property (nonatomic, copy) NSString *code;
2591
/**
曹云霄's avatar
曹云霄 committed
2592
 * 方法: 取得java.lang.String
2593 2594
 *
 *
曹云霄's avatar
曹云霄 committed
2595
 */
曹云霄's avatar
曹云霄 committed
2596
@property (nonatomic, copy) NSString *name;
2597
/**
勾芒's avatar
勾芒 committed
2598
 * 方法: 取得java.lang.String
2599 2600
 *
 *
曹云霄's avatar
曹云霄 committed
2601
 */
曹云霄's avatar
曹云霄 committed
2602
@property (nonatomic, copy) NSString *number;
2603
/**
曹云霄's avatar
曹云霄 committed
2604
 * 方法: 取得java.lang.String
2605 2606
 *
 *
曹云霄's avatar
曹云霄 committed
2607
 */
曹云霄's avatar
曹云霄 committed
2608
@property (nonatomic, copy) NSString *categoryId;
2609
/**
曹云霄's avatar
曹云霄 committed
2610
 * 方法: 取得java.lang.String
2611 2612
 *
 *
曹云霄's avatar
曹云霄 committed
2613
 */
曹云霄's avatar
曹云霄 committed
2614
@property (nonatomic, copy) NSString *brandId;
2615
/**
曹云霄's avatar
曹云霄 committed
2616
 * 方法: 取得java.lang.String
2617 2618
 *
 *
曹云霄's avatar
曹云霄 committed
2619
 */
曹云霄's avatar
曹云霄 committed
2620
@property (nonatomic, copy) NSString *keyword;
2621
/**
曹云霄's avatar
曹云霄 committed
2622
 * 方法: 取得java.math.BigDecimal
2623 2624
 *
 *
曹云霄's avatar
曹云霄 committed
2625
 */
曹云霄's avatar
曹云霄 committed
2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638
@property (nonatomic, strong) NSNumber *guidePrice;
/**
 * 方法: 取得java.math.BigDecimal
 *
 *
 */
@property (nonatomic, strong) NSNumber *tagPrice;
/**
 * 方法: 取得java.math.BigDecimal
 *
 *
 */
@property (nonatomic, strong) NSNumber *costPrice;
2639
/**
曹云霄's avatar
曹云霄 committed
2640
 * 方法: 取得java.lang.String
2641 2642
 *
 *
曹云霄's avatar
曹云霄 committed
2643
 */
曹云霄's avatar
曹云霄 committed
2644
@property (nonatomic, copy) NSString *state;
2645
/**
曹云霄's avatar
曹云霄 committed
2646
 * 方法: 取得java.lang.Integer
2647 2648 2649
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2650
@property (nonatomic, assign) NSInteger inv;
2651
/**
曹云霄's avatar
曹云霄 committed
2652
 * 方法: 取得java.lang.String
2653 2654 2655
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2656
@property (nonatomic, copy) NSString *detailedIntro;
2657
/**
曹云霄's avatar
曹云霄 committed
2658
 * 方法: 取得java.lang.Double
2659 2660 2661
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2662
@property (nonatomic, assign) double weight;
2663
/**
曹云霄's avatar
曹云霄 committed
2664 2665 2666
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
2667
 */
曹云霄's avatar
曹云霄 committed
2668
@property (nonatomic, copy) NSString *unit;
2669
/**
曹云霄's avatar
曹云霄 committed
2670
 * 方法: 取得java.lang.String
2671 2672 2673
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2674
@property (nonatomic, copy) NSString *productProfile;
2675 2676 2677 2678 2679
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2680
@property (nonatomic, copy) NSString *power;
2681 2682
/**
 * 方法: 取得java.lang.String
2683 2684
 *
 *
曹云霄's avatar
曹云霄 committed
2685
 */
曹云霄's avatar
曹云霄 committed
2686
@property (nonatomic, copy) NSString *colorTemperature;
2687 2688 2689 2690 2691
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2692
@property (nonatomic, copy) NSString *spec;
2693
/**
曹云霄's avatar
曹云霄 committed
2694
 * 方法: 取得java.lang.String
2695 2696
 *
 *
曹云霄's avatar
曹云霄 committed
2697
 */
曹云霄's avatar
曹云霄 committed
2698
@property (nonatomic, copy) NSString *function;
2699
/**
勾芒's avatar
勾芒 committed
2700
 * 方法: 取得java.lang.String
2701 2702 2703
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2704
@property (nonatomic, copy) NSString *material;
2705
/**
曹云霄's avatar
曹云霄 committed
2706 2707 2708
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
2709
 */
曹云霄's avatar
曹云霄 committed
2710
@property (nonatomic, copy) NSString *lightSource;
2711
/**
曹云霄's avatar
曹云霄 committed
2712
 * 方法: 取得java.lang.String
2713 2714
 *
 *
曹云霄's avatar
曹云霄 committed
2715
 */
曹云霄's avatar
曹云霄 committed
2716 2717 2718 2719 2720 2721 2722
@property (nonatomic, copy) NSString *goodsStyle;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *series;
2723
/**
2724
 * 方法: 取得java.lang.String
2725 2726
 *
 *
曹云霄's avatar
曹云霄 committed
2727
 */
曹云霄's avatar
曹云霄 committed
2728
@property (nonatomic, copy) NSString *area;
2729
/**
2730
 * 方法: 取得java.lang.String
2731 2732
 *
 *
曹云霄's avatar
曹云霄 committed
2733
 */
曹云霄's avatar
曹云霄 committed
2734
@property (nonatomic, copy) NSString *size;
2735
/**
曹云霄's avatar
曹云霄 committed
2736
 * 方法: 取得java.lang.String
2737 2738
 *
 *
曹云霄's avatar
曹云霄 committed
2739
 */
曹云霄's avatar
曹云霄 committed
2740
@property (nonatomic, copy) NSString *space;
2741
/**
2742
 * 方法: 取得java.lang.String
2743 2744 2745
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2746
@property (nonatomic, copy) NSString *installMethod;
2747 2748 2749 2750 2751
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2752
@property (nonatomic, copy) NSString *lightNumber;
2753
/**
勾芒's avatar
勾芒 committed
2754
 * 方法: 取得java.lang.String
2755 2756 2757
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2758
@property (nonatomic, copy) NSString *pictures;
勾芒's avatar
勾芒 committed
2759 2760 2761 2762 2763
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2764
@property (nonatomic, copy) NSString *barcode;
勾芒's avatar
勾芒 committed
2765
/**
曹云霄's avatar
曹云霄 committed
2766
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
2767 2768 2769
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2770
@property (nonatomic, copy) NSString *resellerId;
勾芒's avatar
勾芒 committed
2771
/**
曹云霄's avatar
曹云霄 committed
2772
 * (no documentation provided)
勾芒's avatar
勾芒 committed
2773 2774 2775
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2776
@property (nonatomic, copy) NSString *categoryName;
2777
/**
曹云霄's avatar
曹云霄 committed
2778
 * (no documentation provided)
2779 2780 2781
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2782 2783
@property (nonatomic, copy) NSString *brandName;
@end /* interface VOResellerGoodsEntity */
2784 2785 2786



2787
/**
2788
 *  @Title: Entity
2789
 @Description: t_o_goods
2790
 @author onlineGenerator
2791
 @date 2016-05-12 15:44:01
2792 2793 2794
 @version V1.0
 
 
2795
 */
2796
@interface TOGoodsEntity : JSONModel
2797
/**
2798
 * (no documentation provided)
2799 2800
 *
 *
2801
 */
2802
@property (nonatomic, assign) NSInteger resellerInv;
2803
/**
2804
 * (no documentation provided)
2805 2806 2807
 *
 *
 */
2808
@property (nonatomic, strong) NSNumber *resellerTagPrice;
2809
/**
2810
 * (no documentation provided)
2811 2812 2813
 *
 *
 */
2814
@property (nonatomic, copy) NSString *resellerState;
2815
/**
2816
 * (no documentation provided)
2817 2818 2819
 *
 *
 */
2820
@property (nonatomic, copy) NSString *categoryName;
2821
/**
2822
 * (no documentation provided)
2823 2824 2825
 *
 *
 */
2826
@property (nonatomic, copy) NSString *brandName;
2827 2828 2829 2830 2831
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
2832
@property (nonatomic, copy) NSString *fid;
2833
/**
勾芒's avatar
勾芒 committed
2834
 * 方法: 取得java.util.Date
2835 2836 2837
 *
 *
 */
勾芒's avatar
勾芒 committed
2838
@property (nonatomic, copy) NSString *createDate;
2839
/**
勾芒's avatar
勾芒 committed
2840
 * 方法: 取得java.util.Date
2841 2842 2843
 *
 *
 */
勾芒's avatar
勾芒 committed
2844
@property (nonatomic, copy) NSString *onlineTime;
2845
/**
曹云霄's avatar
曹云霄 committed
2846
 * 方法: 取得java.lang.String
2847 2848 2849
 *
 *
 */
勾芒's avatar
勾芒 committed
2850
@property (nonatomic, copy) NSString *company;
2851
/**
曹云霄's avatar
曹云霄 committed
2852
 * 方法: 取得java.lang.String
2853 2854
 *
 *
曹云霄's avatar
曹云霄 committed
2855
 */
勾芒's avatar
勾芒 committed
2856
@property (nonatomic, copy) NSString *code;
2857 2858 2859 2860 2861
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
2862
@property (nonatomic, copy) NSString *name;
2863 2864 2865 2866 2867
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
2868
@property (nonatomic, copy) NSString *number;
2869
/**
勾芒's avatar
勾芒 committed
2870
 * 方法: 取得java.lang.String
2871 2872
 *
 *
曹云霄's avatar
曹云霄 committed
2873
 */
勾芒's avatar
勾芒 committed
2874
@property (nonatomic, copy) NSString *categoryId;
2875
/**
勾芒's avatar
勾芒 committed
2876
 * 方法: 取得java.lang.String
2877 2878 2879
 *
 *
 */
勾芒's avatar
勾芒 committed
2880
@property (nonatomic, copy) NSString *brandId;
2881 2882 2883 2884 2885
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
2886
@property (nonatomic, copy) NSString *keyword;
2887
/**
勾芒's avatar
勾芒 committed
2888
 * 方法: 取得java.math.BigDecimal
2889 2890 2891
 *
 *
 */
勾芒's avatar
勾芒 committed
2892
@property (nonatomic, strong) NSNumber *guidePrice;
2893
/**
勾芒's avatar
勾芒 committed
2894 2895 2896
 * 方法: 取得java.math.BigDecimal
 *
 *
2897
 */
勾芒's avatar
勾芒 committed
2898
@property (nonatomic, strong) NSNumber *tagPrice;
2899
/**
勾芒's avatar
勾芒 committed
2900
 * 方法: 取得java.math.BigDecimal
2901 2902 2903
 *
 *
 */
勾芒's avatar
勾芒 committed
2904
@property (nonatomic, strong) NSNumber *costPrice;
2905
/**
勾芒's avatar
勾芒 committed
2906
 * 方法: 取得java.lang.String
2907 2908
 *
 *
曹云霄's avatar
曹云霄 committed
2909
 */
勾芒's avatar
勾芒 committed
2910
@property (nonatomic, copy) NSString *state;
2911
/**
勾芒's avatar
勾芒 committed
2912
 * 方法: 取得java.lang.Integer
2913 2914
 *
 *
曹云霄's avatar
曹云霄 committed
2915
 */
2916
@property (nonatomic, assign) NSInteger inv;
2917
/**
勾芒's avatar
勾芒 committed
2918
 * 方法: 取得java.lang.String
2919 2920
 *
 *
曹云霄's avatar
曹云霄 committed
2921
 */
勾芒's avatar
勾芒 committed
2922
@property (nonatomic, copy) NSString *detailedIntro;
2923
/**
勾芒's avatar
勾芒 committed
2924
 * 方法: 取得java.lang.Double
2925 2926 2927
 *
 *
 */
2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012
@property (nonatomic, assign) double weight;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *unit;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *productProfile;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *power;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *colorTemperature;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *spec;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *function;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *material;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *lightSource;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *goodsStyle;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *series;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *area;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *size;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *space;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *installMethod;
勾芒's avatar
勾芒 committed
3013 3014 3015 3016 3017
/**
 * 方法: 取得java.lang.String
 *
 *
 */
3018
@property (nonatomic, copy) NSString *lightNumber;
勾芒's avatar
勾芒 committed
3019
/**
勾芒's avatar
勾芒 committed
3020
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
3021 3022 3023
 *
 *
 */
3024
@property (nonatomic, copy) NSString *pictures;
3025
/**
勾芒's avatar
勾芒 committed
3026
 * 方法: 取得java.lang.String
3027 3028 3029
 *
 *
 */
3030
@property (nonatomic, copy) NSString *barcode;
3031
/**
3032 3033
 * (no documentation provided)
 * @see TOGoodsForResellerEntity
3034
 *
曹云霄's avatar
曹云霄 committed
3035
 */
3036 3037 3038 3039 3040 3041 3042
@property (nonatomic, strong) NSArray<TOGoodsForResellerEntity> *goodsResellerList;
@end /* interface TOGoodsEntity */



/**
 *  @Title: Entity
曹云霄's avatar
曹云霄 committed
3043
 @Description: 导购分成表
3044
 @author onlineGenerator
曹云霄's avatar
曹云霄 committed
3045
 @date 2016-05-16 16:15:27
3046 3047 3048 3049
 @version V1.0
 
 
 */
曹云霄's avatar
曹云霄 committed
3050
@interface TOCommissionHistEntity : JSONModel
3051
/**
曹云霄's avatar
曹云霄 committed
3052
 * 方法: 取得java.lang.String
3053 3054
 *
 *
曹云霄's avatar
曹云霄 committed
3055
 */
3056
@property (nonatomic, copy) NSString *fid;
3057
/**
曹云霄's avatar
曹云霄 committed
3058
 * 方法: 取得java.lang.String
3059 3060
 *
 *
曹云霄's avatar
曹云霄 committed
3061
 */
3062
@property (nonatomic, copy) NSString *createName;
3063
/**
3064
 * 方法: 取得java.util.Date
3065 3066
 *
 *
曹云霄's avatar
曹云霄 committed
3067
 */
3068
@property (nonatomic, copy) NSString *createDate;
3069
/**
勾芒's avatar
勾芒 committed
3070 3071 3072
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
3073
 */
曹云霄's avatar
曹云霄 committed
3074
@property (nonatomic, copy) NSString *updateName;
3075 3076 3077 3078 3079
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
3080
@property (nonatomic, copy) NSString *updateBy;
3081 3082 3083 3084 3085
/**
 * 方法: 取得java.util.Date
 *
 *
 */
曹云霄's avatar
曹云霄 committed
3086
@property (nonatomic, copy) NSString *updateDate;
3087 3088 3089 3090 3091
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
3092
@property (nonatomic, copy) NSString *resellerCode;
3093 3094 3095 3096 3097
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
3098
@property (nonatomic, copy) NSString *employeeId;
3099 3100 3101 3102 3103
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
3104
@property (nonatomic, copy) NSString *orderId;
3105
/**
曹云霄's avatar
曹云霄 committed
3106
 * 方法: 取得java.math.BigDecimal
3107 3108 3109
 *
 *
 */
曹云霄's avatar
曹云霄 committed
3110
@property (nonatomic, strong) NSNumber *amount;
3111 3112 3113 3114 3115
/**
 * 方法: 取得java.math.BigDecimal
 *
 *
 */
曹云霄's avatar
曹云霄 committed
3116
@property (nonatomic, strong) NSNumber *afteramount;
3117 3118 3119 3120 3121
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
3122
@property (nonatomic, copy) NSString *remark;
3123
/**
曹云霄's avatar
曹云霄 committed
3124
 * 方法: 设置java.lang.String
3125 3126 3127
 *
 *
 */
曹云霄's avatar
曹云霄 committed
3128
@property (nonatomic, copy) NSString *orderNumber;
3129
/**
曹云霄's avatar
曹云霄 committed
3130
 * (no documentation provided)
3131 3132 3133
 *
 *
 */
曹云霄's avatar
曹云霄 committed
3134
@property (nonatomic, copy) NSString *employeeName;
3135
/**
曹云霄's avatar
曹云霄 committed
3136
 * 方法: 设置java.lang.String
3137 3138 3139
 *
 *
 */
曹云霄's avatar
曹云霄 committed
3140 3141
@property (nonatomic, copy) NSString *state;
@end /* interface TOCommissionHistEntity */
勾芒's avatar
勾芒 committed
3142 3143 3144



曹云霄's avatar
曹云霄 committed
3145
/**
3146
 *  商品分享返回数据。
曹云霄's avatar
曹云霄 committed
3147
 
3148 3149
 @author Debenson
 @since 0.1
曹云霄's avatar
曹云霄 committed
3150 3151
 
 */
3152
@interface RsShareResponse : JSONModel
曹云霄's avatar
曹云霄 committed
3153
/**
3154
 * 分享记录标识
曹云霄's avatar
曹云霄 committed
3155 3156 3157
 *
 *
 */
3158
@property (nonatomic, copy) NSString *shareId;
3159
/**
3160
 * 分享页面链接
3161 3162 3163
 *
 *
 */
3164 3165
@property (nonatomic, copy) NSString *url;
@end /* interface RsShareResponse */
曹云霄's avatar
曹云霄 committed
3166 3167 3168



勾芒's avatar
勾芒 committed
3169
/**
3170
 *  @author Debenson
3171
 @since 0.1
勾芒's avatar
勾芒 committed
3172 3173
 
 */
3174
@interface DeleteCartRequest : JSONModel
3175
/**
3176 3177
 * 购物车标识列表
 * @see NSString
3178 3179
 *
 */
3180 3181
@property (nonatomic, strong) NSArray<NSString *> *cartIds;
@end /* interface DeleteCartRequest */
3182 3183 3184



3185
/**
3186
 *  @author Administrator
3187 3188
 @since 0.1
 
曹云霄's avatar
曹云霄 committed
3189
 */
3190
@interface SceneCondition : JSONModel
3191
/**
3192 3193
 * 查询条件:风格
 *
3194
 *
曹云霄's avatar
曹云霄 committed
3195
 */
3196
@property (nonatomic, copy) NSString *styleEquals;
3197
/**
3198
 * 查询条件:空间
3199
 *
勾芒's avatar
勾芒 committed
3200 3201
 *
 */
3202
@property (nonatomic, copy) NSString *spaceEquals;
3203
/**
3204
 * (no documentation provided)
3205
 *
3206
 *
曹云霄's avatar
曹云霄 committed
3207
 */
3208 3209
@property (nonatomic, strong) DataPage *page;
@end /* interface SceneCondition */
勾芒's avatar
勾芒 committed
3210 3211 3212



3213
/**
3214
 *  @author wolv
3215
 
3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238
 
 */
@interface RsPrizeBill : JSONModel
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, strong) TOPrizeEntity *bill;
/**
 * (no documentation provided)
 * @see TOPrizeBillDetailsEntity
 *
 */
@property (nonatomic, strong) NSArray<TOPrizeBillDetailsEntity> *details;
@end /* interface RsPrizeBill */



/**
 *  订单支付
 
 @author wsx
勾芒's avatar
勾芒 committed
3239 3240 3241
 @since 0.1
 
 */
3242
@interface PromotionGoods : JSONModel
勾芒's avatar
勾芒 committed
3243
/**
3244
 *
勾芒's avatar
勾芒 committed
3245 3246 3247
 *
 *
 */
3248
@property (nonatomic, strong) UCN *goods;
勾芒's avatar
勾芒 committed
3249
/**
3250
 *
勾芒's avatar
勾芒 committed
3251 3252 3253
 *
 *
 */
3254 3255 3256 3257 3258
@property (nonatomic, strong) NSNumber *promotionNumber;
@end /* interface PromotionGoods */



3259
/**
3260 3261 3262 3263 3264 3265 3266
 *  @author Flash
 @since 0.1
 
 */
@interface OrderBill : JSONModel
/**
 * (no documentation provided)
3267
 *
3268 3269
 *
 */
3270
@property (nonatomic, strong) DataPage *datapage;
3271
/**
3272
 * (no documentation provided)
3273 3274 3275
 *
 *
 */
3276
@property (nonatomic, strong) TOOrderEntity *order;
3277
/**
3278 3279 3280 3281 3282 3283 3284
 * (no documentation provided)
 * @see TOOrderdetailEntity
 *
 */
@property (nonatomic, strong) NSArray<TOOrderdetailEntity> *orderdetailList;
/**
 * (no documentation provided)
3285 3286 3287
 *
 *
 */
3288 3289 3290 3291 3292 3293 3294 3295
@property (nonatomic, strong) TOConsumerEntity *consumer;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, strong) TOEmployee *employee;
@end /* interface OrderBill */
3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306



/**
 *  查询京东E卡对象
 
 @author nevermore
 @since 0.1
 
 */
@interface GroupByOrderNumber : JSONModel
勾芒's avatar
勾芒 committed
3307 3308
/**
 * (no documentation provided)
3309
 *
勾芒's avatar
勾芒 committed
3310 3311
 *
 */
3312
@property (nonatomic, copy) NSString *orderNumber;
勾芒's avatar
勾芒 committed
3313
/**
勾芒's avatar
勾芒 committed
3314
 * (no documentation provided)
勾芒's avatar
勾芒 committed
3315
 *
3316 3317
 *
 */
3318
@property (nonatomic, copy) NSString *orderTime;
勾芒's avatar
勾芒 committed
3319 3320 3321 3322 3323
/**
 * (no documentation provided)
 *
 *
 */
3324 3325 3326 3327 3328 3329
@property (nonatomic, copy) NSString *orderReceiptUrl;
/**
 * (no documentation provided)
 * @see TOJingdongEcardEntity
 *
 */
曹云霄's avatar
曹云霄 committed
3330
@property (nonatomic, strong) NSArray<TOJingdongEcardEntity> *eCards;
3331
@end /* interface GroupByOrderNumber */
曹云霄's avatar
曹云霄 committed
3332

3333

曹云霄's avatar
曹云霄 committed
3334 3335

/**
勾芒's avatar
勾芒 committed
3336 3337
 *  @author NuoSa
 
曹云霄's avatar
曹云霄 committed
3338
 @since 0.1
3339
 
曹云霄's avatar
曹云霄 committed
3340
 */
勾芒's avatar
勾芒 committed
3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383
@interface GoodsCondition : JSONModel
/**
 * 查询条件是 商品名称
 *
 *
 */
@property (nonatomic, copy) NSString *nameLike;
/**
 * 查询条件是 类型id,取值: GoodsCategory#getId()
 *
 *
 */
@property (nonatomic, copy) NSString *categoryEquals;
/**
 * 查询条件是 风格
 *
 *
 */
@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;
3384 3385
/**
 * (no documentation provided)
勾芒's avatar
勾芒 committed
3386
 *
3387
 *
曹云霄's avatar
曹云霄 committed
3388
 */
勾芒's avatar
勾芒 committed
3389 3390
@property (nonatomic, strong) DataPage *page;
@end /* interface GoodsCondition */
3391 3392 3393 3394



/**
勾芒's avatar
勾芒 committed
3395
 *  @author Administrator
3396 3397
 @since 0.1
 
曹云霄's avatar
曹云霄 committed
3398
 */
勾芒's avatar
勾芒 committed
3399
@interface DataDict : JSONModel
3400
/**
勾芒's avatar
勾芒 committed
3401
 * (no documentation provided)
3402 3403
 *
 *
曹云霄's avatar
曹云霄 committed
3404
 */
3405
@property (nonatomic, copy) NSString *typeName;
3406
/**
勾芒's avatar
勾芒 committed
3407
 * (no documentation provided)
3408 3409
 *
 *
曹云霄's avatar
曹云霄 committed
3410
 */
勾芒's avatar
勾芒 committed
3411 3412
@property (nonatomic, copy) NSString *typecode;
@end /* interface DataDict */
曹云霄's avatar
曹云霄 committed
3413

3414

曹云霄's avatar
曹云霄 committed
3415 3416 3417 3418 3419 3420

/**
 *  重置密码请求。
 
 @author Debenson
 @since 0.1
3421
 
曹云霄's avatar
曹云霄 committed
3422 3423
 */
@interface ResetPasswordRequest : JSONModel
3424
/**
曹云霄's avatar
曹云霄 committed
3425
 * 用户名
3426 3427
 *
 *
曹云霄's avatar
曹云霄 committed
3428 3429
 */
@property (nonatomic, copy) NSString *username;
3430 3431 3432 3433 3434 3435 3436
/**
 * 短信验证码,请先调用发送短信接口
 * com.gomore.opple.rest.system.RsSystemService#sendSms(String)
 *
 *
 */
@property (nonatomic, copy) NSString *smsCode;
3437
/**
曹云霄's avatar
曹云霄 committed
3438
 * 新密码
3439 3440
 *
 *
曹云霄's avatar
曹云霄 committed
3441 3442 3443 3444 3445
 */
@property (nonatomic, copy) NSString *fnewPassword;
@end /* interface ResetPasswordRequest */


3446

曹云霄's avatar
曹云霄 committed
3447 3448 3449 3450 3451
/**
 *  登录结果。
 
 @author Debenson
 @since 0.1
3452
 
曹云霄's avatar
曹云霄 committed
3453 3454
 */
@interface LoginResult : JSONModel
3455
/**
曹云霄's avatar
曹云霄 committed
3456
 * 员工
3457 3458
 *
 *
曹云霄's avatar
曹云霄 committed
3459 3460
 */
@property (nonatomic, strong) TOEmployee *employee;
3461
/**
曹云霄's avatar
曹云霄 committed
3462
 * 分成比例
3463 3464
 *
 *
曹云霄's avatar
曹云霄 committed
3465
 */
3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478
@property (nonatomic, strong) NSNumber *commissionRate;
/**
 * 提成金额
 *
 *
 */
@property (nonatomic, strong) NSNumber *commissionTotal;
/**
 * 最低分成比例
 *
 *
 */
@property (nonatomic, strong) NSNumber *lowestDiscount;
曹云霄's avatar
曹云霄 committed
3479 3480
@end /* interface LoginResult */

3481

曹云霄's avatar
曹云霄 committed
3482 3483

/**
3484 3485 3486
 *  客户查询条件。
 
 @author Debenson
曹云霄's avatar
曹云霄 committed
3487
 @since 0.1
3488
 
曹云霄's avatar
曹云霄 committed
3489 3490
 */
@interface ConsumerQueryCondition : JSONModel
勾芒's avatar
勾芒 committed
3491 3492 3493 3494 3495 3496
/**
 * 经销商代码等于
 *
 *
 */
@property (nonatomic, copy) NSString *resellerCodeEquals;
3497
/**
曹云霄's avatar
曹云霄 committed
3498
 * 名称等于
3499 3500
 *
 *
曹云霄's avatar
曹云霄 committed
3501 3502
 */
@property (nonatomic, copy) NSString *nameEquals;
3503
/**
曹云霄's avatar
曹云霄 committed
3504
 * 手机号等于
3505 3506
 *
 *
曹云霄's avatar
曹云霄 committed
3507 3508
 */
@property (nonatomic, copy) NSString *mobileEquals;
勾芒's avatar
勾芒 committed
3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520
/**
 * 创建时间起始于,格式: yyyy-MM-dd HH:mm:ss
 *
 *
 */
@property (nonatomic, copy) NSString *createTimeBegin;
/**
 * 创建时间截止于,格式: yyyy-MM-dd HH:mm:ss
 *
 *
 */
@property (nonatomic, copy) NSString *createTimeEnd;
3521
/**
曹云霄's avatar
曹云霄 committed
3522
 * 分布查询条件, 可空
3523 3524
 *
 *
曹云霄's avatar
曹云霄 committed
3525 3526 3527 3528 3529
 */
@property (nonatomic, strong) DataPage *page;
@end /* interface ConsumerQueryCondition */


3530

曹云霄's avatar
曹云霄 committed
3531 3532 3533 3534 3535
/**
 *  异常代码。
 
 @author Debenson
 @since 0.1
3536
 
曹云霄's avatar
曹云霄 committed
3537 3538
 */
@interface ExceptionCode : JSONModel
3539
/**
曹云霄's avatar
曹云霄 committed
3540
 * 异常代码
3541 3542
 *
 *
曹云霄's avatar
曹云霄 committed
3543
 */
3544
@property (nonatomic, assign) NSInteger code;
3545
/**
曹云霄's avatar
曹云霄 committed
3546
 * 异常信息
3547 3548
 *
 *
曹云霄's avatar
曹云霄 committed
3549 3550 3551 3552
 */
@property (nonatomic, copy) NSString *message;
@end /* interface ExceptionCode */

3553

曹云霄's avatar
曹云霄 committed
3554 3555

/**
曹云霄's avatar
曹云霄 committed
3556
 * (no documentation provided)
曹云霄's avatar
曹云霄 committed
3557
 */
曹云霄's avatar
曹云霄 committed
3558
@interface EarningsResponse : JSONModel
3559
/**
曹云霄's avatar
曹云霄 committed
3560
 * (no documentation provided)
3561 3562
 *
 *
曹云霄's avatar
曹云霄 committed
3563
 */
曹云霄's avatar
曹云霄 committed
3564
@property (nonatomic, strong) NSNumber *accountTotal;
3565
/**
曹云霄's avatar
曹云霄 committed
3566
 * (no documentation provided)
3567 3568
 *
 *
曹云霄's avatar
曹云霄 committed
3569
 */
曹云霄's avatar
曹云霄 committed
3570
@property (nonatomic, strong) NSNumber *yesterdayEarnings;
3571
/**
曹云霄's avatar
曹云霄 committed
3572
 * (no documentation provided)
3573 3574
 *
 *
曹云霄's avatar
曹云霄 committed
3575
 */
曹云霄's avatar
曹云霄 committed
3576
@property (nonatomic, strong) NSNumber *historyEarning;
曹云霄's avatar
曹云霄 committed
3577 3578 3579 3580 3581 3582
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, strong) NSNumber *applytotal;
曹云霄's avatar
曹云霄 committed
3583
@end /* interface EarningsResponse */
曹云霄's avatar
曹云霄 committed
3584 3585 3586



3587
/**
曹云霄's avatar
曹云霄 committed
3588 3589 3590
 *  @author Administrator
 @since 0.1
 
曹云霄's avatar
曹云霄 committed
3591
 */
曹云霄's avatar
曹云霄 committed
3592
@interface ApplyRequest : JSONModel
3593
/**
曹云霄's avatar
曹云霄 committed
3594
 * (no documentation provided)
3595
 *
曹云霄's avatar
曹云霄 committed
3596
 *
曹云霄's avatar
曹云霄 committed
3597
 */
曹云霄's avatar
曹云霄 committed
3598 3599
@property (nonatomic, strong) NSNumber *amount;
@end /* interface ApplyRequest */
曹云霄's avatar
曹云霄 committed
3600 3601 3602 3603



/**
3604
 *  查询京东E卡分页
曹云霄's avatar
曹云霄 committed
3605
 
3606
 @author nevermore
曹云霄's avatar
曹云霄 committed
3607
 @since 0.1
3608
 
曹云霄's avatar
曹云霄 committed
3609
 */
3610
@interface RsJingDongECardResponse : PageRows
3611
/**
曹云霄's avatar
曹云霄 committed
3612
 * (no documentation provided)
3613
 * @see GroupByOrderNumber
3614
 *
曹云霄's avatar
曹云霄 committed
3615
 */
3616 3617
@property (nonatomic, strong) NSArray<GroupByOrderNumber> *list;
@end /* interface RsJingDongECardResponse */
曹云霄's avatar
曹云霄 committed
3618 3619 3620



曹云霄's avatar
曹云霄 committed
3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638
/**
 *  查询京东E卡分页
 
 @author nevermore
 @since 0.1
 
 */
@interface RsSimpleJingDongECardResponse : PageRows
/**
 * (no documentation provided)
 * @see TOJingdongEcardEntity
 *
 */
@property (nonatomic, strong) NSArray<TOJingdongEcardEntity> *list;
@end /* interface RsSimpleJingDongECardResponse */



3639
/**
3640
 *  系统用户父类表
曹云霄's avatar
曹云霄 committed
3641 3642
 @author  张代浩
 
曹云霄's avatar
曹云霄 committed
3643
 */
3644
@interface TSBaseUser : IdEntity
3645
/**
曹云霄's avatar
曹云霄 committed
3646
 * (no documentation provided)
3647 3648
 *
 *
曹云霄's avatar
曹云霄 committed
3649
 */
3650
@property (nonatomic, copy) NSString *departid;
3651
/**
曹云霄's avatar
曹云霄 committed
3652
 * (no documentation provided)
3653 3654
 *
 *
曹云霄's avatar
曹云霄 committed
3655
 */
3656
@property (nonatomic, strong) NSData *signature;
3657
/**
曹云霄's avatar
曹云霄 committed
3658
 * (no documentation provided)
3659
 *
3660
 *
曹云霄's avatar
曹云霄 committed
3661
 */
3662
@property (nonatomic, copy) NSString *browser;
3663
/**
曹云霄's avatar
曹云霄 committed
3664
 * (no documentation provided)
3665
 *
3666
 *
曹云霄's avatar
曹云霄 committed
3667
 */
3668
@property (nonatomic, copy) NSString *userKey;
3669
/**
曹云霄's avatar
曹云霄 committed
3670
 * (no documentation provided)
3671 3672
 *
 *
曹云霄's avatar
曹云霄 committed
3673
 */
3674
@property (nonatomic, assign) short status;
3675
/**
曹云霄's avatar
曹云霄 committed
3676
 * (no documentation provided)
3677 3678
 *
 *
曹云霄's avatar
曹云霄 committed
3679
 */
3680
@property (nonatomic, assign) short activitiSync;
3681
/**
曹云霄's avatar
曹云霄 committed
3682
 * (no documentation provided)
3683 3684
 *
 *
曹云霄's avatar
曹云霄 committed
3685
 */
3686
@property (nonatomic, copy) NSString *password;
3687
/**
曹云霄's avatar
曹云霄 committed
3688
 * (no documentation provided)
曹云霄's avatar
曹云霄 committed
3689
 *
3690
 *
曹云霄's avatar
曹云霄 committed
3691
 */
3692
@property (nonatomic, copy) NSString *userName;
3693
/**
曹云霄's avatar
曹云霄 committed
3694
 * (no documentation provided)
3695 3696
 *
 *
曹云霄's avatar
曹云霄 committed
3697
 */
3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711
@property (nonatomic, copy) NSString *realName;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, strong) TSDepart *currentDepart;
/**
 * (no documentation provided)
 * @see TSUserOrg
 *
 */
@property (nonatomic, strong) NSArray<TSUserOrg> *userOrgList;
@end /* interface TSBaseUser */
3712 3713 3714 3715



/**
3716
 *  部门机构表
3717 3718 3719
 @author  张代浩
 
 */
3720
@interface TSDepart : IdEntity
3721
/**
曹云霄's avatar
曹云霄 committed
3722
 * (no documentation provided)
3723 3724
 *
 *
曹云霄's avatar
曹云霄 committed
3725
 */
3726
@property (nonatomic, strong) TSDepart *TSPDepart;
3727
/**
曹云霄's avatar
曹云霄 committed
3728
 * (no documentation provided)
曹云霄's avatar
曹云霄 committed
3729
 *
3730
 *
曹云霄's avatar
曹云霄 committed
3731
 */
3732
@property (nonatomic, copy) NSString *departname;
3733
/**
曹云霄's avatar
曹云霄 committed
3734
 * (no documentation provided)
3735 3736
 *
 *
曹云霄's avatar
曹云霄 committed
3737
 */
3738
@property (nonatomic, copy) NSString *fdescription;
3739
/**
曹云霄's avatar
曹云霄 committed
3740
 * (no documentation provided)
3741
 * @see TSDepart
3742
 *
曹云霄's avatar
曹云霄 committed
3743
 */
3744
@property (nonatomic, strong) NSArray<TSDepart> *TSDeparts;
3745
/**
曹云霄's avatar
曹云霄 committed
3746
 * (no documentation provided)
3747 3748
 *
 *
曹云霄's avatar
曹云霄 committed
3749
 */
3750
@property (nonatomic, copy) NSString *orgCode;
3751
/**
曹云霄's avatar
曹云霄 committed
3752
 * (no documentation provided)
3753 3754
 *
 *
曹云霄's avatar
曹云霄 committed
3755
 */
3756
@property (nonatomic, copy) NSString *orgType;
3757
/**
曹云霄's avatar
曹云霄 committed
3758
 * (no documentation provided)
3759 3760
 *
 *
曹云霄's avatar
曹云霄 committed
3761
 */
3762
@property (nonatomic, copy) NSString *mobile;
曹云霄's avatar
曹云霄 committed
3763 3764 3765 3766 3767
/**
 * (no documentation provided)
 *
 *
 */
3768
@property (nonatomic, copy) NSString *fax;
曹云霄's avatar
曹云霄 committed
3769 3770
/**
 * (no documentation provided)
3771
 *
曹云霄's avatar
曹云霄 committed
3772 3773
 *
 */
3774 3775 3776 3777 3778
@property (nonatomic, copy) NSString *address;
@end /* interface TSDepart */



3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803
/**
 *  用户-组织机构 实体
 <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 */


3804

曹云霄's avatar
曹云霄 committed
3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822
/**
 *  查询抽奖结果分页
 
 @author nevermore
 @since 0.1
 
 */
@interface RsLotteryResponse : PageRows
/**
 * (no documentation provided)
 * @see RsAwardDraw
 *
 */
@property (nonatomic, strong) NSArray<RsAwardDraw> *list;
@end /* interface RsLotteryResponse */



3823
/**
3824 3825 3826
 *  购物车返回对象
 
 @author Flash
3827 3828 3829
 @since 0.1
 
 */
3830
@interface ShopCartResponse : PageRows
3831 3832
/**
 * (no documentation provided)
3833
 * @see TOShopcartEntity
3834 3835
 *
 */
3836 3837
@property (nonatomic, strong) NSArray<TOShopcartEntity> *shopcart;
@end /* interface ShopCartResponse */
3838 3839 3840



3841
/**
3842
 *  @author Administrator
3843 3844 3845
 @since 0.1
 
 */
3846
@interface SceneResponse : PageRows
3847 3848
/**
 * (no documentation provided)
3849
 * @see TOSceneEntity
3850 3851
 *
 */
3852 3853
@property (nonatomic, strong) NSArray<TOSceneEntity> *list;
@end /* interface SceneResponse */
3854 3855 3856



3857
/**
3858
 *  订单返回对象
3859
 
3860
 @author wsx
3861 3862 3863
 @since 0.1
 
 */
3864
@interface OrderResponse : PageRows
3865 3866
/**
 * (no documentation provided)
3867
 * @see OrderBill
3868 3869
 *
 */
3870 3871
@property (nonatomic, strong) NSArray<OrderBill> *orderBillList;
@end /* interface OrderResponse */
3872 3873


曹云霄's avatar
曹云霄 committed
3874

3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898
/**
 *  查询抽奖结果分页
 
 @author nevermore
 @since 0.1
 
 */
@interface RsAwardDraw : PageRows
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, strong) TODrawEntity *draw;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, strong) TOAwardEntity *award;
@end /* interface RsAwardDraw */



曹云霄's avatar
曹云霄 committed
3899 3900 3901 3902
/**
 *  @author NuoSa
 
 @since 0.1
3903
 
曹云霄's avatar
曹云霄 committed
3904 3905
 */
@interface GoodsResponse : PageRows
3906
/**
曹云霄's avatar
曹云霄 committed
3907 3908
 * 商品列表
 * @see TOGoodsEntity
3909
 *
曹云霄's avatar
曹云霄 committed
3910 3911 3912 3913
 */
@property (nonatomic, strong) NSArray<TOGoodsEntity> *goodsEntity;
@end /* interface GoodsResponse */

3914

曹云霄's avatar
曹云霄 committed
3915 3916 3917 3918 3919 3920

/**
 *  客户分页查询结果。
 
 @author Debenson
 @since 0.1
3921
 
曹云霄's avatar
曹云霄 committed
3922 3923
 */
@interface ConsumerPageResult : PageRows
3924
/**
曹云霄's avatar
曹云霄 committed
3925 3926
 * 客户列表
 * @see TOConsumerEntity
3927
 *
曹云霄's avatar
曹云霄 committed
3928 3929 3930 3931 3932
 */
@property (nonatomic, strong) NSArray<TOConsumerEntity> *results;
@end /* interface ConsumerPageResult */


3933

曹云霄's avatar
曹云霄 committed
3934
/**
曹云霄's avatar
曹云霄 committed
3935 3936 3937
 *  流水明细分页查询结果
 
 @author nevermore
曹云霄's avatar
曹云霄 committed
3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952
 @since 0.1
 
 */
@interface RsCommissionResponse : PageRows
/**
 * (no documentation provided)
 * @see TOCommissionHistEntity
 *
 */
@property (nonatomic, strong) NSArray<TOCommissionHistEntity> *list;
@end /* interface RsCommissionResponse */



/**
曹云霄's avatar
曹云霄 committed
3953 3954 3955 3956 3957
 *  查询提现进度分页
 
 @author nevermore
 @since 0.1
 
曹云霄's avatar
曹云霄 committed
3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969
 */
@interface RsApplyBillResponse : PageRows
/**
 * (no documentation provided)
 * @see TOApplyBillEntity
 *
 */
@property (nonatomic, strong) NSArray<TOApplyBillEntity> *list;
@end /* interface RsApplyBillResponse */



曹云霄's avatar
曹云霄 committed
3970 3971
/**
 *  系统用户表
勾芒's avatar
勾芒 committed
3972 3973
 
 @author 张代浩
3974
 
曹云霄's avatar
曹云霄 committed
3975 3976
 */
@interface TSUser : TSBaseUser
3977
/**
曹云霄's avatar
曹云霄 committed
3978
 * (no documentation provided)
3979 3980
 *
 *
曹云霄's avatar
曹云霄 committed
3981 3982
 */
@property (nonatomic, copy) NSString *signatureFile;
3983
/**
曹云霄's avatar
曹云霄 committed
3984
 * (no documentation provided)
3985 3986
 *
 *
曹云霄's avatar
曹云霄 committed
3987 3988
 */
@property (nonatomic, copy) NSString *mobilePhone;
3989
/**
曹云霄's avatar
曹云霄 committed
3990
 * (no documentation provided)
3991 3992
 *
 *
曹云霄's avatar
曹云霄 committed
3993 3994
 */
@property (nonatomic, copy) NSString *officePhone;
3995
/**
曹云霄's avatar
曹云霄 committed
3996
 * (no documentation provided)
3997 3998
 *
 *
曹云霄's avatar
曹云霄 committed
3999 4000
 */
@property (nonatomic, copy) NSString *email;
4001
/**
曹云霄's avatar
曹云霄 committed
4002
 * 方法: 取得java.util.Date
4003 4004
 *
 *
曹云霄's avatar
曹云霄 committed
4005
 */
勾芒's avatar
勾芒 committed
4006
@property (nonatomic, copy) NSString *createDate;
4007
/**
曹云霄's avatar
曹云霄 committed
4008
 * 方法: 取得java.lang.String
4009 4010
 *
 *
曹云霄's avatar
曹云霄 committed
4011 4012
 */
@property (nonatomic, copy) NSString *createBy;
4013
/**
曹云霄's avatar
曹云霄 committed
4014
 * 方法: 取得java.lang.String
4015 4016
 *
 *
曹云霄's avatar
曹云霄 committed
4017 4018
 */
@property (nonatomic, copy) NSString *createName;
4019
/**
曹云霄's avatar
曹云霄 committed
4020
 * 方法: 取得java.util.Date
4021 4022
 *
 *
曹云霄's avatar
曹云霄 committed
4023
 */
勾芒's avatar
勾芒 committed
4024
@property (nonatomic, copy) NSString *updateDate;
4025
/**
曹云霄's avatar
曹云霄 committed
4026
 * 方法: 取得java.lang.String
4027 4028
 *
 *
曹云霄's avatar
曹云霄 committed
4029 4030
 */
@property (nonatomic, copy) NSString *updateBy;
4031
/**
曹云霄's avatar
曹云霄 committed
4032
 * 方法: 取得java.lang.String
4033 4034
 *
 *
曹云霄's avatar
曹云霄 committed
4035 4036
 */
@property (nonatomic, copy) NSString *updateName;
勾芒's avatar
勾芒 committed
4037 4038 4039 4040 4041 4042
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *position;
曹云霄's avatar
曹云霄 committed
4043 4044
@end /* interface TSUser */

4045

曹云霄's avatar
曹云霄 committed
4046 4047 4048 4049 4050 4051

/**
 *  经销商员工。
 
 @author Debenson
 @since 0.1
4052
 
曹云霄's avatar
曹云霄 committed
4053 4054
 */
@interface TOEmployee : TSUser
4055
/**
曹云霄's avatar
曹云霄 committed
4056
 * 职位编码列表, (多个职位编码用逗号分隔,非必填)
4057 4058
 *
 *
曹云霄's avatar
曹云霄 committed
4059 4060
 */
@property (nonatomic, copy) NSString *positions;
勾芒's avatar
勾芒 committed
4061 4062 4063 4064 4065 4066
/**
 * 个人头像
 *
 *
 */
@property (nonatomic, copy) NSString *picture;
4067 4068 4069 4070 4071 4072
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *positionsName;
曹云霄's avatar
曹云霄 committed
4073 4074 4075
@end /* interface TOEmployee */