opple_objc_json_client.h 67.8 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 802 803 804 805 806 807 808 809 810 811 812 813 814

/**
 * 微信卡券卡号
 *
 *
 */
@property (nonatomic, copy) NSString *wxcardNumber;
/**
 * 微信卡券面额
 *
 *
 */
@property (nonatomic, strong) NSNumber *wxcardDenomation;

815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851
/**
 * 抵扣优先级
 *
 *
 */
@property (nonatomic, assign) NSInteger deductionPrority;
/**
 * 赠送商品优��级
 *
 *
 */
@property (nonatomic, assign) NSInteger goodsPrority;
/**
 * 京东E卡优先级
 *
 *
 */
@property (nonatomic, assign) NSInteger JDEcardsPrority;
/**
 * 消费者抽奖结果优先级
 *
 *
 */
@property (nonatomic, assign) NSInteger drawPrority;
/**
 * 导购抽奖主题优先级
 *
 *
 */
@property (nonatomic, assign) NSInteger lotteryPrority;
/**
 * 微信卡券优先级
 *
 *
 */
@property (nonatomic, assign) NSInteger wxCardPrority;

852
@end /* interface OrderPayRequest */
853 854


勾芒's avatar
勾芒 committed
855

856
/**
857
 *  @author wolv
858
 
859 860
 
 */
861
@interface PrizeCondition : JSONModel
862
/**
863
 * (no documentation provided)
864
 *
865
 *
866 867 868 869 870
 */
@property (nonatomic, copy) NSString *codeLike;
/**
 * (no documentation provided)
 *
871
 *
872
 */
873
@property (nonatomic, copy) NSString *nameLike;
874
/**
875
 * (no documentation provided)
876
 *
877
 *
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894
 */
@property (nonatomic, strong) DataPage *page;
@end /* interface PrizeCondition */



/**
 *  促销计算结果。
 
 @author Debenson
 @since 0.1
 
 */
@interface RsActionResult : JSONModel
/**
 * 结果集合,空集合表示没有促销。
 * @see Action
895 896
 *
 */
897 898
@property (nonatomic, strong) NSArray<Action> *actions;
@end /* interface RsActionResult */
899 900 901



勾芒's avatar
勾芒 committed
902 903 904 905 906
/**
 *  @author Administrator
 @since 0.1
 
 */
勾芒's avatar
勾芒 committed
907
@interface SceneFilter : JSONModel
勾芒's avatar
勾芒 committed
908 909
/**
 * (no documentation provided)
勾芒's avatar
勾芒 committed
910
 * @see DataDict
勾芒's avatar
勾芒 committed
911 912
 *
 */
勾芒's avatar
勾芒 committed
913 914 915 916 917 918 919 920
@property (nonatomic, strong) NSArray<DataDict> *styles;
/**
 * (no documentation provided)
 * @see DataDict
 *
 */
@property (nonatomic, strong) NSArray<DataDict> *space;
@end /* interface SceneFilter */
勾芒's avatar
勾芒 committed
921 922


曹云霄's avatar
曹云霄 committed
923 924

/**
925
 *  @author Administrator
勾芒's avatar
勾芒 committed
926 927 928
 @since 0.1
 
 */
929
@interface RsShippingAddrEntity : JSONModel
勾芒's avatar
勾芒 committed
930
/**
931 932
 * (no documentation provided)
 * @see TOShippingAddrEntity
勾芒's avatar
勾芒 committed
933 934
 *
 */
935 936
@property (nonatomic, strong) NSArray<TOShippingAddrEntity> *list;
@end /* interface RsShippingAddrEntity */
勾芒's avatar
勾芒 committed
937 938 939 940



/**
941
 *  @author Debenson
勾芒's avatar
勾芒 committed
942 943 944
 @since 0.1
 
 */
945
@interface SaveShoppingCartRequest : JSONModel
勾芒's avatar
勾芒 committed
946 947 948 949 950 951 952
/**
 * 消费者标识
 *
 *
 */
@property (nonatomic, copy) NSString *consumerId;
/**
953
 * 商品标识
954 955 956
 *
 *
 */
957 958 959 960 961 962 963 964
@property (nonatomic, copy) NSString *goodsId;
/**
 * 商品数量,>0表示添加, <0表示减少
 *
 *
 */
@property (nonatomic, copy) NSString *count;
@end /* interface SaveShoppingCartRequest */
勾芒's avatar
勾芒 committed
965 966 967 968



/**
969
 *  购物车查询条件。
970
 
勾芒's avatar
勾芒 committed
971 972
 @author Debenson
 @since 0.1
973
 
曹云霄's avatar
曹云霄 committed
974
 */
975
@interface ShopCartFilter : JSONModel
976
/**
977
 * 消费者标识
978 979 980
 *
 *
 */
981
@property (nonatomic, copy) NSString *consumerId;
982
/**
983
 * 分页数据
984 985 986
 *
 *
 */
987 988
@property (nonatomic, strong) DataPage *dp;
@end /* interface ShopCartFilter */
勾芒's avatar
勾芒 committed
989 990 991



992
/**
993 994 995
 *
 @Title: Entity
 @Description: 提现申请
勾芒's avatar
勾芒 committed
996
 @author onlineGenerator
997
 @date 2016-08-24 09:40:02
勾芒's avatar
勾芒 committed
998 999 1000
 @version V1.0
 
 
1001
 */
1002
@interface TOApplyBillEntity : JSONModel
1003
/**
1004
 * 方法: 取得java.lang.String
1005 1006 1007
 *
 *
 */
1008
@property (nonatomic, copy) NSString *fid;
1009
/**
1010
 * 方法: 取得java.lang.String
1011 1012 1013
 *
 *
 */
1014
@property (nonatomic, copy) NSString *createName;
1015
/**
1016
 * 方法: 取得java.lang.String
1017 1018 1019
 *
 *
 */
1020
@property (nonatomic, copy) NSString *createBy;
1021
/**
1022
 * 方法: 取得java.util.Date
1023 1024 1025
 *
 *
 */
1026
@property (nonatomic, copy) NSString *createDate;
1027
/**
曹云霄's avatar
曹云霄 committed
1028
 * 方法: 取得java.lang.String
1029 1030
 *
 *
曹云霄's avatar
曹云霄 committed
1031
 */
1032
@property (nonatomic, copy) NSString *updateName;
1033
/**
1034
 * 方法: 取得java.lang.String
1035 1036
 *
 *
曹云霄's avatar
曹云霄 committed
1037
 */
1038
@property (nonatomic, copy) NSString *updateBy;
1039
/**
1040
 * 方法: 取得java.util.Date
1041 1042
 *
 *
曹云霄's avatar
曹云霄 committed
1043
 */
1044
@property (nonatomic, copy) NSString *updateDate;
1045
/**
1046
 * 方法: 取得java.lang.String
1047 1048
 *
 *
曹云霄's avatar
曹云霄 committed
1049
 */
1050
@property (nonatomic, copy) NSString *sysOrgCode;
1051
/**
曹云霄's avatar
曹云霄 committed
1052
 * 方法: 取得java.lang.String
1053 1054
 *
 *
曹云霄's avatar
曹云霄 committed
1055
 */
1056
@property (nonatomic, copy) NSString *billNumber;
1057
/**
1058
 * 方法: 取得java.lang.String
1059 1060
 *
 *
曹云霄's avatar
曹云霄 committed
1061
 */
1062
@property (nonatomic, copy) NSString *guideId;
曹云霄's avatar
曹云霄 committed
1063
/**
1064
 * 方法: 取得java.lang.String
曹云霄's avatar
曹云霄 committed
1065 1066 1067
 *
 *
 */
1068
@property (nonatomic, copy) NSString *guideName;
1069
/**
1070
 * 方法: 取得java.math.BigDecimal
1071 1072
 *
 *
曹云霄's avatar
曹云霄 committed
1073
 */
1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093
@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 */
1094 1095 1096 1097



/**
曹云霄's avatar
曹云霄 committed
1098
 *  @Title: Entity
曹云霄's avatar
曹云霄 committed
1099
 @Description: 客户
1100
 @author onlineGenerator
曹云霄's avatar
曹云霄 committed
1101
 @date 2016-05-08 18:08:58
1102 1103 1104
 @version V1.0
 
 
曹云霄's avatar
曹云霄 committed
1105
 */
曹云霄's avatar
曹云霄 committed
1106
@interface TOConsumerEntity : JSONModel
曹云霄's avatar
曹云霄 committed
1107 1108
/**
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
1109 1110 1111
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1112
@property (nonatomic, copy) NSString *fid;
1113
/**
勾芒's avatar
勾芒 committed
1114 1115 1116
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
1117
 */
1118
@property (nonatomic, copy) NSString *createName;
勾芒's avatar
勾芒 committed
1119
/**
1120
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
1121 1122 1123
 *
 *
 */
1124
@property (nonatomic, copy) NSString *createBy;
1125
/**
1126 1127 1128 1129 1130 1131 1132 1133 1134 1135
 * 方法: 取得java.util.Date
 *
 *
 */
@property (nonatomic, copy) NSString *createDate;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1136
@property (nonatomic, copy) NSString *sysOrgCode;
1137 1138 1139 1140 1141
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1142
@property (nonatomic, copy) NSString *name;
1143 1144 1145 1146 1147
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1148
@property (nonatomic, copy) NSString *mobile;
1149
/**
曹云霄's avatar
曹云霄 committed
1150
 * 方法: 取得java.lang.String
1151 1152 1153
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1154
@property (nonatomic, copy) NSString *province;
1155 1156 1157 1158 1159
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1160
@property (nonatomic, copy) NSString *city;
1161 1162 1163 1164 1165
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1166
@property (nonatomic, copy) NSString *country;
1167 1168 1169 1170 1171
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1172
@property (nonatomic, copy) NSString *address;
1173 1174 1175 1176 1177
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1178
@property (nonatomic, copy) NSString *picture;
1179
/**
曹云霄's avatar
曹云霄 committed
1180
 * 方法: 取得java.util.Date
1181 1182 1183
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1184
@property (nonatomic, copy) NSString *lastVisitedTime;
1185 1186 1187 1188 1189
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1190 1191
@property (nonatomic, copy) NSString *company;
@end /* interface TOConsumerEntity */
1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218



/**
 * (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)
1219 1220
 *
 *
曹云霄's avatar
曹云霄 committed
1221
 */
曹云霄's avatar
曹云霄 committed
1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236
@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
1237
/**
勾芒's avatar
勾芒 committed
1238 1239 1240
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
1241
 */
曹云霄's avatar
曹云霄 committed
1242
@property (nonatomic, copy) NSString *fid;
勾芒's avatar
勾芒 committed
1243
/**
勾芒's avatar
勾芒 committed
1244
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
1245 1246 1247
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1248
@property (nonatomic, copy) NSString *createName;
1249
/**
勾芒's avatar
勾芒 committed
1250
 * 方法: 取得java.lang.String
1251 1252
 *
 *
曹云霄's avatar
曹云霄 committed
1253
 */
曹云霄's avatar
曹云霄 committed
1254
@property (nonatomic, copy) NSString *createBy;
1255
/**
曹云霄's avatar
曹云霄 committed
1256
 * 方法: 取得java.util.Date
1257 1258
 *
 *
曹云霄's avatar
曹云霄 committed
1259
 */
曹云霄's avatar
曹云霄 committed
1260
@property (nonatomic, copy) NSString *createDate;
曹云霄's avatar
曹云霄 committed
1261 1262
/**
 * 方法: 取得java.lang.String
1263 1264
 *
 *
曹云霄's avatar
曹云霄 committed
1265
 */
曹云霄's avatar
曹云霄 committed
1266
@property (nonatomic, copy) NSString *sysOrgCode;
1267
/**
勾芒's avatar
勾芒 committed
1268
 * 方法: 取得java.lang.String
1269 1270
 *
 *
曹云霄's avatar
曹云霄 committed
1271
 */
曹云霄's avatar
曹云霄 committed
1272
@property (nonatomic, copy) NSString *sysCompanyCode;
1273
/**
曹云霄's avatar
曹云霄 committed
1274
 * 方法: 取得java.lang.String
1275 1276
 *
 *
曹云霄's avatar
曹云霄 committed
1277
 */
曹云霄's avatar
曹云霄 committed
1278
@property (nonatomic, copy) NSString *code;
1279
/**
勾芒's avatar
勾芒 committed
1280
 * 方法: 取得java.lang.String
1281 1282
 *
 *
曹云霄's avatar
曹云霄 committed
1283
 */
曹云霄's avatar
曹云霄 committed
1284
@property (nonatomic, copy) NSString *name;
1285
/**
曹云霄's avatar
曹云霄 committed
1286
 * 方法: 取得java.lang.Integer
1287 1288
 *
 *
曹云霄's avatar
曹云霄 committed
1289
 */
曹云霄's avatar
曹云霄 committed
1290
@property (nonatomic, copy) NSString *state;
1291
/**
曹云霄's avatar
曹云霄 committed
1292
 * 方法: 取得java.lang.String
1293 1294
 *
 *
曹云霄's avatar
曹云霄 committed
1295
 */
曹云霄's avatar
曹云霄 committed
1296
@property (nonatomic, copy) NSString *logo;
1297 1298 1299 1300
/**
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
1301
 */
曹云霄's avatar
曹云霄 committed
1302 1303 1304 1305 1306
@property (nonatomic, copy) NSString *fdescription;
@end /* interface TOGoodsBrandEntity */



1307
/**
曹云霄's avatar
曹云霄 committed
1308 1309 1310 1311 1312 1313 1314
 *  @Title: Entity
 @Description: 商品标签
 @author onlineGenerator
 @date 2016-05-05 17:18:15
 @version V1.0
 
 
1315
 */
曹云霄's avatar
曹云霄 committed
1316
@interface TOGoodsLabelEntity : JSONModel
1317
/**
曹云霄's avatar
曹云霄 committed
1318
 * (no documentation provided)
1319 1320 1321
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1322
@property (nonatomic, strong) TOGoodsLabelCategoryEntity *category;
1323 1324 1325 1326 1327
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1328
@property (nonatomic, copy) NSString *fid;
1329 1330 1331 1332 1333
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1334
@property (nonatomic, copy) NSString *sysOrgCode;
1335 1336 1337 1338 1339
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1340
@property (nonatomic, copy) NSString *sysCompanyCode;
1341
/**
1342
 * 方法: 取得java.lang.String
1343 1344 1345
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1346
@property (nonatomic, copy) NSString *name;
1347
/**
曹云霄's avatar
曹云霄 committed
1348
 * 方法: 取得java.lang.String
1349 1350 1351
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1352 1353
@property (nonatomic, copy) NSString *categoryId;
@end /* interface TOGoodsLabelEntity */
1354 1355 1356



1357
/**
1358
 *  @Title: Entity
1359
 @Description: 京东E卡
1360
 @author onlineGenerator
1361
 @date 2016-10-18 16:34:26
1362 1363 1364
 @version V1.0
 
 
1365
 */
1366
@interface TOJingdongEcardEntity : JSONModel
1367
/**
曹云霄's avatar
曹云霄 committed
1368
 * 方法: 取得java.lang.String
1369 1370 1371
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1372
@property (nonatomic, copy) NSString *fid;
1373 1374 1375 1376 1377
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1378
@property (nonatomic, copy) NSString *createName;
1379 1380 1381 1382 1383
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1384 1385 1386 1387 1388 1389 1390
@property (nonatomic, copy) NSString *createBy;
/**
 * 方法: 取得java.util.Date
 *
 *
 */
@property (nonatomic, copy) NSString *createDate;
1391 1392 1393 1394 1395
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1396
@property (nonatomic, copy) NSString *updateName;
1397
/**
勾芒's avatar
勾芒 committed
1398
 * 方法: 取得java.lang.String
1399 1400 1401
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1402
@property (nonatomic, copy) NSString *updateBy;
勾芒's avatar
勾芒 committed
1403
/**
曹云霄's avatar
曹云霄 committed
1404
 * 方法: 取得java.util.Date
勾芒's avatar
勾芒 committed
1405 1406 1407
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1408
@property (nonatomic, copy) NSString *updateDate;
勾芒's avatar
勾芒 committed
1409
/**
曹云霄's avatar
曹云霄 committed
1410 1411 1412
 * 方法: 取得java.lang.String
 *
 *
勾芒's avatar
勾芒 committed
1413
 */
曹云霄's avatar
曹云霄 committed
1414
@property (nonatomic, copy) NSString *sysOrgCode;
勾芒's avatar
勾芒 committed
1415 1416 1417 1418 1419
/**
 * 方法: 取得java.lang.String
 *
 *
 */
1420
@property (nonatomic, copy) NSString *cardNumber;
曹云霄's avatar
曹云霄 committed
1421
/**
1422
 * 方法: 取得java.lang.String
曹云霄's avatar
曹云霄 committed
1423 1424 1425
 *
 *
 */
1426 1427 1428 1429 1430 1431 1432
@property (nonatomic, copy) NSString *cardPassword;
/**
 * 方法: 取得java.lang.Integer
 *
 *
 */
@property (nonatomic, assign) NSInteger denomation;
勾芒's avatar
勾芒 committed
1433
/**
勾芒's avatar
勾芒 committed
1434
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
1435 1436 1437
 *
 *
 */
1438
@property (nonatomic, copy) NSString *state;
勾芒's avatar
勾芒 committed
1439
/**
勾芒's avatar
勾芒 committed
1440
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
1441 1442 1443
 *
 *
 */
1444
@property (nonatomic, copy) NSString *guideId;
勾芒's avatar
勾芒 committed
1445 1446 1447 1448 1449
/**
 * 方法: 取得java.lang.String
 *
 *
 */
1450
@property (nonatomic, copy) NSString *orderNumber;
勾芒's avatar
勾芒 committed
1451 1452 1453 1454 1455
/**
 * 方法: 取得java.lang.String
 *
 *
 */
1456 1457 1458 1459 1460
@property (nonatomic, copy) NSString *orderReceiptUrl;
@end /* interface TOJingdongEcardEntity */



1461
/**
曹云霄's avatar
曹云霄 committed
1462 1463 1464
 *
 @Title: Entity
 @Description: 抽奖记录
1465
 @author onlineGenerator
曹云霄's avatar
曹云霄 committed
1466
 @date 2016-11-09 18:13:23
1467 1468 1469 1470
 @version V1.0
 
 
 */
曹云霄's avatar
曹云霄 committed
1471
@interface TODrawEntity : JSONModel
1472
/**
曹云霄's avatar
曹云霄 committed
1473
 * 方法: 取得java.lang.String
曹云霄's avatar
曹云霄 committed
1474 1475
 *
 *
1476
 */
曹云霄's avatar
曹云霄 committed
1477
@property (nonatomic, copy) NSString *fid;
1478 1479 1480 1481 1482
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1483
@property (nonatomic, copy) NSString *createName;
1484 1485 1486 1487 1488
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1489
@property (nonatomic, copy) NSString *createBy;
1490
/**
曹云霄's avatar
曹云霄 committed
1491
 * 方法: 取得java.util.Date
1492 1493
 *
 *
1494
 */
曹云霄's avatar
曹云霄 committed
1495
@property (nonatomic, copy) NSString *createDate;
1496
/**
1497
 * 方法: 取得java.lang.String
1498 1499 1500
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1501
@property (nonatomic, copy) NSString *updateName;
1502 1503 1504 1505 1506
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1507
@property (nonatomic, copy) NSString *updateBy;
1508
/**
曹云霄's avatar
曹云霄 committed
1509
 * 方法: 取得java.util.Date
1510 1511
 *
 *
曹云霄's avatar
曹云霄 committed
1512
 */
曹云霄's avatar
曹云霄 committed
1513
@property (nonatomic, copy) NSString *updateDate;
1514
/**
1515
 * 方法: 取得java.lang.String
1516 1517 1518
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1519 1520 1521 1522 1523 1524 1525
@property (nonatomic, copy) NSString *sysOrgCode;
/**
 * 方法: 取得java.util.Date
 *
 *
 */
@property (nonatomic, copy) NSString *drawDate;
1526
/**
1527
 * 方法: 取得java.lang.String
1528 1529 1530
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1531
@property (nonatomic, copy) NSString *winnerId;
勾芒's avatar
勾芒 committed
1532
/**
曹云霄's avatar
曹云霄 committed
1533
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
1534 1535 1536
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1537
@property (nonatomic, copy) NSString *awardId;
1538
/**
曹云霄's avatar
曹云霄 committed
1539
 * 方法: 取得java.lang.String
1540 1541 1542
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1543
@property (nonatomic, copy) NSString *awardDescription;
1544 1545 1546 1547 1548
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1549
@property (nonatomic, copy) NSString *orderNumber;
1550 1551 1552 1553 1554
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1555
@property (nonatomic, copy) NSString *state;
1556 1557 1558 1559 1560
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1561 1562
@property (nonatomic, copy) NSString *lotteryId;
@end /* interface TODrawEntity */
曹云霄's avatar
曹云霄 committed
1563 1564 1565



1566
/**
曹云霄's avatar
曹云霄 committed
1567 1568
 *  @Title: Entity
 @Description: 订单详情
1569
 @author onlineGenerator
曹云霄's avatar
曹云霄 committed
1570
 @date 2016-05-06 12:53:09
1571 1572 1573 1574
 @version V1.0
 
 
 */
曹云霄's avatar
曹云霄 committed
1575
@interface TOOrderdetailEntity : JSONModel
1576
/**
曹云霄's avatar
曹云霄 committed
1577 1578 1579 1580 1581 1582 1583
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *brandName;
/**
 * 方法: 取得java.lang.String
1584 1585 1586 1587 1588 1589 1590 1591 1592
 *
 *
 */
@property (nonatomic, copy) NSString *fid;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1593
@property (nonatomic, copy) NSString *goodsId;
1594 1595 1596 1597 1598
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1599
@property (nonatomic, copy) NSString *goodsCode;
1600 1601 1602 1603 1604
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1605
@property (nonatomic, copy) NSString *goodsName;
1606 1607 1608 1609 1610
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1611
@property (nonatomic, copy) NSString *goodsCover;
1612 1613 1614 1615 1616
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1617
@property (nonatomic, copy) NSString *goodsSpec;
1618 1619 1620 1621 1622
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1623
@property (nonatomic, copy) NSString *goodsBrand;
1624 1625 1626 1627 1628
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1629
@property (nonatomic, copy) NSString *goodsNum;
1630
/**
曹云霄's avatar
曹云霄 committed
1631
 * 方法: 取得java.math.BigDecimal
1632 1633 1634
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1635
@property (nonatomic, strong) NSNumber *goodsPrice;
1636
/**
曹云霄's avatar
曹云霄 committed
1637
 * 方法: 取得java.math.BigDecimal
1638 1639 1640
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660
@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 */
1661 1662 1663



曹云霄's avatar
曹云霄 committed
1664 1665
/**
 *  @Title: Entity
曹云霄's avatar
曹云霄 committed
1666
 @Description: 经销商员工职位
曹云霄's avatar
曹云霄 committed
1667
 @author onlineGenerator
曹云霄's avatar
曹云霄 committed
1668
 @date 2016-05-02 17:39:21
曹云霄's avatar
曹云霄 committed
1669 1670 1671 1672
 @version V1.0
 
 
 */
曹云霄's avatar
曹云霄 committed
1673
@interface TOPositionEntity : 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 *code;
1686
/**
勾芒's avatar
勾芒 committed
1687 1688 1689
 * 方法: 取得java.lang.String
 *
 *
1690
 */
曹云霄's avatar
曹云霄 committed
1691
@property (nonatomic, copy) NSString *name;
曹云霄's avatar
曹云霄 committed
1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703
/**
 * 方法: 取得java.math.BigDecimal
 *
 *
 */
@property (nonatomic, strong) NSNumber *commission;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, strong) NSNumber *lowestDiscount;
曹云霄's avatar
曹云霄 committed
1704
/**
1705
 * 方法: 取得java.lang.String
曹云霄's avatar
曹云霄 committed
1706 1707 1708
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724
@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
1725
/**
1726
 * 方法: 取得java.lang.String
曹云霄's avatar
曹云霄 committed
1727 1728 1729
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1730
@property (nonatomic, copy) NSString *fid;
曹云霄's avatar
曹云霄 committed
1731 1732 1733 1734 1735
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1736
@property (nonatomic, copy) NSString *bill;
1737 1738 1739 1740 1741
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1742 1743
@property (nonatomic, copy) NSString *prize;
@end /* interface TOPrizeBillDetailsEntity */
1744 1745 1746 1747 1748



/**
 *  @Title: Entity
曹云霄's avatar
曹云霄 committed
1749
 @Description: t_o_shipping_addr
1750
 @author onlineGenerator
曹云霄's avatar
曹云霄 committed
1751
 @date 2016-05-14 16:14:15
1752 1753 1754 1755
 @version V1.0
 
 
 */
曹云霄's avatar
曹云霄 committed
1756
@interface TOShippingAddrEntity : JSONModel
1757
/**
曹云霄's avatar
曹云霄 committed
1758
 * 方法: 取得java.lang.String
1759 1760 1761
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1762
@property (nonatomic, copy) NSString *fid;
1763
/**
曹云霄's avatar
曹云霄 committed
1764
 * 方法: 取得java.util.Date
勾芒's avatar
勾芒 committed
1765 1766 1767
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1768
@property (nonatomic, copy) NSString *createDate;
1769 1770 1771 1772 1773
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1774
@property (nonatomic, copy) NSString *sysOrgCode;
1775 1776 1777 1778 1779
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1780
@property (nonatomic, copy) NSString *name;
曹云霄's avatar
曹云霄 committed
1781
/**
曹云霄's avatar
曹云霄 committed
1782
 * 方法: 取得java.lang.String
曹云霄's avatar
曹云霄 committed
1783 1784 1785
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1786
@property (nonatomic, copy) NSString *miblephone;
勾芒's avatar
勾芒 committed
1787
/**
1788
 * 方法: 取得java.lang.String
1789 1790 1791
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1792
@property (nonatomic, copy) NSString *province;
1793
/**
1794
 * 方法: 取得java.lang.String
1795 1796 1797
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1798
@property (nonatomic, copy) NSString *city;
1799
/**
曹云霄's avatar
曹云霄 committed
1800
 * 方法: 取得java.lang.String
1801 1802 1803
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1804
@property (nonatomic, copy) NSString *country;
1805
/**
勾芒's avatar
勾芒 committed
1806
 * 方法: 取得java.lang.String
1807 1808 1809
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1810
@property (nonatomic, copy) NSString *address;
1811
/**
曹云霄's avatar
曹云霄 committed
1812
 * 方法: 取得java.lang.String
1813 1814 1815
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1816 1817 1818 1819 1820
@property (nonatomic, copy) NSString *consumerId;
@end /* interface TOShippingAddrEntity */



1821
/**
曹云霄's avatar
曹云霄 committed
1822 1823 1824 1825 1826 1827 1828 1829 1830
 *  UUID + CODE + NAME
 
 @author Debenson
 @since 0.1
 
 */
@interface UCN : JSONModel
/**
 * (no documentation provided)
1831 1832 1833
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1834
@property (nonatomic, copy) NSString *uuid;
曹云霄's avatar
曹云霄 committed
1835
/**
曹云霄's avatar
曹云霄 committed
1836
 * (no documentation provided)
曹云霄's avatar
曹云霄 committed
1837 1838 1839
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1840
@property (nonatomic, copy) NSString *code;
曹云霄's avatar
曹云霄 committed
1841
/**
曹云霄's avatar
曹云霄 committed
1842
 * (no documentation provided)
曹云霄's avatar
曹云霄 committed
1843 1844 1845
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1846 1847
@property (nonatomic, copy) NSString *name;
@end /* interface UCN */
1848 1849 1850



1851
/**
1852
 *  促销动作。
1853
 
1854 1855
 @author Debenson
 @since 0.1
1856 1857
 
 */
1858 1859 1860 1861 1862
@interface Action : JSONModel
@end /* interface Action */



1863
/**
1864
 * (no documentation provided)
1865
 */
1866
@interface IdEntity : JSONModel
1867
/**
1868
 * (no documentation provided)
1869 1870 1871
 *
 *
 */
1872 1873 1874 1875 1876 1877
@property (nonatomic, copy) NSString *fid;
@end /* interface IdEntity */



/**
曹云霄's avatar
曹云霄 committed
1878 1879 1880 1881 1882
 *  @Title: Entity
 @Description: t_o_shopcart
 @author onlineGenerator
 @date 2016-05-13 14:26:57
 @version V1.0
1883 1884 1885
 
 
 */
曹云霄's avatar
曹云霄 committed
1886
@interface TOShopcartEntity : JSONModel
1887
/**
曹云霄's avatar
曹云霄 committed
1888
 * 商品详情
1889 1890 1891
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1892
@property (nonatomic, strong) VOResellerGoodsEntity *goods;
1893
/**
曹云霄's avatar
曹云霄 committed
1894
 * 方法: 取得java.lang.String
1895 1896
 *
 *
1897
 */
曹云霄's avatar
曹云霄 committed
1898
@property (nonatomic, copy) NSString *fid;
1899
/**
曹云霄's avatar
曹云霄 committed
1900
 * 方法: 取得java.lang.String
1901 1902 1903
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1904
@property (nonatomic, copy) NSString *createName;
1905
/**
曹云霄's avatar
曹云霄 committed
1906 1907 1908
 * 方法: 取得java.lang.String
 *
 *
1909
 */
曹云霄's avatar
曹云霄 committed
1910 1911 1912 1913 1914 1915 1916
@property (nonatomic, copy) NSString *createBy;
/**
 * 方法: 取得java.util.Date
 *
 *
 */
@property (nonatomic, copy) NSString *createDate;
1917
/**
1918
 * 方法: 取得java.lang.String
1919 1920 1921
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1922 1923 1924 1925 1926 1927 1928
@property (nonatomic, copy) NSString *updateName;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *updateBy;
勾芒's avatar
勾芒 committed
1929
/**
1930
 * 方法: 取得java.util.Date
勾芒's avatar
勾芒 committed
1931 1932 1933
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1934
@property (nonatomic, copy) NSString *updateDate;
1935
/**
1936 1937 1938
 * 方法: 取得java.lang.String
 *
 *
1939
 */
曹云霄's avatar
曹云霄 committed
1940 1941 1942 1943 1944 1945 1946
@property (nonatomic, copy) NSString *goodsId;
/**
 * 方法: 取得java.lang.Integer
 *
 *
 */
@property (nonatomic, assign) NSInteger goodsNum;
1947 1948 1949 1950 1951
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1952
@property (nonatomic, copy) NSString *consumerId;
1953
/**
1954
 * 方法: 取得java.lang.String
1955 1956 1957
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1958
@property (nonatomic, copy) NSString *resellerId;
1959
/**
勾芒's avatar
勾芒 committed
1960
 * 方法: 取得java.lang.String
1961 1962 1963
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978
@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
1979
/**
1980
 * 方法: 取得java.lang.String
1981 1982 1983
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1984
@property (nonatomic, copy) NSString *fid;
曹云霄's avatar
曹云霄 committed
1985
/**
勾芒's avatar
勾芒 committed
1986 1987
 * 方法: 取得java.lang.String
 *
1988
 *
曹云霄's avatar
曹云霄 committed
1989
 */
曹云霄's avatar
曹云霄 committed
1990
@property (nonatomic, copy) NSString *sceneCode;
1991
/**
1992
 * 方法: 取得java.lang.String
1993 1994 1995
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1996
@property (nonatomic, copy) NSString *name;
1997
/**
勾芒's avatar
勾芒 committed
1998
 * 方法: 取得java.lang.String
1999 2000
 *
 *
曹云霄's avatar
曹云霄 committed
2001
 */
曹云霄's avatar
曹云霄 committed
2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021
@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 */
2022 2023 2024



2025 2026 2027
/**
 *
 @Title: Entity
曹云霄's avatar
曹云霄 committed
2028
 @Description: 奖品
2029
 @author onlineGenerator
曹云霄's avatar
曹云霄 committed
2030
 @date 2016-11-06 19:23:57
2031 2032 2033 2034
 @version V1.0
 
 
 */
曹云霄's avatar
曹云霄 committed
2035
@interface TOPrizeEntity : JSONModel
2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *fid;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2047
@property (nonatomic, copy) NSString *picture;
2048 2049 2050 2051 2052
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096
@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 */
2097 2098 2099



2100
/**
2101
 *  @Title: Entity
曹云霄's avatar
曹云霄 committed
2102
 @Description: 订油单的促销事件记录
2103
 @author onlineGenerator
曹云霄's avatar
曹云霄 committed
2104
 @date 2016-10-19 17:43:12
2105 2106 2107
 @version V1.0
 
 
2108
 */
曹云霄's avatar
曹云霄 committed
2109
@interface TOOrderPromotionEntity : JSONModel
2110
/**
曹云霄's avatar
曹云霄 committed
2111
 * 方法: 主键
2112 2113 2114 2115
 *
 *
 */
@property (nonatomic, copy) NSString *fid;
2116
/**
曹云霄's avatar
曹云霄 committed
2117
 * 方法: 创建人名称
2118 2119 2120
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2121
@property (nonatomic, copy) NSString *createName;
2122
/**
曹云霄's avatar
曹云霄 committed
2123
 * 方法: 创建人登录名称
2124 2125 2126
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2127
@property (nonatomic, copy) NSString *createBy;
2128
/**
曹云霄's avatar
曹云霄 committed
2129
 * 方法: 创建日期
2130 2131 2132
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2133
@property (nonatomic, copy) NSString *createDate;
2134
/**
曹云霄's avatar
曹云霄 committed
2135
 * 方法: 更新人名称
2136 2137 2138
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2139
@property (nonatomic, copy) NSString *updateName;
2140
/**
曹云霄's avatar
曹云霄 committed
2141
 * 方法: 更新人登录名称
2142 2143 2144
 *
 *
 */
曹云霄's avatar
曹云霄 committed
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 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223
@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;
2224 2225 2226 2227 2228 2229 2230

/**
 * 方法: 京东E卡面额
 *
 *
 */
@property (nonatomic, strong) NSNumber *jdecardDenomation;
2231 2232 2233 2234 2235 2236


/**
 红包数
 */
@property (nonatomic,strong) NSNumber *redPackageCount;
2237 2238 2239 2240 2241 2242 2243

/**
 * 方法: 取得优先级
 *
 *
 */
@property (nonatomic, assign) NSInteger prority;
曹云霄's avatar
曹云霄 committed
2244
@end /* interface TOOrderPromotionEntity */
2245 2246


2247 2248 2249

/**
 *  @Title: Entity
2250
 @Description: 订单
2251
 @author onlineGenerator
2252
 @date 2016-05-06 12:53:09
2253 2254 2255 2256
 @version V1.0
 
 
 */
2257
@interface TOOrderEntity : JSONModel
2258
/**
勾芒's avatar
勾芒 committed
2259
 * 方法: 取得java.lang.String
2260 2261
 *
 *
曹云霄's avatar
曹云霄 committed
2262
 */
2263 2264
@property (nonatomic, copy) NSString *fid;
/**
曹云霄's avatar
曹云霄 committed
2265
 * 方法: 取得java.lang.String
2266 2267 2268
 *
 *
 */
2269
@property (nonatomic, copy) NSString *createName;
2270
/**
曹云霄's avatar
曹云霄 committed
2271
 * 方法: 取得java.lang.String
2272 2273
 *
 *
曹云霄's avatar
曹云霄 committed
2274
 */
2275
@property (nonatomic, copy) NSString *createBy;
勾芒's avatar
勾芒 committed
2276
/**
2277
 * 方法: 取得java.util.Date
勾芒's avatar
勾芒 committed
2278 2279 2280
 *
 *
 */
曹云霄's avatar
曹云霄 committed
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 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371
@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;
2372 2373 2374 2375 2376
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2377
@property (nonatomic, copy) NSString *billType;
2378 2379 2380 2381 2382
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2383
@property (nonatomic, copy) NSString *billTitle;
2384
/**
曹云霄's avatar
曹云霄 committed
2385
 * 方法: 取得java.lang.String
2386 2387 2388
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2389
@property (nonatomic, copy) NSString *payType;
2390
/**
曹云霄's avatar
曹云霄 committed
2391
 * (no documentation provided)
2392 2393 2394
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2395
@property (nonatomic, copy) NSString *consumerName;
曹云霄's avatar
曹云霄 committed
2396
/**
曹云霄's avatar
曹云霄 committed
2397
 * (no documentation provided)
2398 2399
 *
 *
曹云霄's avatar
曹云霄 committed
2400
 */
曹云霄's avatar
曹云霄 committed
2401
@property (nonatomic, copy) NSString *guideName;
曹云霄's avatar
曹云霄 committed
2402
/**
曹云霄's avatar
曹云霄 committed
2403
 * (no documentation provided)
曹云霄's avatar
曹云霄 committed
2404 2405 2406
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2407
@property (nonatomic, copy) NSString *resellerName;
2408
/**
曹云霄's avatar
曹云霄 committed
2409
 * 方法: 取得java.math.BigDecimal
2410 2411 2412
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2413 2414 2415 2416 2417
@property (nonatomic, strong) NSNumber *oldPrice;
@end /* interface TOOrderEntity */



2418 2419
/**
 *
曹云霄's avatar
曹云霄 committed
2420 2421 2422 2423 2424 2425 2426
 @Title: Entity
 @Description: 奖品详情
 @author onlineGenerator
 @date 2016-11-09 18:13:23
 @version V1.0
 
 
2427
 */
曹云霄's avatar
曹云霄 committed
2428
@interface TOAwardEntity : JSONModel
2429 2430 2431 2432 2433
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2434
@property (nonatomic, copy) NSString *fid;
2435
/**
曹云霄's avatar
曹云霄 committed
2436 2437 2438
 * 方法: 取得java.lang.String
 *
 *
勾芒's avatar
勾芒 committed
2439
 */
曹云霄's avatar
曹云霄 committed
2440
@property (nonatomic, copy) NSString *createName;
2441
/**
曹云霄's avatar
曹云霄 committed
2442
 * 方法: 取得java.lang.String
2443 2444 2445
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2446
@property (nonatomic, copy) NSString *createBy;
2447
/**
曹云霄's avatar
曹云霄 committed
2448
 * 方法: 取得java.util.Date
2449 2450 2451
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2452
@property (nonatomic, copy) NSString *createDate;
2453 2454 2455 2456 2457
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2458
@property (nonatomic, copy) NSString *updateName;
曹云霄's avatar
曹云霄 committed
2459 2460 2461 2462 2463
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2464
@property (nonatomic, copy) NSString *updateBy;
2465
/**
曹云霄's avatar
曹云霄 committed
2466
 * 方法: 取得java.util.Date
2467 2468 2469
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2470
@property (nonatomic, copy) NSString *updateDate;
2471
/**
2472
 * 方法: 取得java.lang.String
2473 2474 2475
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2476
@property (nonatomic, copy) NSString *sysOrgCode;
2477
/**
曹云霄's avatar
曹云霄 committed
2478
 * 方法: 取得java.lang.Integer
2479 2480 2481
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2482
@property (nonatomic, assign) NSInteger remainTotal;
曹云霄's avatar
曹云霄 committed
2483
/**
曹云霄's avatar
曹云霄 committed
2484
 * 方法: 取得java.math.BigDecimal
曹云霄's avatar
曹云霄 committed
2485 2486 2487
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2488
@property (nonatomic, strong) NSNumber *drawRate;
曹云霄's avatar
曹云霄 committed
2489
/**
曹云霄's avatar
曹云霄 committed
2490
 * 方法: 取得java.lang.String
曹云霄's avatar
曹云霄 committed
2491 2492 2493
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2494
@property (nonatomic, copy) NSString *type;
2495
/**
曹云霄's avatar
曹云霄 committed
2496
 * 方法: 取得java.math.BigDecimal
2497 2498 2499
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2500
@property (nonatomic, strong) NSNumber *number;
2501
/**
曹云霄's avatar
曹云霄 committed
2502
 * 方法: 取得java.lang.String
2503 2504 2505
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2506
@property (nonatomic, copy) NSString *fdescription;
2507
/**
曹云霄's avatar
曹云霄 committed
2508
 * 方法: 取得java.lang.String
2509 2510 2511
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2512 2513
@property (nonatomic, copy) NSString *lotteryId;
@end /* interface TOAwardEntity */
2514 2515 2516 2517 2518



/**
 *  @Title: Entity
曹云霄's avatar
曹云霄 committed
2519
 @Description: 商品标签分类
2520
 @author onlineGenerator
曹云霄's avatar
曹云霄 committed
2521
 @date 2016-05-05 16:57:27
2522 2523 2524 2525
 @version V1.0
 
 
 */
曹云霄's avatar
曹云霄 committed
2526
@interface TOGoodsLabelCategoryEntity : JSONModel
勾芒's avatar
勾芒 committed
2527
/**
勾芒's avatar
勾芒 committed
2528
 * 方法: 取得java.lang.String
2529 2530
 *
 *
曹云霄's avatar
曹云霄 committed
2531
 */
勾芒's avatar
勾芒 committed
2532
@property (nonatomic, copy) NSString *fid;
勾芒's avatar
勾芒 committed
2533 2534 2535 2536 2537
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2538
@property (nonatomic, copy) NSString *sysOrgCode;
勾芒's avatar
勾芒 committed
2539 2540 2541 2542 2543
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2544
@property (nonatomic, copy) NSString *sysCompanyCode;
勾芒's avatar
勾芒 committed
2545
/**
曹云霄's avatar
曹云霄 committed
2546
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
2547 2548 2549
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2550
@property (nonatomic, copy) NSString *code;
勾芒's avatar
勾芒 committed
2551 2552 2553 2554 2555
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576
@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
2577
/**
2578 2579 2580 2581
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2582
@property (nonatomic, copy) NSString *fid;
2583
/**
曹云霄's avatar
曹云霄 committed
2584
 * 方法: 取得java.lang.String
2585 2586 2587
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2588
@property (nonatomic, copy) NSString *code;
2589 2590 2591 2592 2593
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2594
@property (nonatomic, copy) NSString *name;
2595
/**
2596
 * 方法: 取得java.lang.String
2597 2598 2599
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2600
@property (nonatomic, copy) NSString *upperId;
2601
/**
曹云霄's avatar
曹云霄 committed
2602
 * 方法: 取得java.lang.Integer
2603 2604 2605
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618
@property (nonatomic, assign) NSInteger level;
@end /* interface TOGoodsCategoryEntity */



/**
 *  经销商和商品关系表。
 
 @author Debenson
 @since 0.1
 
 */
@interface VOResellerGoodsEntity : JSONModel
2619 2620 2621 2622 2623
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2624
@property (nonatomic, copy) NSString *fid;
2625
/**
曹云霄's avatar
曹云霄 committed
2626
 * 方法: 取得java.util.Date
2627 2628 2629
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2630
@property (nonatomic, copy) NSString *createDate;
2631
/**
曹云霄's avatar
曹云霄 committed
2632
 * 方法: 取得java.util.Date
2633 2634
 *
 *
2635
 */
曹云霄's avatar
曹云霄 committed
2636
@property (nonatomic, copy) NSString *onlineTime;
2637
/**
2638
 * 方法: 取得java.lang.String
2639 2640 2641
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2642
@property (nonatomic, copy) NSString *company;
2643
/**
曹云霄's avatar
曹云霄 committed
2644
 * 方法: 取得java.lang.String
2645 2646
 *
 *
勾芒's avatar
勾芒 committed
2647
 */
曹云霄's avatar
曹云霄 committed
2648
@property (nonatomic, copy) NSString *code;
2649
/**
曹云霄's avatar
曹云霄 committed
2650
 * 方法: 取得java.lang.String
2651 2652
 *
 *
曹云霄's avatar
曹云霄 committed
2653
 */
曹云霄's avatar
曹云霄 committed
2654
@property (nonatomic, copy) NSString *name;
2655
/**
勾芒's avatar
勾芒 committed
2656
 * 方法: 取得java.lang.String
2657 2658
 *
 *
曹云霄's avatar
曹云霄 committed
2659
 */
曹云霄's avatar
曹云霄 committed
2660
@property (nonatomic, copy) NSString *number;
2661
/**
曹云霄's avatar
曹云霄 committed
2662
 * 方法: 取得java.lang.String
2663 2664
 *
 *
曹云霄's avatar
曹云霄 committed
2665
 */
曹云霄's avatar
曹云霄 committed
2666
@property (nonatomic, copy) NSString *categoryId;
2667
/**
曹云霄's avatar
曹云霄 committed
2668
 * 方法: 取得java.lang.String
2669 2670
 *
 *
曹云霄's avatar
曹云霄 committed
2671
 */
曹云霄's avatar
曹云霄 committed
2672
@property (nonatomic, copy) NSString *brandId;
2673
/**
曹云霄's avatar
曹云霄 committed
2674
 * 方法: 取得java.lang.String
2675 2676
 *
 *
曹云霄's avatar
曹云霄 committed
2677
 */
曹云霄's avatar
曹云霄 committed
2678
@property (nonatomic, copy) NSString *keyword;
2679
/**
曹云霄's avatar
曹云霄 committed
2680
 * 方法: 取得java.math.BigDecimal
2681 2682
 *
 *
曹云霄's avatar
曹云霄 committed
2683
 */
曹云霄's avatar
曹云霄 committed
2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696
@property (nonatomic, strong) NSNumber *guidePrice;
/**
 * 方法: 取得java.math.BigDecimal
 *
 *
 */
@property (nonatomic, strong) NSNumber *tagPrice;
/**
 * 方法: 取得java.math.BigDecimal
 *
 *
 */
@property (nonatomic, strong) NSNumber *costPrice;
2697
/**
曹云霄's avatar
曹云霄 committed
2698
 * 方法: 取得java.lang.String
2699 2700
 *
 *
曹云霄's avatar
曹云霄 committed
2701
 */
曹云霄's avatar
曹云霄 committed
2702
@property (nonatomic, copy) NSString *state;
2703
/**
曹云霄's avatar
曹云霄 committed
2704
 * 方法: 取得java.lang.Integer
2705 2706 2707
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2708
@property (nonatomic, assign) NSInteger inv;
2709
/**
曹云霄's avatar
曹云霄 committed
2710
 * 方法: 取得java.lang.String
2711 2712 2713
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2714
@property (nonatomic, copy) NSString *detailedIntro;
2715
/**
曹云霄's avatar
曹云霄 committed
2716
 * 方法: 取得java.lang.Double
2717 2718 2719
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2720
@property (nonatomic, assign) double weight;
2721
/**
曹云霄's avatar
曹云霄 committed
2722 2723 2724
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
2725
 */
曹云霄's avatar
曹云霄 committed
2726
@property (nonatomic, copy) NSString *unit;
2727
/**
曹云霄's avatar
曹云霄 committed
2728
 * 方法: 取得java.lang.String
2729 2730 2731
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2732
@property (nonatomic, copy) NSString *productProfile;
2733 2734 2735 2736 2737
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2738
@property (nonatomic, copy) NSString *power;
2739 2740
/**
 * 方法: 取得java.lang.String
2741 2742
 *
 *
曹云霄's avatar
曹云霄 committed
2743
 */
曹云霄's avatar
曹云霄 committed
2744
@property (nonatomic, copy) NSString *colorTemperature;
2745 2746 2747 2748 2749
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2750
@property (nonatomic, copy) NSString *spec;
2751
/**
曹云霄's avatar
曹云霄 committed
2752
 * 方法: 取得java.lang.String
2753 2754
 *
 *
曹云霄's avatar
曹云霄 committed
2755
 */
曹云霄's avatar
曹云霄 committed
2756
@property (nonatomic, copy) NSString *function;
2757
/**
勾芒's avatar
勾芒 committed
2758
 * 方法: 取得java.lang.String
2759 2760 2761
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2762
@property (nonatomic, copy) NSString *material;
2763
/**
曹云霄's avatar
曹云霄 committed
2764 2765 2766
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
2767
 */
曹云霄's avatar
曹云霄 committed
2768
@property (nonatomic, copy) NSString *lightSource;
2769
/**
曹云霄's avatar
曹云霄 committed
2770
 * 方法: 取得java.lang.String
2771 2772
 *
 *
曹云霄's avatar
曹云霄 committed
2773
 */
曹云霄's avatar
曹云霄 committed
2774 2775 2776 2777 2778 2779 2780
@property (nonatomic, copy) NSString *goodsStyle;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *series;
2781
/**
2782
 * 方法: 取得java.lang.String
2783 2784
 *
 *
曹云霄's avatar
曹云霄 committed
2785
 */
曹云霄's avatar
曹云霄 committed
2786
@property (nonatomic, copy) NSString *area;
2787
/**
2788
 * 方法: 取得java.lang.String
2789 2790
 *
 *
曹云霄's avatar
曹云霄 committed
2791
 */
曹云霄's avatar
曹云霄 committed
2792
@property (nonatomic, copy) NSString *size;
2793
/**
曹云霄's avatar
曹云霄 committed
2794
 * 方法: 取得java.lang.String
2795 2796
 *
 *
曹云霄's avatar
曹云霄 committed
2797
 */
曹云霄's avatar
曹云霄 committed
2798
@property (nonatomic, copy) NSString *space;
2799
/**
2800
 * 方法: 取得java.lang.String
2801 2802 2803
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2804
@property (nonatomic, copy) NSString *installMethod;
2805 2806 2807 2808 2809
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2810
@property (nonatomic, copy) NSString *lightNumber;
2811
/**
勾芒's avatar
勾芒 committed
2812
 * 方法: 取得java.lang.String
2813 2814 2815
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2816
@property (nonatomic, copy) NSString *pictures;
勾芒's avatar
勾芒 committed
2817 2818 2819 2820 2821
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2822
@property (nonatomic, copy) NSString *barcode;
勾芒's avatar
勾芒 committed
2823
/**
曹云霄's avatar
曹云霄 committed
2824
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
2825 2826 2827
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2828
@property (nonatomic, copy) NSString *resellerId;
勾芒's avatar
勾芒 committed
2829
/**
曹云霄's avatar
曹云霄 committed
2830
 * (no documentation provided)
勾芒's avatar
勾芒 committed
2831 2832 2833
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2834
@property (nonatomic, copy) NSString *categoryName;
2835
/**
曹云霄's avatar
曹云霄 committed
2836
 * (no documentation provided)
2837 2838 2839
 *
 *
 */
曹云霄's avatar
曹云霄 committed
2840 2841
@property (nonatomic, copy) NSString *brandName;
@end /* interface VOResellerGoodsEntity */
2842 2843 2844



2845
/**
2846
 *  @Title: Entity
2847
 @Description: t_o_goods
2848
 @author onlineGenerator
2849
 @date 2016-05-12 15:44:01
2850 2851 2852
 @version V1.0
 
 
2853
 */
2854
@interface TOGoodsEntity : JSONModel
2855
/**
2856
 * (no documentation provided)
2857 2858
 *
 *
2859
 */
2860
@property (nonatomic, assign) NSInteger resellerInv;
2861
/**
2862
 * (no documentation provided)
2863 2864 2865
 *
 *
 */
2866
@property (nonatomic, strong) NSNumber *resellerTagPrice;
2867
/**
2868
 * (no documentation provided)
2869 2870 2871
 *
 *
 */
2872
@property (nonatomic, copy) NSString *resellerState;
2873
/**
2874
 * (no documentation provided)
2875 2876 2877
 *
 *
 */
2878
@property (nonatomic, copy) NSString *categoryName;
2879
/**
2880
 * (no documentation provided)
2881 2882 2883
 *
 *
 */
2884
@property (nonatomic, copy) NSString *brandName;
2885 2886 2887 2888 2889
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
2890
@property (nonatomic, copy) NSString *fid;
2891
/**
勾芒's avatar
勾芒 committed
2892
 * 方法: 取得java.util.Date
2893 2894 2895
 *
 *
 */
勾芒's avatar
勾芒 committed
2896
@property (nonatomic, copy) NSString *createDate;
2897
/**
勾芒's avatar
勾芒 committed
2898
 * 方法: 取得java.util.Date
2899 2900 2901
 *
 *
 */
勾芒's avatar
勾芒 committed
2902
@property (nonatomic, copy) NSString *onlineTime;
2903
/**
曹云霄's avatar
曹云霄 committed
2904
 * 方法: 取得java.lang.String
2905 2906 2907
 *
 *
 */
勾芒's avatar
勾芒 committed
2908
@property (nonatomic, copy) NSString *company;
2909
/**
曹云霄's avatar
曹云霄 committed
2910
 * 方法: 取得java.lang.String
2911 2912
 *
 *
曹云霄's avatar
曹云霄 committed
2913
 */
勾芒's avatar
勾芒 committed
2914
@property (nonatomic, copy) NSString *code;
2915 2916 2917 2918 2919
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
2920
@property (nonatomic, copy) NSString *name;
2921 2922 2923 2924 2925
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
2926
@property (nonatomic, copy) NSString *number;
2927
/**
勾芒's avatar
勾芒 committed
2928
 * 方法: 取得java.lang.String
2929 2930
 *
 *
曹云霄's avatar
曹云霄 committed
2931
 */
勾芒's avatar
勾芒 committed
2932
@property (nonatomic, copy) NSString *categoryId;
2933
/**
勾芒's avatar
勾芒 committed
2934
 * 方法: 取得java.lang.String
2935 2936 2937
 *
 *
 */
勾芒's avatar
勾芒 committed
2938
@property (nonatomic, copy) NSString *brandId;
2939 2940 2941 2942 2943
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
2944
@property (nonatomic, copy) NSString *keyword;
2945
/**
勾芒's avatar
勾芒 committed
2946
 * 方法: 取得java.math.BigDecimal
2947 2948 2949
 *
 *
 */
勾芒's avatar
勾芒 committed
2950
@property (nonatomic, strong) NSNumber *guidePrice;
2951
/**
勾芒's avatar
勾芒 committed
2952 2953 2954
 * 方法: 取得java.math.BigDecimal
 *
 *
2955
 */
勾芒's avatar
勾芒 committed
2956
@property (nonatomic, strong) NSNumber *tagPrice;
2957
/**
勾芒's avatar
勾芒 committed
2958
 * 方法: 取得java.math.BigDecimal
2959 2960 2961
 *
 *
 */
勾芒's avatar
勾芒 committed
2962
@property (nonatomic, strong) NSNumber *costPrice;
2963
/**
勾芒's avatar
勾芒 committed
2964
 * 方法: 取得java.lang.String
2965 2966
 *
 *
曹云霄's avatar
曹云霄 committed
2967
 */
勾芒's avatar
勾芒 committed
2968
@property (nonatomic, copy) NSString *state;
2969
/**
勾芒's avatar
勾芒 committed
2970
 * 方法: 取得java.lang.Integer
2971 2972
 *
 *
曹云霄's avatar
曹云霄 committed
2973
 */
2974
@property (nonatomic, assign) NSInteger inv;
2975
/**
勾芒's avatar
勾芒 committed
2976
 * 方法: 取得java.lang.String
2977 2978
 *
 *
曹云霄's avatar
曹云霄 committed
2979
 */
勾芒's avatar
勾芒 committed
2980
@property (nonatomic, copy) NSString *detailedIntro;
2981
/**
勾芒's avatar
勾芒 committed
2982
 * 方法: 取得java.lang.Double
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 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070
@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
3071 3072 3073 3074 3075
/**
 * 方法: 取得java.lang.String
 *
 *
 */
3076
@property (nonatomic, copy) NSString *lightNumber;
勾芒's avatar
勾芒 committed
3077
/**
勾芒's avatar
勾芒 committed
3078
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
3079 3080 3081
 *
 *
 */
3082
@property (nonatomic, copy) NSString *pictures;
3083
/**
勾芒's avatar
勾芒 committed
3084
 * 方法: 取得java.lang.String
3085 3086 3087
 *
 *
 */
3088
@property (nonatomic, copy) NSString *barcode;
3089
/**
3090 3091
 * (no documentation provided)
 * @see TOGoodsForResellerEntity
3092
 *
曹云霄's avatar
曹云霄 committed
3093
 */
3094 3095 3096 3097 3098 3099 3100
@property (nonatomic, strong) NSArray<TOGoodsForResellerEntity> *goodsResellerList;
@end /* interface TOGoodsEntity */



/**
 *  @Title: Entity
曹云霄's avatar
曹云霄 committed
3101
 @Description: 导购分成表
3102
 @author onlineGenerator
曹云霄's avatar
曹云霄 committed
3103
 @date 2016-05-16 16:15:27
3104 3105 3106 3107
 @version V1.0
 
 
 */
曹云霄's avatar
曹云霄 committed
3108
@interface TOCommissionHistEntity : JSONModel
3109
/**
曹云霄's avatar
曹云霄 committed
3110
 * 方法: 取得java.lang.String
3111 3112
 *
 *
曹云霄's avatar
曹云霄 committed
3113
 */
3114
@property (nonatomic, copy) NSString *fid;
3115
/**
曹云霄's avatar
曹云霄 committed
3116
 * 方法: 取得java.lang.String
3117 3118
 *
 *
曹云霄's avatar
曹云霄 committed
3119
 */
3120
@property (nonatomic, copy) NSString *createName;
3121
/**
3122
 * 方法: 取得java.util.Date
3123 3124
 *
 *
曹云霄's avatar
曹云霄 committed
3125
 */
3126
@property (nonatomic, copy) NSString *createDate;
3127
/**
勾芒's avatar
勾芒 committed
3128 3129 3130
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
3131
 */
曹云霄's avatar
曹云霄 committed
3132
@property (nonatomic, copy) NSString *updateName;
3133 3134 3135 3136 3137
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
3138
@property (nonatomic, copy) NSString *updateBy;
3139 3140 3141 3142 3143
/**
 * 方法: 取得java.util.Date
 *
 *
 */
曹云霄's avatar
曹云霄 committed
3144
@property (nonatomic, copy) NSString *updateDate;
3145 3146 3147 3148 3149
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
3150
@property (nonatomic, copy) NSString *resellerCode;
3151 3152 3153 3154 3155
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
3156
@property (nonatomic, copy) NSString *employeeId;
3157 3158 3159 3160 3161
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
3162
@property (nonatomic, copy) NSString *orderId;
3163
/**
曹云霄's avatar
曹云霄 committed
3164
 * 方法: 取得java.math.BigDecimal
3165 3166 3167
 *
 *
 */
曹云霄's avatar
曹云霄 committed
3168
@property (nonatomic, strong) NSNumber *amount;
3169 3170 3171 3172 3173
/**
 * 方法: 取得java.math.BigDecimal
 *
 *
 */
曹云霄's avatar
曹云霄 committed
3174
@property (nonatomic, strong) NSNumber *afteramount;
3175 3176 3177 3178 3179
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
3180
@property (nonatomic, copy) NSString *remark;
3181
/**
曹云霄's avatar
曹云霄 committed
3182
 * 方法: 设置java.lang.String
3183 3184 3185
 *
 *
 */
曹云霄's avatar
曹云霄 committed
3186
@property (nonatomic, copy) NSString *orderNumber;
3187
/**
曹云霄's avatar
曹云霄 committed
3188
 * (no documentation provided)
3189 3190 3191
 *
 *
 */
曹云霄's avatar
曹云霄 committed
3192
@property (nonatomic, copy) NSString *employeeName;
3193
/**
曹云霄's avatar
曹云霄 committed
3194
 * 方法: 设置java.lang.String
3195 3196 3197
 *
 *
 */
曹云霄's avatar
曹云霄 committed
3198 3199
@property (nonatomic, copy) NSString *state;
@end /* interface TOCommissionHistEntity */
勾芒's avatar
勾芒 committed
3200 3201 3202



曹云霄's avatar
曹云霄 committed
3203
/**
3204
 *  商品分享返回数据。
曹云霄's avatar
曹云霄 committed
3205
 
3206 3207
 @author Debenson
 @since 0.1
曹云霄's avatar
曹云霄 committed
3208 3209
 
 */
3210
@interface RsShareResponse : JSONModel
曹云霄's avatar
曹云霄 committed
3211
/**
3212
 * 分享记录标识
曹云霄's avatar
曹云霄 committed
3213 3214 3215
 *
 *
 */
3216
@property (nonatomic, copy) NSString *shareId;
3217
/**
3218
 * 分享页面链接
3219 3220 3221
 *
 *
 */
3222 3223
@property (nonatomic, copy) NSString *url;
@end /* interface RsShareResponse */
曹云霄's avatar
曹云霄 committed
3224 3225 3226



勾芒's avatar
勾芒 committed
3227
/**
3228
 *  @author Debenson
3229
 @since 0.1
勾芒's avatar
勾芒 committed
3230 3231
 
 */
3232
@interface DeleteCartRequest : JSONModel
3233
/**
3234 3235
 * 购物车标识列表
 * @see NSString
3236 3237
 *
 */
3238 3239
@property (nonatomic, strong) NSArray<NSString *> *cartIds;
@end /* interface DeleteCartRequest */
3240 3241 3242



3243
/**
3244
 *  @author Administrator
3245 3246
 @since 0.1
 
曹云霄's avatar
曹云霄 committed
3247
 */
3248
@interface SceneCondition : JSONModel
3249
/**
3250 3251
 * 查询条件:风格
 *
3252
 *
曹云霄's avatar
曹云霄 committed
3253
 */
3254
@property (nonatomic, copy) NSString *styleEquals;
3255
/**
3256
 * 查询条件:空间
3257
 *
勾芒's avatar
勾芒 committed
3258 3259
 *
 */
3260
@property (nonatomic, copy) NSString *spaceEquals;
3261
/**
3262
 * (no documentation provided)
3263
 *
3264
 *
曹云霄's avatar
曹云霄 committed
3265
 */
3266 3267
@property (nonatomic, strong) DataPage *page;
@end /* interface SceneCondition */
勾芒's avatar
勾芒 committed
3268 3269 3270



3271
/**
3272
 *  @author wolv
3273
 
3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296
 
 */
@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
3297 3298 3299
 @since 0.1
 
 */
3300
@interface PromotionGoods : JSONModel
勾芒's avatar
勾芒 committed
3301
/**
3302
 *
勾芒's avatar
勾芒 committed
3303 3304 3305
 *
 *
 */
3306
@property (nonatomic, strong) UCN *goods;
勾芒's avatar
勾芒 committed
3307
/**
3308
 *
勾芒's avatar
勾芒 committed
3309 3310 3311
 *
 *
 */
3312 3313 3314 3315 3316
@property (nonatomic, strong) NSNumber *promotionNumber;
@end /* interface PromotionGoods */



3317
/**
3318 3319 3320 3321 3322 3323 3324
 *  @author Flash
 @since 0.1
 
 */
@interface OrderBill : JSONModel
/**
 * (no documentation provided)
3325
 *
3326 3327
 *
 */
3328
@property (nonatomic, strong) DataPage *datapage;
3329
/**
3330
 * (no documentation provided)
3331 3332 3333
 *
 *
 */
3334
@property (nonatomic, strong) TOOrderEntity *order;
3335
/**
3336 3337 3338 3339 3340 3341 3342
 * (no documentation provided)
 * @see TOOrderdetailEntity
 *
 */
@property (nonatomic, strong) NSArray<TOOrderdetailEntity> *orderdetailList;
/**
 * (no documentation provided)
3343 3344 3345
 *
 *
 */
3346 3347 3348 3349 3350 3351 3352 3353
@property (nonatomic, strong) TOConsumerEntity *consumer;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, strong) TOEmployee *employee;
@end /* interface OrderBill */
3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364



/**
 *  查询京东E卡对象
 
 @author nevermore
 @since 0.1
 
 */
@interface GroupByOrderNumber : JSONModel
勾芒's avatar
勾芒 committed
3365 3366
/**
 * (no documentation provided)
3367
 *
勾芒's avatar
勾芒 committed
3368 3369
 *
 */
3370
@property (nonatomic, copy) NSString *orderNumber;
勾芒's avatar
勾芒 committed
3371
/**
勾芒's avatar
勾芒 committed
3372
 * (no documentation provided)
勾芒's avatar
勾芒 committed
3373
 *
3374 3375
 *
 */
3376
@property (nonatomic, copy) NSString *orderTime;
勾芒's avatar
勾芒 committed
3377 3378 3379 3380 3381
/**
 * (no documentation provided)
 *
 *
 */
3382 3383 3384 3385 3386 3387
@property (nonatomic, copy) NSString *orderReceiptUrl;
/**
 * (no documentation provided)
 * @see TOJingdongEcardEntity
 *
 */
曹云霄's avatar
曹云霄 committed
3388
@property (nonatomic, strong) NSArray<TOJingdongEcardEntity> *eCards;
3389
@end /* interface GroupByOrderNumber */
曹云霄's avatar
曹云霄 committed
3390

3391

曹云霄's avatar
曹云霄 committed
3392 3393

/**
勾芒's avatar
勾芒 committed
3394 3395
 *  @author NuoSa
 
曹云霄's avatar
曹云霄 committed
3396
 @since 0.1
3397
 
曹云霄's avatar
曹云霄 committed
3398
 */
勾芒's avatar
勾芒 committed
3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441
@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;
3442 3443
/**
 * (no documentation provided)
勾芒's avatar
勾芒 committed
3444
 *
3445
 *
曹云霄's avatar
曹云霄 committed
3446
 */
勾芒's avatar
勾芒 committed
3447 3448
@property (nonatomic, strong) DataPage *page;
@end /* interface GoodsCondition */
3449 3450 3451 3452



/**
勾芒's avatar
勾芒 committed
3453
 *  @author Administrator
3454 3455
 @since 0.1
 
曹云霄's avatar
曹云霄 committed
3456
 */
勾芒's avatar
勾芒 committed
3457
@interface DataDict : JSONModel
3458
/**
勾芒's avatar
勾芒 committed
3459
 * (no documentation provided)
3460 3461
 *
 *
曹云霄's avatar
曹云霄 committed
3462
 */
3463
@property (nonatomic, copy) NSString *typeName;
3464
/**
勾芒's avatar
勾芒 committed
3465
 * (no documentation provided)
3466 3467
 *
 *
曹云霄's avatar
曹云霄 committed
3468
 */
勾芒's avatar
勾芒 committed
3469 3470
@property (nonatomic, copy) NSString *typecode;
@end /* interface DataDict */
曹云霄's avatar
曹云霄 committed
3471

3472

曹云霄's avatar
曹云霄 committed
3473 3474 3475 3476 3477 3478

/**
 *  重置密码请求。
 
 @author Debenson
 @since 0.1
3479
 
曹云霄's avatar
曹云霄 committed
3480 3481
 */
@interface ResetPasswordRequest : JSONModel
3482
/**
曹云霄's avatar
曹云霄 committed
3483
 * 用户名
3484 3485
 *
 *
曹云霄's avatar
曹云霄 committed
3486 3487
 */
@property (nonatomic, copy) NSString *username;
3488 3489 3490 3491 3492 3493 3494
/**
 * 短信验证码,请先调用发送短信接口
 * com.gomore.opple.rest.system.RsSystemService#sendSms(String)
 *
 *
 */
@property (nonatomic, copy) NSString *smsCode;
3495
/**
曹云霄's avatar
曹云霄 committed
3496
 * 新密码
3497 3498
 *
 *
曹云霄's avatar
曹云霄 committed
3499 3500 3501 3502 3503
 */
@property (nonatomic, copy) NSString *fnewPassword;
@end /* interface ResetPasswordRequest */


3504

曹云霄's avatar
曹云霄 committed
3505 3506 3507 3508 3509
/**
 *  登录结果。
 
 @author Debenson
 @since 0.1
3510
 
曹云霄's avatar
曹云霄 committed
3511 3512
 */
@interface LoginResult : JSONModel
3513
/**
曹云霄's avatar
曹云霄 committed
3514
 * 员工
3515 3516
 *
 *
曹云霄's avatar
曹云霄 committed
3517 3518
 */
@property (nonatomic, strong) TOEmployee *employee;
3519
/**
曹云霄's avatar
曹云霄 committed
3520
 * 分成比例
3521 3522
 *
 *
曹云霄's avatar
曹云霄 committed
3523
 */
3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536
@property (nonatomic, strong) NSNumber *commissionRate;
/**
 * 提成金额
 *
 *
 */
@property (nonatomic, strong) NSNumber *commissionTotal;
/**
 * 最低分成比例
 *
 *
 */
@property (nonatomic, strong) NSNumber *lowestDiscount;
曹云霄's avatar
曹云霄 committed
3537 3538
@end /* interface LoginResult */

3539

曹云霄's avatar
曹云霄 committed
3540 3541

/**
3542 3543 3544
 *  客户查询条件。
 
 @author Debenson
曹云霄's avatar
曹云霄 committed
3545
 @since 0.1
3546
 
曹云霄's avatar
曹云霄 committed
3547 3548
 */
@interface ConsumerQueryCondition : JSONModel
勾芒's avatar
勾芒 committed
3549 3550 3551 3552 3553 3554
/**
 * 经销商代码等于
 *
 *
 */
@property (nonatomic, copy) NSString *resellerCodeEquals;
3555
/**
曹云霄's avatar
曹云霄 committed
3556
 * 名称等于
3557 3558
 *
 *
曹云霄's avatar
曹云霄 committed
3559 3560
 */
@property (nonatomic, copy) NSString *nameEquals;
3561
/**
曹云霄's avatar
曹云霄 committed
3562
 * 手机号等于
3563 3564
 *
 *
曹云霄's avatar
曹云霄 committed
3565 3566
 */
@property (nonatomic, copy) NSString *mobileEquals;
勾芒's avatar
勾芒 committed
3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578
/**
 * 创建时间起始于,格式: yyyy-MM-dd HH:mm:ss
 *
 *
 */
@property (nonatomic, copy) NSString *createTimeBegin;
/**
 * 创建时间截止于,格式: yyyy-MM-dd HH:mm:ss
 *
 *
 */
@property (nonatomic, copy) NSString *createTimeEnd;
3579
/**
曹云霄's avatar
曹云霄 committed
3580
 * 分布查询条件, 可空
3581 3582
 *
 *
曹云霄's avatar
曹云霄 committed
3583 3584 3585 3586 3587
 */
@property (nonatomic, strong) DataPage *page;
@end /* interface ConsumerQueryCondition */


3588

曹云霄's avatar
曹云霄 committed
3589 3590 3591 3592 3593
/**
 *  异常代码。
 
 @author Debenson
 @since 0.1
3594
 
曹云霄's avatar
曹云霄 committed
3595 3596
 */
@interface ExceptionCode : JSONModel
3597
/**
曹云霄's avatar
曹云霄 committed
3598
 * 异常代码
3599 3600
 *
 *
曹云霄's avatar
曹云霄 committed
3601
 */
3602
@property (nonatomic, assign) NSInteger code;
3603
/**
曹云霄's avatar
曹云霄 committed
3604
 * 异常信息
3605 3606
 *
 *
曹云霄's avatar
曹云霄 committed
3607 3608 3609 3610
 */
@property (nonatomic, copy) NSString *message;
@end /* interface ExceptionCode */

3611

曹云霄's avatar
曹云霄 committed
3612 3613

/**
曹云霄's avatar
曹云霄 committed
3614
 * (no documentation provided)
曹云霄's avatar
曹云霄 committed
3615
 */
曹云霄's avatar
曹云霄 committed
3616
@interface EarningsResponse : JSONModel
3617
/**
曹云霄's avatar
曹云霄 committed
3618
 * (no documentation provided)
3619 3620
 *
 *
曹云霄's avatar
曹云霄 committed
3621
 */
曹云霄's avatar
曹云霄 committed
3622
@property (nonatomic, strong) NSNumber *accountTotal;
3623
/**
曹云霄's avatar
曹云霄 committed
3624
 * (no documentation provided)
3625 3626
 *
 *
曹云霄's avatar
曹云霄 committed
3627
 */
曹云霄's avatar
曹云霄 committed
3628
@property (nonatomic, strong) NSNumber *yesterdayEarnings;
3629
/**
曹云霄's avatar
曹云霄 committed
3630
 * (no documentation provided)
3631 3632
 *
 *
曹云霄's avatar
曹云霄 committed
3633
 */
曹云霄's avatar
曹云霄 committed
3634
@property (nonatomic, strong) NSNumber *historyEarning;
曹云霄's avatar
曹云霄 committed
3635 3636 3637 3638 3639 3640
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, strong) NSNumber *applytotal;
曹云霄's avatar
曹云霄 committed
3641
@end /* interface EarningsResponse */
曹云霄's avatar
曹云霄 committed
3642 3643 3644



3645
/**
曹云霄's avatar
曹云霄 committed
3646 3647 3648
 *  @author Administrator
 @since 0.1
 
曹云霄's avatar
曹云霄 committed
3649
 */
曹云霄's avatar
曹云霄 committed
3650
@interface ApplyRequest : JSONModel
3651
/**
曹云霄's avatar
曹云霄 committed
3652
 * (no documentation provided)
3653
 *
曹云霄's avatar
曹云霄 committed
3654
 *
曹云霄's avatar
曹云霄 committed
3655
 */
曹云霄's avatar
曹云霄 committed
3656 3657
@property (nonatomic, strong) NSNumber *amount;
@end /* interface ApplyRequest */
曹云霄's avatar
曹云霄 committed
3658 3659 3660 3661



/**
3662
 *  查询京东E卡分页
曹云霄's avatar
曹云霄 committed
3663
 
3664
 @author nevermore
曹云霄's avatar
曹云霄 committed
3665
 @since 0.1
3666
 
曹云霄's avatar
曹云霄 committed
3667
 */
3668
@interface RsJingDongECardResponse : PageRows
3669
/**
曹云霄's avatar
曹云霄 committed
3670
 * (no documentation provided)
3671
 * @see GroupByOrderNumber
3672
 *
曹云霄's avatar
曹云霄 committed
3673
 */
3674 3675
@property (nonatomic, strong) NSArray<GroupByOrderNumber> *list;
@end /* interface RsJingDongECardResponse */
曹云霄's avatar
曹云霄 committed
3676 3677 3678



曹云霄's avatar
曹云霄 committed
3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696
/**
 *  查询京东E卡分页
 
 @author nevermore
 @since 0.1
 
 */
@interface RsSimpleJingDongECardResponse : PageRows
/**
 * (no documentation provided)
 * @see TOJingdongEcardEntity
 *
 */
@property (nonatomic, strong) NSArray<TOJingdongEcardEntity> *list;
@end /* interface RsSimpleJingDongECardResponse */



3697
/**
3698
 *  系统用户父类表
曹云霄's avatar
曹云霄 committed
3699 3700
 @author  张代浩
 
曹云霄's avatar
曹云霄 committed
3701
 */
3702
@interface TSBaseUser : IdEntity
3703
/**
曹云霄's avatar
曹云霄 committed
3704
 * (no documentation provided)
3705 3706
 *
 *
曹云霄's avatar
曹云霄 committed
3707
 */
3708
@property (nonatomic, copy) NSString *departid;
3709
/**
曹云霄's avatar
曹云霄 committed
3710
 * (no documentation provided)
3711 3712
 *
 *
曹云霄's avatar
曹云霄 committed
3713
 */
3714
@property (nonatomic, strong) NSData *signature;
3715
/**
曹云霄's avatar
曹云霄 committed
3716
 * (no documentation provided)
3717
 *
3718
 *
曹云霄's avatar
曹云霄 committed
3719
 */
3720
@property (nonatomic, copy) NSString *browser;
3721
/**
曹云霄's avatar
曹云霄 committed
3722
 * (no documentation provided)
3723
 *
3724
 *
曹云霄's avatar
曹云霄 committed
3725
 */
3726
@property (nonatomic, copy) NSString *userKey;
3727
/**
曹云霄's avatar
曹云霄 committed
3728
 * (no documentation provided)
3729 3730
 *
 *
曹云霄's avatar
曹云霄 committed
3731
 */
3732
@property (nonatomic, assign) short status;
3733
/**
曹云霄's avatar
曹云霄 committed
3734
 * (no documentation provided)
3735 3736
 *
 *
曹云霄's avatar
曹云霄 committed
3737
 */
3738
@property (nonatomic, assign) short activitiSync;
3739
/**
曹云霄's avatar
曹云霄 committed
3740
 * (no documentation provided)
3741 3742
 *
 *
曹云霄's avatar
曹云霄 committed
3743
 */
3744
@property (nonatomic, copy) NSString *password;
3745
/**
曹云霄's avatar
曹云霄 committed
3746
 * (no documentation provided)
曹云霄's avatar
曹云霄 committed
3747
 *
3748
 *
曹云霄's avatar
曹云霄 committed
3749
 */
3750
@property (nonatomic, copy) NSString *userName;
3751
/**
曹云霄's avatar
曹云霄 committed
3752
 * (no documentation provided)
3753 3754
 *
 *
曹云霄's avatar
曹云霄 committed
3755
 */
3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769
@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 */
3770 3771 3772 3773



/**
3774
 *  部门机构表
3775 3776 3777
 @author  张代浩
 
 */
3778
@interface TSDepart : IdEntity
3779
/**
曹云霄's avatar
曹云霄 committed
3780
 * (no documentation provided)
3781 3782
 *
 *
曹云霄's avatar
曹云霄 committed
3783
 */
3784
@property (nonatomic, strong) TSDepart *TSPDepart;
3785
/**
曹云霄's avatar
曹云霄 committed
3786
 * (no documentation provided)
曹云霄's avatar
曹云霄 committed
3787
 *
3788
 *
曹云霄's avatar
曹云霄 committed
3789
 */
3790
@property (nonatomic, copy) NSString *departname;
3791
/**
曹云霄's avatar
曹云霄 committed
3792
 * (no documentation provided)
3793 3794
 *
 *
曹云霄's avatar
曹云霄 committed
3795
 */
3796
@property (nonatomic, copy) NSString *fdescription;
3797
/**
曹云霄's avatar
曹云霄 committed
3798
 * (no documentation provided)
3799
 * @see TSDepart
3800
 *
曹云霄's avatar
曹云霄 committed
3801
 */
3802
@property (nonatomic, strong) NSArray<TSDepart> *TSDeparts;
3803
/**
曹云霄's avatar
曹云霄 committed
3804
 * (no documentation provided)
3805 3806
 *
 *
曹云霄's avatar
曹云霄 committed
3807
 */
3808
@property (nonatomic, copy) NSString *orgCode;
3809
/**
曹云霄's avatar
曹云霄 committed
3810
 * (no documentation provided)
3811 3812
 *
 *
曹云霄's avatar
曹云霄 committed
3813
 */
3814
@property (nonatomic, copy) NSString *orgType;
3815
/**
曹云霄's avatar
曹云霄 committed
3816
 * (no documentation provided)
3817 3818
 *
 *
曹云霄's avatar
曹云霄 committed
3819
 */
3820
@property (nonatomic, copy) NSString *mobile;
曹云霄's avatar
曹云霄 committed
3821 3822 3823 3824 3825
/**
 * (no documentation provided)
 *
 *
 */
3826
@property (nonatomic, copy) NSString *fax;
曹云霄's avatar
曹云霄 committed
3827 3828
/**
 * (no documentation provided)
3829
 *
曹云霄's avatar
曹云霄 committed
3830 3831
 *
 */
3832 3833 3834 3835 3836
@property (nonatomic, copy) NSString *address;
@end /* interface TSDepart */



3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861
/**
 *  用户-组织机构 实体
 <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 */


3862

曹云霄's avatar
曹云霄 committed
3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880
/**
 *  查询抽奖结果分页
 
 @author nevermore
 @since 0.1
 
 */
@interface RsLotteryResponse : PageRows
/**
 * (no documentation provided)
 * @see RsAwardDraw
 *
 */
@property (nonatomic, strong) NSArray<RsAwardDraw> *list;
@end /* interface RsLotteryResponse */



3881
/**
3882 3883 3884
 *  购物车返回对象
 
 @author Flash
3885 3886 3887
 @since 0.1
 
 */
3888
@interface ShopCartResponse : PageRows
3889 3890
/**
 * (no documentation provided)
3891
 * @see TOShopcartEntity
3892 3893
 *
 */
3894 3895
@property (nonatomic, strong) NSArray<TOShopcartEntity> *shopcart;
@end /* interface ShopCartResponse */
3896 3897 3898



3899
/**
3900
 *  @author Administrator
3901 3902 3903
 @since 0.1
 
 */
3904
@interface SceneResponse : PageRows
3905 3906
/**
 * (no documentation provided)
3907
 * @see TOSceneEntity
3908 3909
 *
 */
3910 3911
@property (nonatomic, strong) NSArray<TOSceneEntity> *list;
@end /* interface SceneResponse */
3912 3913 3914



3915
/**
3916
 *  订单返回对象
3917
 
3918
 @author wsx
3919 3920 3921
 @since 0.1
 
 */
3922
@interface OrderResponse : PageRows
3923 3924
/**
 * (no documentation provided)
3925
 * @see OrderBill
3926 3927
 *
 */
3928 3929
@property (nonatomic, strong) NSArray<OrderBill> *orderBillList;
@end /* interface OrderResponse */
3930 3931


曹云霄's avatar
曹云霄 committed
3932

3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956
/**
 *  查询抽奖结果分页
 
 @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
3957 3958 3959 3960
/**
 *  @author NuoSa
 
 @since 0.1
3961
 
曹云霄's avatar
曹云霄 committed
3962 3963
 */
@interface GoodsResponse : PageRows
3964
/**
曹云霄's avatar
曹云霄 committed
3965 3966
 * 商品列表
 * @see TOGoodsEntity
3967
 *
曹云霄's avatar
曹云霄 committed
3968 3969 3970 3971
 */
@property (nonatomic, strong) NSArray<TOGoodsEntity> *goodsEntity;
@end /* interface GoodsResponse */

3972

曹云霄's avatar
曹云霄 committed
3973 3974 3975 3976 3977 3978

/**
 *  客户分页查询结果。
 
 @author Debenson
 @since 0.1
3979
 
曹云霄's avatar
曹云霄 committed
3980 3981
 */
@interface ConsumerPageResult : PageRows
3982
/**
曹云霄's avatar
曹云霄 committed
3983 3984
 * 客户列表
 * @see TOConsumerEntity
3985
 *
曹云霄's avatar
曹云霄 committed
3986 3987 3988 3989 3990
 */
@property (nonatomic, strong) NSArray<TOConsumerEntity> *results;
@end /* interface ConsumerPageResult */


3991

曹云霄's avatar
曹云霄 committed
3992
/**
曹云霄's avatar
曹云霄 committed
3993 3994 3995
 *  流水明细分页查询结果
 
 @author nevermore
曹云霄's avatar
曹云霄 committed
3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010
 @since 0.1
 
 */
@interface RsCommissionResponse : PageRows
/**
 * (no documentation provided)
 * @see TOCommissionHistEntity
 *
 */
@property (nonatomic, strong) NSArray<TOCommissionHistEntity> *list;
@end /* interface RsCommissionResponse */



/**
曹云霄's avatar
曹云霄 committed
4011 4012 4013 4014 4015
 *  查询提现进度分页
 
 @author nevermore
 @since 0.1
 
曹云霄's avatar
曹云霄 committed
4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027
 */
@interface RsApplyBillResponse : PageRows
/**
 * (no documentation provided)
 * @see TOApplyBillEntity
 *
 */
@property (nonatomic, strong) NSArray<TOApplyBillEntity> *list;
@end /* interface RsApplyBillResponse */



曹云霄's avatar
曹云霄 committed
4028 4029
/**
 *  系统用户表
勾芒's avatar
勾芒 committed
4030 4031
 
 @author 张代浩
4032
 
曹云霄's avatar
曹云霄 committed
4033 4034
 */
@interface TSUser : TSBaseUser
4035
/**
曹云霄's avatar
曹云霄 committed
4036
 * (no documentation provided)
4037 4038
 *
 *
曹云霄's avatar
曹云霄 committed
4039 4040
 */
@property (nonatomic, copy) NSString *signatureFile;
4041
/**
曹云霄's avatar
曹云霄 committed
4042
 * (no documentation provided)
4043 4044
 *
 *
曹云霄's avatar
曹云霄 committed
4045 4046
 */
@property (nonatomic, copy) NSString *mobilePhone;
4047
/**
曹云霄's avatar
曹云霄 committed
4048
 * (no documentation provided)
4049 4050
 *
 *
曹云霄's avatar
曹云霄 committed
4051 4052
 */
@property (nonatomic, copy) NSString *officePhone;
4053
/**
曹云霄's avatar
曹云霄 committed
4054
 * (no documentation provided)
4055 4056
 *
 *
曹云霄's avatar
曹云霄 committed
4057 4058
 */
@property (nonatomic, copy) NSString *email;
4059
/**
曹云霄's avatar
曹云霄 committed
4060
 * 方法: 取得java.util.Date
4061 4062
 *
 *
曹云霄's avatar
曹云霄 committed
4063
 */
勾芒's avatar
勾芒 committed
4064
@property (nonatomic, copy) NSString *createDate;
4065
/**
曹云霄's avatar
曹云霄 committed
4066
 * 方法: 取得java.lang.String
4067 4068
 *
 *
曹云霄's avatar
曹云霄 committed
4069 4070
 */
@property (nonatomic, copy) NSString *createBy;
4071
/**
曹云霄's avatar
曹云霄 committed
4072
 * 方法: 取得java.lang.String
4073 4074
 *
 *
曹云霄's avatar
曹云霄 committed
4075 4076
 */
@property (nonatomic, copy) NSString *createName;
4077
/**
曹云霄's avatar
曹云霄 committed
4078
 * 方法: 取得java.util.Date
4079 4080
 *
 *
曹云霄's avatar
曹云霄 committed
4081
 */
勾芒's avatar
勾芒 committed
4082
@property (nonatomic, copy) NSString *updateDate;
4083
/**
曹云霄's avatar
曹云霄 committed
4084
 * 方法: 取得java.lang.String
4085 4086
 *
 *
曹云霄's avatar
曹云霄 committed
4087 4088
 */
@property (nonatomic, copy) NSString *updateBy;
4089
/**
曹云霄's avatar
曹云霄 committed
4090
 * 方法: 取得java.lang.String
4091 4092
 *
 *
曹云霄's avatar
曹云霄 committed
4093 4094
 */
@property (nonatomic, copy) NSString *updateName;
勾芒's avatar
勾芒 committed
4095 4096 4097 4098 4099 4100
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *position;
曹云霄's avatar
曹云霄 committed
4101 4102
@end /* interface TSUser */

4103

曹云霄's avatar
曹云霄 committed
4104 4105 4106 4107 4108 4109

/**
 *  经销商员工。
 
 @author Debenson
 @since 0.1
4110
 
曹云霄's avatar
曹云霄 committed
4111 4112
 */
@interface TOEmployee : TSUser
4113
/**
曹云霄's avatar
曹云霄 committed
4114
 * 职位编码列表, (多个职位编码用逗号分隔,非必填)
4115 4116
 *
 *
曹云霄's avatar
曹云霄 committed
4117 4118
 */
@property (nonatomic, copy) NSString *positions;
勾芒's avatar
勾芒 committed
4119 4120 4121 4122 4123 4124
/**
 * 个人头像
 *
 *
 */
@property (nonatomic, copy) NSString *picture;
4125 4126 4127 4128 4129 4130
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *positionsName;
曹云霄's avatar
曹云霄 committed
4131 4132 4133
@end /* interface TOEmployee */