opple_objc_json_client.h 48.9 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 OrderFilter;
勾芒's avatar
勾芒 committed
36
@class OrderPayRequest;
37
@class SceneFilter;
38 39
@class RsShippingAddrEntity;
@class SaveShoppingCartRequest;
勾芒's avatar
勾芒 committed
40
@class ShopCartFilter;
曹云霄's avatar
曹云霄 committed
41
@class TOApplyBillEntity;
42
@class TOConsumerEntity;
曹云霄's avatar
曹云霄 committed
43 44 45 46 47 48
@class TOGoodsForResellerEntity;
@class TOGoodsBrandEntity;
@class TOGoodsLabelEntity;
@class TOOrderEntity;
@class TOPositionEntity;
@class TOShippingAddrEntity;
曹云霄's avatar
曹云霄 committed
49 50
@class TOShopcartEntity;
@class IdEntity;
曹云霄's avatar
曹云霄 committed
51 52 53 54 55
@class TOSceneEntity;
@class TOOrderdetailEntity;
@class TOGoodsLabelCategoryEntity;
@class TOGoodsCategoryEntity;
@class VOResellerGoodsEntity;
56
@class TOGoodsEntity;
曹云霄's avatar
曹云霄 committed
57
@class TOCommissionHistEntity;
58 59 60
@class RsShareResponse;
@class DeleteCartRequest;
@class SceneCondition;
勾芒's avatar
勾芒 committed
61 62 63
@class OrderBill;
@class GoodsCondition;
@class DataDict;
曹云霄's avatar
曹云霄 committed
64 65 66 67
@class ResetPasswordRequest;
@class LoginResult;
@class ConsumerQueryCondition;
@class ExceptionCode;
曹云霄's avatar
曹云霄 committed
68
@class EarningsResponse;
曹云霄's avatar
曹云霄 committed
69 70
@class ApplyRequest;
@class OrderResponse;
曹云霄's avatar
曹云霄 committed
71
@class TSDepart;
曹云霄's avatar
曹云霄 committed
72
@class TSBaseUser;
勾芒's avatar
勾芒 committed
73
@class TSUserOrg;
74
@class ShopCartResponse;
勾芒's avatar
勾芒 committed
75
@class SceneResponse;
曹云霄's avatar
曹云霄 committed
76 77
@class GoodsResponse;
@class ConsumerPageResult;
曹云霄's avatar
曹云霄 committed
78 79
@class RsCommissionResponse;
@class RsApplyBillResponse;
曹云霄's avatar
曹云霄 committed
80 81
@class TSUser;
@class TOEmployee;
82

曹云霄's avatar
曹云霄 committed
83 84 85
@protocol RsApplyBillRequest @end
@protocol RsCommissionRequest @end
@protocol DataPage @end
曹云霄's avatar
曹云霄 committed
86 87 88 89
@protocol PageRows @end
@protocol RsResponse @end
@protocol LoginInfo @end
@protocol ModifyPasswordRequest @end
勾芒's avatar
勾芒 committed
90 91
@protocol RsEmployeeRequest @end
@protocol GoodsCategory @end
曹云霄's avatar
曹云霄 committed
92
@protocol GoodsFilter @end
勾芒's avatar
勾芒 committed
93
@protocol HotFilter @end
94
@protocol OrderFilter @end
勾芒's avatar
勾芒 committed
95
@protocol OrderPayRequest @end
96
@protocol SceneFilter @end
97 98
@protocol RsShippingAddrEntity @end
@protocol SaveShoppingCartRequest @end
勾芒's avatar
勾芒 committed
99
@protocol ShopCartFilter @end
曹云霄's avatar
曹云霄 committed
100
@protocol TOApplyBillEntity @end
101
@protocol TOConsumerEntity @end
曹云霄's avatar
曹云霄 committed
102 103 104 105 106 107
@protocol TOGoodsForResellerEntity @end
@protocol TOGoodsBrandEntity @end
@protocol TOGoodsLabelEntity @end
@protocol TOOrderEntity @end
@protocol TOPositionEntity @end
@protocol TOShippingAddrEntity @end
曹云霄's avatar
曹云霄 committed
108 109
@protocol TOShopcartEntity @end
@protocol IdEntity @end
曹云霄's avatar
曹云霄 committed
110 111 112 113 114
@protocol TOSceneEntity @end
@protocol TOOrderdetailEntity @end
@protocol TOGoodsLabelCategoryEntity @end
@protocol TOGoodsCategoryEntity @end
@protocol VOResellerGoodsEntity @end
115
@protocol TOGoodsEntity @end
曹云霄's avatar
曹云霄 committed
116
@protocol TOCommissionHistEntity @end
117 118 119
@protocol RsShareResponse @end
@protocol DeleteCartRequest @end
@protocol SceneCondition @end
勾芒's avatar
勾芒 committed
120 121 122
@protocol OrderBill @end
@protocol GoodsCondition @end
@protocol DataDict @end
曹云霄's avatar
曹云霄 committed
123 124 125 126
@protocol ResetPasswordRequest @end
@protocol LoginResult @end
@protocol ConsumerQueryCondition @end
@protocol ExceptionCode @end
曹云霄's avatar
曹云霄 committed
127
@protocol EarningsResponse @end
曹云霄's avatar
曹云霄 committed
128 129
@protocol ApplyRequest @end
@protocol OrderResponse @end
曹云霄's avatar
曹云霄 committed
130
@protocol TSDepart @end
曹云霄's avatar
曹云霄 committed
131
@protocol TSBaseUser @end
勾芒's avatar
勾芒 committed
132
@protocol TSUserOrg @end
133
@protocol ShopCartResponse @end
勾芒's avatar
勾芒 committed
134
@protocol SceneResponse @end
曹云霄's avatar
曹云霄 committed
135 136
@protocol GoodsResponse @end
@protocol ConsumerPageResult @end
曹云霄's avatar
曹云霄 committed
137 138
@protocol RsCommissionResponse @end
@protocol RsApplyBillResponse @end
曹云霄's avatar
曹云霄 committed
139 140
@protocol TSUser @end
@protocol TOEmployee @end
141 142


曹云霄's avatar
曹云霄 committed
143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
/**
 * (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
164 165 166
 *  流水请求
 
 @author nevermore
曹云霄's avatar
曹云霄 committed
167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228
 @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
229 230 231 232 233
/**
 *  分页类
 
 @author Administrator
 @since 0.1
234
 
曹云霄's avatar
曹云霄 committed
235 236
 */
@interface PageRows : JSONModel
237
/**
曹云霄's avatar
曹云霄 committed
238
 * (no documentation provided)
239 240
 *
 *
曹云霄's avatar
曹云霄 committed
241
 */
242
@property (nonatomic, assign) NSInteger page;
243
/**
曹云霄's avatar
曹云霄 committed
244
 * (no documentation provided)
245 246
 *
 *
曹云霄's avatar
曹云霄 committed
247
 */
248
@property (nonatomic, assign) NSInteger rows;
249
/**
曹云霄's avatar
曹云霄 committed
250
 * (no documentation provided)
251 252
 *
 *
曹云霄's avatar
曹云霄 committed
253
 */
254
@property (nonatomic, assign) NSInteger total;
255 256 257 258 259
/**
 * (no documentation provided)
 *
 *
 */
260
@property (nonatomic, assign) NSInteger totalpages;
曹云霄's avatar
曹云霄 committed
261 262 263
@end /* interface PageRows */


264

曹云霄's avatar
曹云霄 committed
265 266 267 268 269
/**
 *  Restful Service response base
 
 @author Debenson
 @since 0.1
270
 
曹云霄's avatar
曹云霄 committed
271 272
 */
@interface RsResponse : JSONModel
273
/**
曹云霄's avatar
曹云霄 committed
274
 * 0:正常, 非0异常。
275 276
 *
 *
曹云霄's avatar
曹云霄 committed
277 278
 */
@property (nonatomic, assign) long long code;
279
/**
曹云霄's avatar
曹云霄 committed
280
 * 异常描述
281 282
 *
 *
曹云霄's avatar
曹云霄 committed
283 284
 */
@property (nonatomic, copy) NSString *message;
285
/**
曹云霄's avatar
曹云霄 committed
286
 * 返回数据
287 288
 *
 *
曹云霄's avatar
曹云霄 committed
289 290 291 292
 */
@property (nonatomic, strong) NSObject *data;
@end /* interface RsResponse */

293

曹云霄's avatar
曹云霄 committed
294 295 296 297 298 299

/**
 *  经销商用户登录信息。
 
 @author Debenson
 @since 0.1
300
 
曹云霄's avatar
曹云霄 committed
301 302
 */
@interface LoginInfo : JSONModel
303
/**
曹云霄's avatar
曹云霄 committed
304
 * 用户名
305 306
 *
 *
曹云霄's avatar
曹云霄 committed
307 308
 */
@property (nonatomic, copy) NSString *username;
309
/**
曹云霄's avatar
曹云霄 committed
310
 * 密码
311 312
 *
 *
曹云霄's avatar
曹云霄 committed
313 314 315 316 317
 */
@property (nonatomic, copy) NSString *password;
@end /* interface LoginInfo */


318

曹云霄's avatar
曹云霄 committed
319 320 321 322 323
/**
 *  修改密码请求。
 
 @author Debenson
 @since 0.1
324
 
曹云霄's avatar
曹云霄 committed
325 326
 */
@interface ModifyPasswordRequest : JSONModel
327
/**
曹云霄's avatar
曹云霄 committed
328
 * 员工标识。
329 330
 *
 *
曹云霄's avatar
曹云霄 committed
331 332
 */
@property (nonatomic, copy) NSString *employeeId;
333
/**
曹云霄's avatar
曹云霄 committed
334
 * 原密码。
335 336
 *
 *
曹云霄's avatar
曹云霄 committed
337 338
 */
@property (nonatomic, copy) NSString *oldPassword;
339
/**
曹云霄's avatar
曹云霄 committed
340
 * 新密码
341 342
 *
 *
曹云霄's avatar
曹云霄 committed
343 344 345 346
 */
@property (nonatomic, copy) NSString *fnewPassword;
@end /* interface ModifyPasswordRequest */

347

曹云霄's avatar
曹云霄 committed
348 349

/**
勾芒's avatar
勾芒 committed
350
 *  @author MHk
曹云霄's avatar
曹云霄 committed
351
 @since 0.1
352 353
 
 */
勾芒's avatar
勾芒 committed
354
@interface RsEmployeeRequest : JSONModel
355 356 357 358 359
/**
 * (no documentation provided)
 *
 *
 */
勾芒's avatar
勾芒 committed
360 361
@property (nonatomic, strong) TOEmployee *employee;
@end /* interface RsEmployeeRequest */
362

曹云霄's avatar
曹云霄 committed
363

364 365

/**
勾芒's avatar
勾芒 committed
366
 *  @author Debenson
367 368
 @since 0.1
 
曹云霄's avatar
曹云霄 committed
369
 */
勾芒's avatar
勾芒 committed
370
@interface GoodsCategory : JSONModel
371
/**
勾芒's avatar
勾芒 committed
372
 * 分类id
373 374 375
 *
 *
 */
勾芒's avatar
勾芒 committed
376
@property (nonatomic, copy) NSString *fid;
377
/**
勾芒's avatar
勾芒 committed
378
 * 分类名称
379 380 381
 *
 *
 */
勾芒's avatar
勾芒 committed
382
@property (nonatomic, copy) NSString *name;
383
/**
勾芒's avatar
勾芒 committed
384 385
 * 下级分类列表
 * @see GoodsCategory
386 387
 *
 */
勾芒's avatar
勾芒 committed
388 389
@property (nonatomic, strong) NSArray<GoodsCategory> *children;
@end /* interface GoodsCategory */
曹云霄's avatar
曹云霄 committed
390

391

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

/**
 *  @author Debenson
 @since 0.1
396
 
曹云霄's avatar
曹云霄 committed
397 398
 */
@interface GoodsFilter : JSONModel
399
/**
曹云霄's avatar
曹云霄 committed
400
 * 风格
401 402
 * @see DataDict
 *
曹云霄's avatar
曹云霄 committed
403
 */
404 405 406
@property (nonatomic, strong) NSArray<DataDict> *styles;
/**
 * (no documentation provided)
曹云霄's avatar
曹云霄 committed
407
 * @see GoodsCategory
408
 *
曹云霄's avatar
曹云霄 committed
409 410
 */
@property (nonatomic, strong) NSArray<GoodsCategory> *categories;
411
/**
曹云霄's avatar
曹云霄 committed
412
 * 空间
413 414
 * @see DataDict
 *
曹云霄's avatar
曹云霄 committed
415
 */
416 417
@property (nonatomic, strong) NSArray<DataDict> *space;
/**
曹云霄's avatar
曹云霄 committed
418
 * 材质
419 420
 * @see DataDict
 *
曹云霄's avatar
曹云霄 committed
421
 */
422 423
@property (nonatomic, strong) NSArray<DataDict> *material;
/**
曹云霄's avatar
曹云霄 committed
424
 * 价格
425 426
 * @see DataDict
 *
曹云霄's avatar
曹云霄 committed
427
 */
428
@property (nonatomic, strong) NSArray<DataDict> *price;
曹云霄's avatar
曹云霄 committed
429 430 431 432 433
@end /* interface GoodsFilter */



/**
勾芒's avatar
勾芒 committed
434
 *  @author Administrator
曹云霄's avatar
曹云霄 committed
435
 @since 0.1
436
 
曹云霄's avatar
曹云霄 committed
437
 */
勾芒's avatar
勾芒 committed
438
@interface HotFilter : JSONModel
439
/**
曹云霄's avatar
曹云霄 committed
440
 * (no documentation provided)
勾芒's avatar
勾芒 committed
441
 * @see DataDict
442 443
 *
 */
勾芒's avatar
勾芒 committed
444 445
@property (nonatomic, strong) NSArray<DataDict> *list;
@end /* interface HotFilter */
曹云霄's avatar
曹云霄 committed
446

447

曹云霄's avatar
曹云霄 committed
448 449

/**
450
 *  订单筛选条件。
勾芒's avatar
勾芒 committed
451
 
452
 @author Debenson
曹云霄's avatar
曹云霄 committed
453
 @since 0.1
454
 
曹云霄's avatar
曹云霄 committed
455
 */
456
@interface OrderFilter : JSONModel
457
/**
458
 * 经销商代码
459 460
 *
 *
曹云霄's avatar
曹云霄 committed
461
 */
462
@property (nonatomic, copy) NSString *resellerCodeEquals;
463
/**
勾芒's avatar
勾芒 committed
464
 *
465 466
 *
 *
曹云霄's avatar
曹云霄 committed
467
 */
468
@property (nonatomic, copy) NSString *orderStateEquals;
469
/**
470
 * 消费者名称或手机号等于
471 472
 *
 *
曹云霄's avatar
曹云霄 committed
473
 */
474
@property (nonatomic, copy) NSString *consumerNameOrMobileEquals;
勾芒's avatar
勾芒 committed
475
/**
476 477
 * 客户标识等于
 *
勾芒's avatar
勾芒 committed
478
 *
479 480 481 482
 */
@property (nonatomic, copy) NSString *consumerIdEquals;
/**
 * 分页数据
勾芒's avatar
勾芒 committed
483 484 485
 *
 *
 */
486 487 488 489 490 491 492 493 494 495 496 497 498
@property (nonatomic, strong) DataPage *dp;
@end /* interface OrderFilter */



/**
 *  订单支付
 
 @author wsx
 @since 0.1
 
 */
@interface OrderPayRequest : JSONModel
勾芒's avatar
勾芒 committed
499 500 501 502 503
/**
 *
 *
 *
 */
504
@property (nonatomic, copy) NSString *orderNumber;
勾芒's avatar
勾芒 committed
505 506 507 508 509
/**
 *
 *
 *
 */
510
@property (nonatomic, copy) NSString *oldstate;
勾芒's avatar
勾芒 committed
511 512 513 514 515
/**
 *
 *
 *
 */
516
@property (nonatomic, copy) NSString *fnewstate;
517
/**
518 519 520
 *
 *
 *
521
 */
522
@property (nonatomic, copy) NSString *payType;
523
/**
524
 *
勾芒's avatar
勾芒 committed
525
 *
526 527
 *
 */
528
@property (nonatomic, copy) NSString *isbill;
勾芒's avatar
勾芒 committed
529
/**
530
 *
勾芒's avatar
勾芒 committed
531 532 533
 *
 *
 */
534
@property (nonatomic, copy) NSString *billType;
535
/**
536
 *
勾芒's avatar
勾芒 committed
537
 *
538 539
 *
 */
540 541
@property (nonatomic, copy) NSString *billTitle;
@end /* interface OrderPayRequest */
542 543


勾芒's avatar
勾芒 committed
544 545 546 547 548 549

/**
 *  @author Administrator
 @since 0.1
 
 */
勾芒's avatar
勾芒 committed
550
@interface SceneFilter : JSONModel
勾芒's avatar
勾芒 committed
551 552
/**
 * (no documentation provided)
勾芒's avatar
勾芒 committed
553
 * @see DataDict
勾芒's avatar
勾芒 committed
554 555
 *
 */
勾芒's avatar
勾芒 committed
556 557 558 559 560 561 562 563
@property (nonatomic, strong) NSArray<DataDict> *styles;
/**
 * (no documentation provided)
 * @see DataDict
 *
 */
@property (nonatomic, strong) NSArray<DataDict> *space;
@end /* interface SceneFilter */
勾芒's avatar
勾芒 committed
564 565


曹云霄's avatar
曹云霄 committed
566 567

/**
568
 *  @author Administrator
勾芒's avatar
勾芒 committed
569 570 571
 @since 0.1
 
 */
572
@interface RsShippingAddrEntity : JSONModel
勾芒's avatar
勾芒 committed
573
/**
574 575
 * (no documentation provided)
 * @see TOShippingAddrEntity
勾芒's avatar
勾芒 committed
576 577
 *
 */
578 579
@property (nonatomic, strong) NSArray<TOShippingAddrEntity> *list;
@end /* interface RsShippingAddrEntity */
勾芒's avatar
勾芒 committed
580 581 582 583



/**
584
 *  @author Debenson
勾芒's avatar
勾芒 committed
585 586 587
 @since 0.1
 
 */
588
@interface SaveShoppingCartRequest : JSONModel
勾芒's avatar
勾芒 committed
589 590 591 592 593 594 595
/**
 * 消费者标识
 *
 *
 */
@property (nonatomic, copy) NSString *consumerId;
/**
596
 * 商品标识
勾芒's avatar
勾芒 committed
597 598 599
 *
 *
 */
600 601 602 603 604 605 606 607
@property (nonatomic, copy) NSString *goodsId;
/**
 * 商品数量,>0表示添加, <0表示减少
 *
 *
 */
@property (nonatomic, copy) NSString *count;
@end /* interface SaveShoppingCartRequest */
勾芒's avatar
勾芒 committed
608 609 610 611



/**
612
 *  购物车查询条件。
613
 
勾芒's avatar
勾芒 committed
614 615
 @author Debenson
 @since 0.1
616
 
曹云霄's avatar
曹云霄 committed
617
 */
618
@interface ShopCartFilter : JSONModel
619
/**
620
 * 消费者标识
621 622 623
 *
 *
 */
624
@property (nonatomic, copy) NSString *consumerId;
625
/**
626
 * 分页数据
627 628 629
 *
 *
 */
630 631
@property (nonatomic, strong) DataPage *dp;
@end /* interface ShopCartFilter */
勾芒's avatar
勾芒 committed
632 633 634



635
/**
曹云霄's avatar
曹云霄 committed
636 637 638
 *
 @Title: Entity
 @Description: 提现申请
勾芒's avatar
勾芒 committed
639
 @author onlineGenerator
曹云霄's avatar
曹云霄 committed
640
 @date 2016-08-24 09:40:02
勾芒's avatar
勾芒 committed
641 642 643
 @version V1.0
 
 
644
 */
曹云霄's avatar
曹云霄 committed
645
@interface TOApplyBillEntity : JSONModel
646
/**
647
 * 方法: 取得java.lang.String
648 649 650
 *
 *
 */
651
@property (nonatomic, copy) NSString *fid;
652
/**
653
 * 方法: 取得java.lang.String
654 655 656
 *
 *
 */
657
@property (nonatomic, copy) NSString *createName;
658
/**
659
 * 方法: 取得java.lang.String
660 661 662
 *
 *
 */
663
@property (nonatomic, copy) NSString *createBy;
664
/**
665
 * 方法: 取得java.util.Date
666 667 668
 *
 *
 */
669
@property (nonatomic, copy) NSString *createDate;
670
/**
671
 * 方法: 取得java.lang.String
672 673 674
 *
 *
 */
曹云霄's avatar
曹云霄 committed
675
@property (nonatomic, copy) NSString *updateName;
676
/**
曹云霄's avatar
曹云霄 committed
677
 * 方法: 取得java.lang.String
678 679
 *
 *
曹云霄's avatar
曹云霄 committed
680
 */
曹云霄's avatar
曹云霄 committed
681
@property (nonatomic, copy) NSString *updateBy;
682
/**
曹云霄's avatar
曹云霄 committed
683
 * 方法: 取得java.util.Date
684 685
 *
 *
曹云霄's avatar
曹云霄 committed
686
 */
曹云霄's avatar
曹云霄 committed
687
@property (nonatomic, copy) NSString *updateDate;
688
/**
689
 * 方法: 取得java.lang.String
690 691
 *
 *
曹云霄's avatar
曹云霄 committed
692
 */
曹云霄's avatar
曹云霄 committed
693
@property (nonatomic, copy) NSString *sysOrgCode;
694
/**
695
 * 方法: 取得java.lang.String
696 697
 *
 *
曹云霄's avatar
曹云霄 committed
698
 */
曹云霄's avatar
曹云霄 committed
699
@property (nonatomic, copy) NSString *billNumber;
700
/**
曹云霄's avatar
曹云霄 committed
701
 * 方法: 取得java.lang.String
702 703
 *
 *
曹云霄's avatar
曹云霄 committed
704
 */
曹云霄's avatar
曹云霄 committed
705
@property (nonatomic, copy) NSString *guideId;
706
/**
曹云霄's avatar
曹云霄 committed
707
 * 方法: 取得java.lang.String
708 709
 *
 *
曹云霄's avatar
曹云霄 committed
710
 */
曹云霄's avatar
曹云霄 committed
711
@property (nonatomic, copy) NSString *guideName;
712
/**
曹云霄's avatar
曹云霄 committed
713
 * 方法: 取得java.math.BigDecimal
714 715
 *
 *
曹云霄's avatar
曹云霄 committed
716
 */
曹云霄's avatar
曹云霄 committed
717
@property (nonatomic, strong) NSNumber *applyMoney;
718
/**
曹云霄's avatar
曹云霄 committed
719
 * 方法: 取得java.math.BigDecimal
720 721
 *
 *
曹云霄's avatar
曹云霄 committed
722
 */
曹云霄's avatar
曹云霄 committed
723 724 725 726 727 728 729
@property (nonatomic, strong) NSNumber *beforeMoney;
/**
 * 方法: 取得java.math.BigDecimal
 *
 *
 */
@property (nonatomic, strong) NSNumber *afterMoney;
730
/**
曹云霄's avatar
曹云霄 committed
731
 * 方法: 取得java.lang.String
732 733
 *
 *
曹云霄's avatar
曹云霄 committed
734
 */
曹云霄's avatar
曹云霄 committed
735 736
@property (nonatomic, copy) NSString *billStates;
@end /* interface TOApplyBillEntity */
737 738 739 740



/**
曹云霄's avatar
曹云霄 committed
741 742 743 744 745
 *  @Title: Entity
 @Description: 客户
 @author onlineGenerator
 @date 2016-05-08 18:08:58
 @version V1.0
746 747 748
 
 
 */
曹云霄's avatar
曹云霄 committed
749
@interface TOConsumerEntity : JSONModel
750
/**
曹云霄's avatar
曹云霄 committed
751
 * 方法: 取得java.lang.String
752 753
 *
 *
曹云霄's avatar
曹云霄 committed
754
 */
755
@property (nonatomic, copy) NSString *fid;
756
/**
曹云霄's avatar
曹云霄 committed
757
 * 方法: 取得java.lang.String
758 759 760
 *
 *
 */
曹云霄's avatar
曹云霄 committed
761
@property (nonatomic, copy) NSString *createName;
762
/**
曹云霄's avatar
曹云霄 committed
763
 * 方法: 取得java.lang.String
764 765 766
 *
 *
 */
曹云霄's avatar
曹云霄 committed
767
@property (nonatomic, copy) NSString *createBy;
768
/**
曹云霄's avatar
曹云霄 committed
769
 * 方法: 取得java.util.Date
770 771 772
 *
 *
 */
曹云霄's avatar
曹云霄 committed
773
@property (nonatomic, copy) NSString *createDate;
774 775 776 777 778
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
779
@property (nonatomic, copy) NSString *sysOrgCode;
780 781 782 783 784 785 786 787 788 789 790
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *name;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
791
@property (nonatomic, copy) NSString *mobile;
792 793 794 795 796
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
797
@property (nonatomic, copy) NSString *province;
798 799 800 801 802
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
803
@property (nonatomic, copy) NSString *city;
804 805 806 807 808
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
809
@property (nonatomic, copy) NSString *country;
810
/**
曹云霄's avatar
曹云霄 committed
811
 * 方法: 取得java.lang.String
812 813
 *
 *
曹云霄's avatar
曹云霄 committed
814
 */
曹云霄's avatar
曹云霄 committed
815
@property (nonatomic, copy) NSString *address;
勾芒's avatar
勾芒 committed
816
/**
曹云霄's avatar
曹云霄 committed
817
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
818 819 820
 *
 *
 */
曹云霄's avatar
曹云霄 committed
821
@property (nonatomic, copy) NSString *picture;
勾芒's avatar
勾芒 committed
822
/**
曹云霄's avatar
曹云霄 committed
823
 * 方法: 取得java.util.Date
勾芒's avatar
勾芒 committed
824 825 826
 *
 *
 */
曹云霄's avatar
曹云霄 committed
827
@property (nonatomic, copy) NSString *lastVisitedTime;
勾芒's avatar
勾芒 committed
828
/**
勾芒's avatar
勾芒 committed
829
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
830 831 832
 *
 *
 */
曹云霄's avatar
曹云霄 committed
833 834 835 836 837
@property (nonatomic, copy) NSString *company;
@end /* interface TOConsumerEntity */



勾芒's avatar
勾芒 committed
838
/**
曹云霄's avatar
曹云霄 committed
839 840 841 842 843
 * (no documentation provided)
 */
@interface TOGoodsForResellerEntity : JSONModel
/**
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
844 845 846
 *
 *
 */
曹云霄's avatar
曹云霄 committed
847
@property (nonatomic, copy) NSString *fid;
848
/**
勾芒's avatar
勾芒 committed
849 850 851
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
852
 */
曹云霄's avatar
曹云霄 committed
853
@property (nonatomic, copy) NSString *resellerId;
勾芒's avatar
勾芒 committed
854
/**
曹云霄's avatar
曹云霄 committed
855
 * (no documentation provided)
勾芒's avatar
勾芒 committed
856 857 858
 *
 *
 */
曹云霄's avatar
曹云霄 committed
859
@property (nonatomic, strong) TOGoodsEntity *goods;
860
/**
曹云霄's avatar
曹云霄 committed
861
 * (no documentation provided)
862 863
 *
 *
曹云霄's avatar
曹云霄 committed
864
 */
曹云霄's avatar
曹云霄 committed
865 866 867 868 869 870 871 872 873 874 875 876 877 878 879
@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
880
/**
勾芒's avatar
勾芒 committed
881 882 883
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
884
 */
曹云霄's avatar
曹云霄 committed
885
@property (nonatomic, copy) NSString *fid;
勾芒's avatar
勾芒 committed
886
/**
勾芒's avatar
勾芒 committed
887
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
888 889 890
 *
 *
 */
曹云霄's avatar
曹云霄 committed
891
@property (nonatomic, copy) NSString *createName;
892
/**
勾芒's avatar
勾芒 committed
893
 * 方法: 取得java.lang.String
894 895
 *
 *
曹云霄's avatar
曹云霄 committed
896
 */
曹云霄's avatar
曹云霄 committed
897
@property (nonatomic, copy) NSString *createBy;
898
/**
曹云霄's avatar
曹云霄 committed
899
 * 方法: 取得java.util.Date
900 901
 *
 *
曹云霄's avatar
曹云霄 committed
902
 */
曹云霄's avatar
曹云霄 committed
903
@property (nonatomic, copy) NSString *createDate;
曹云霄's avatar
曹云霄 committed
904 905
/**
 * 方法: 取得java.lang.String
906 907
 *
 *
曹云霄's avatar
曹云霄 committed
908
 */
曹云霄's avatar
曹云霄 committed
909
@property (nonatomic, copy) NSString *sysOrgCode;
910
/**
勾芒's avatar
勾芒 committed
911
 * 方法: 取得java.lang.String
912 913
 *
 *
曹云霄's avatar
曹云霄 committed
914
 */
曹云霄's avatar
曹云霄 committed
915
@property (nonatomic, copy) NSString *sysCompanyCode;
916
/**
曹云霄's avatar
曹云霄 committed
917
 * 方法: 取得java.lang.String
918 919
 *
 *
曹云霄's avatar
曹云霄 committed
920
 */
曹云霄's avatar
曹云霄 committed
921
@property (nonatomic, copy) NSString *code;
922
/**
勾芒's avatar
勾芒 committed
923
 * 方法: 取得java.lang.String
924 925
 *
 *
曹云霄's avatar
曹云霄 committed
926
 */
曹云霄's avatar
曹云霄 committed
927
@property (nonatomic, copy) NSString *name;
928
/**
曹云霄's avatar
曹云霄 committed
929
 * 方法: 取得java.lang.Integer
930 931
 *
 *
曹云霄's avatar
曹云霄 committed
932
 */
曹云霄's avatar
曹云霄 committed
933
@property (nonatomic, copy) NSString *state;
934
/**
曹云霄's avatar
曹云霄 committed
935
 * 方法: 取得java.lang.String
936 937
 *
 *
曹云霄's avatar
曹云霄 committed
938
 */
曹云霄's avatar
曹云霄 committed
939
@property (nonatomic, copy) NSString *logo;
940 941 942 943
/**
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
944
 */
曹云霄's avatar
曹云霄 committed
945 946 947 948 949
@property (nonatomic, copy) NSString *fdescription;
@end /* interface TOGoodsBrandEntity */



950
/**
曹云霄's avatar
曹云霄 committed
951 952 953 954 955 956 957
 *  @Title: Entity
 @Description: 商品标签
 @author onlineGenerator
 @date 2016-05-05 17:18:15
 @version V1.0
 
 
958
 */
曹云霄's avatar
曹云霄 committed
959
@interface TOGoodsLabelEntity : JSONModel
960
/**
曹云霄's avatar
曹云霄 committed
961
 * (no documentation provided)
962 963 964
 *
 *
 */
曹云霄's avatar
曹云霄 committed
965
@property (nonatomic, strong) TOGoodsLabelCategoryEntity *category;
966 967 968 969 970
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
971
@property (nonatomic, copy) NSString *fid;
972 973 974 975 976
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
977
@property (nonatomic, copy) NSString *sysOrgCode;
978 979 980 981 982
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
983
@property (nonatomic, copy) NSString *sysCompanyCode;
984
/**
985
 * 方法: 取得java.lang.String
986 987 988
 *
 *
 */
曹云霄's avatar
曹云霄 committed
989
@property (nonatomic, copy) NSString *name;
990
/**
曹云霄's avatar
曹云霄 committed
991
 * 方法: 取得java.lang.String
992 993 994
 *
 *
 */
曹云霄's avatar
曹云霄 committed
995 996
@property (nonatomic, copy) NSString *categoryId;
@end /* interface TOGoodsLabelEntity */
997 998 999



1000
/**
1001
 *  @Title: Entity
曹云霄's avatar
曹云霄 committed
1002
 @Description: 订单
1003
 @author onlineGenerator
曹云霄's avatar
曹云霄 committed
1004
 @date 2016-05-06 12:53:09
1005 1006 1007
 @version V1.0
 
 
1008
 */
曹云霄's avatar
曹云霄 committed
1009
@interface TOOrderEntity : JSONModel
1010
/**
曹云霄's avatar
曹云霄 committed
1011
 * 方法: 取得java.lang.String
1012 1013 1014
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1015
@property (nonatomic, copy) NSString *fid;
1016 1017 1018 1019 1020
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1021
@property (nonatomic, copy) NSString *createName;
1022 1023 1024 1025 1026
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1027 1028 1029 1030 1031 1032 1033
@property (nonatomic, copy) NSString *createBy;
/**
 * 方法: 取得java.util.Date
 *
 *
 */
@property (nonatomic, copy) NSString *createDate;
1034 1035 1036 1037 1038
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1039
@property (nonatomic, copy) NSString *updateName;
1040
/**
勾芒's avatar
勾芒 committed
1041
 * 方法: 取得java.lang.String
1042 1043 1044
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1045
@property (nonatomic, copy) NSString *updateBy;
勾芒's avatar
勾芒 committed
1046
/**
曹云霄's avatar
曹云霄 committed
1047
 * 方法: 取得java.util.Date
勾芒's avatar
勾芒 committed
1048 1049 1050
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1051
@property (nonatomic, copy) NSString *updateDate;
勾芒's avatar
勾芒 committed
1052
/**
曹云霄's avatar
曹云霄 committed
1053 1054 1055
 * 方法: 取得java.lang.String
 *
 *
勾芒's avatar
勾芒 committed
1056
 */
曹云霄's avatar
曹云霄 committed
1057
@property (nonatomic, copy) NSString *sysOrgCode;
勾芒's avatar
勾芒 committed
1058 1059 1060 1061 1062
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1063 1064 1065 1066 1067 1068 1069
@property (nonatomic, copy) NSString *orderNumber;
/**
 * 方法: 取得java.util.Date
 *
 *
 */
@property (nonatomic, copy) NSString *orderTime;
勾芒's avatar
勾芒 committed
1070
/**
勾芒's avatar
勾芒 committed
1071
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
1072 1073 1074
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1075
@property (nonatomic, copy) NSString *guideId;
勾芒's avatar
勾芒 committed
1076
/**
勾芒's avatar
勾芒 committed
1077
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
1078 1079 1080
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1081
@property (nonatomic, copy) NSString *orderState;
勾芒's avatar
勾芒 committed
1082 1083 1084 1085 1086
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1087
@property (nonatomic, copy) NSString *consumerId;
勾芒's avatar
勾芒 committed
1088 1089 1090 1091 1092
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1093
@property (nonatomic, copy) NSString *goodsNum;
1094
/**
曹云霄's avatar
曹云霄 committed
1095 1096 1097
 * 方法: 取得java.math.BigDecimal
 *
 *
1098
 */
曹云霄's avatar
曹云霄 committed
1099
@property (nonatomic, strong) NSNumber *orderPrice;
1100 1101 1102 1103 1104
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1105
@property (nonatomic, copy) NSString *receiverName;
1106 1107 1108 1109 1110
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1111
@property (nonatomic, copy) NSString *receiverMobile;
1112
/**
1113 1114 1115
 * 方法: 取得java.lang.String
 *
 *
1116
 */
曹云霄's avatar
曹云霄 committed
1117
@property (nonatomic, copy) NSString *receiverAddress;
1118
/**
1119
 * 方法: 取得java.lang.String
1120 1121 1122
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1123
@property (nonatomic, copy) NSString *isBill;
1124 1125 1126 1127 1128
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1129
@property (nonatomic, copy) NSString *billType;
1130
/**
1131
 * 方法: 取得java.lang.String
1132 1133
 *
 *
曹云霄's avatar
曹云霄 committed
1134
 */
曹云霄's avatar
曹云霄 committed
1135
@property (nonatomic, copy) NSString *billTitle;
1136
/**
1137
 * 方法: 取得java.lang.String
1138 1139 1140
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1141
@property (nonatomic, copy) NSString *payType;
1142
/**
曹云霄's avatar
曹云霄 committed
1143
 * (no documentation provided)
1144 1145 1146
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1147
@property (nonatomic, copy) NSString *consumerName;
勾芒's avatar
勾芒 committed
1148
/**
曹云霄's avatar
曹云霄 committed
1149
 * (no documentation provided)
勾芒's avatar
勾芒 committed
1150 1151 1152
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1153
@property (nonatomic, copy) NSString *guideName;
1154
/**
曹云霄's avatar
曹云霄 committed
1155
 * (no documentation provided)
1156 1157 1158
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173
@property (nonatomic, copy) NSString *resellerName;
@end /* interface TOOrderEntity */



/**
 *  @Title: Entity
 @Description: 经销商员工职位
 @author onlineGenerator
 @date 2016-05-02 17:39:21
 @version V1.0
 
 
 */
@interface TOPositionEntity : JSONModel
勾芒's avatar
勾芒 committed
1174
/**
1175
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
1176 1177 1178
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1179
@property (nonatomic, copy) NSString *fid;
勾芒's avatar
勾芒 committed
1180 1181 1182 1183 1184
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1185
@property (nonatomic, copy) NSString *code;
1186
/**
勾芒's avatar
勾芒 committed
1187 1188 1189
 * 方法: 取得java.lang.String
 *
 *
1190
 */
曹云霄's avatar
曹云霄 committed
1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210
@property (nonatomic, copy) NSString *name;
/**
 * 方法: 取得java.math.BigDecimal
 *
 *
 */
@property (nonatomic, strong) NSNumber *commission;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, strong) NSNumber *lowestDiscount;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *resellerCode;
@end /* interface TOPositionEntity */
1211 1212 1213 1214 1215



/**
 *  @Title: Entity
曹云霄's avatar
曹云霄 committed
1216
 @Description: t_o_shipping_addr
1217
 @author onlineGenerator
曹云霄's avatar
曹云霄 committed
1218
 @date 2016-05-14 16:14:15
1219 1220 1221 1222
 @version V1.0
 
 
 */
曹云霄's avatar
曹云霄 committed
1223
@interface TOShippingAddrEntity : JSONModel
1224
/**
1225
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
1226 1227 1228
 *
 *
 */
1229
@property (nonatomic, copy) NSString *fid;
曹云霄's avatar
曹云霄 committed
1230 1231 1232 1233 1234 1235
/**
 * 方法: 取得java.util.Date
 *
 *
 */
@property (nonatomic, copy) NSString *createDate;
勾芒's avatar
勾芒 committed
1236
/**
1237
 * 方法: 取得java.lang.String
1238 1239 1240
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1241
@property (nonatomic, copy) NSString *sysOrgCode;
1242
/**
1243
 * 方法: 取得java.lang.String
1244 1245 1246
 *
 *
 */
1247
@property (nonatomic, copy) NSString *name;
1248 1249 1250 1251 1252
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1253
@property (nonatomic, copy) NSString *miblephone;
1254
/**
勾芒's avatar
勾芒 committed
1255
 * 方法: 取得java.lang.String
1256 1257 1258
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1259
@property (nonatomic, copy) NSString *province;
1260
/**
1261
 * 方法: 取得java.lang.String
1262 1263 1264
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1265
@property (nonatomic, copy) NSString *city;
1266 1267 1268 1269 1270
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284
@property (nonatomic, copy) NSString *country;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *address;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *consumerId;
@end /* interface TOShippingAddrEntity */
1285 1286 1287



1288
/**
1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299
 *  @Title: Entity
 @Description: t_o_shopcart
 @author onlineGenerator
 @date 2016-05-13 14:26:57
 @version V1.0
 
 
 */
@interface TOShopcartEntity : JSONModel
/**
 * 商品详情
1300 1301 1302
 *
 *
 */
1303
@property (nonatomic, strong) VOResellerGoodsEntity *goods;
1304 1305 1306 1307 1308
/**
 * 方法: 取得java.lang.String
 *
 *
 */
1309
@property (nonatomic, copy) NSString *fid;
1310
/**
1311
 * 方法: 取得java.lang.String
1312 1313 1314
 *
 *
 */
1315
@property (nonatomic, copy) NSString *createName;
1316
/**
1317
 * 方法: 取得java.lang.String
1318 1319 1320
 *
 *
 */
1321
@property (nonatomic, copy) NSString *createBy;
勾芒's avatar
勾芒 committed
1322
/**
1323
 * 方法: 取得java.util.Date
勾芒's avatar
勾芒 committed
1324 1325 1326
 *
 *
 */
1327
@property (nonatomic, copy) NSString *createDate;
1328
/**
1329 1330 1331
 * 方法: 取得java.lang.String
 *
 *
1332
 */
1333
@property (nonatomic, copy) NSString *updateName;
1334 1335 1336 1337 1338
/**
 * 方法: 取得java.lang.String
 *
 *
 */
1339 1340 1341 1342 1343 1344 1345
@property (nonatomic, copy) NSString *updateBy;
/**
 * 方法: 取得java.util.Date
 *
 *
 */
@property (nonatomic, copy) NSString *updateDate;
1346
/**
勾芒's avatar
勾芒 committed
1347
 * 方法: 取得java.lang.String
1348 1349 1350
 *
 *
 */
1351 1352 1353 1354 1355 1356 1357
@property (nonatomic, copy) NSString *goodsId;
/**
 * 方法: 取得java.lang.Integer
 *
 *
 */
@property (nonatomic, assign) NSInteger goodsNum;
曹云霄's avatar
曹云霄 committed
1358
/**
勾芒's avatar
勾芒 committed
1359 1360
 * 方法: 取得java.lang.String
 *
1361
 *
曹云霄's avatar
曹云霄 committed
1362
 */
1363
@property (nonatomic, copy) NSString *consumerId;
1364
/**
1365
 * 方法: 取得java.lang.String
1366 1367 1368
 *
 *
 */
1369
@property (nonatomic, copy) NSString *resellerId;
1370
/**
勾芒's avatar
勾芒 committed
1371
 * 方法: 取得java.lang.String
1372 1373
 *
 *
曹云霄's avatar
曹云霄 committed
1374
 */
1375 1376
@property (nonatomic, strong) NSNumber *costPrice;
@end /* interface TOShopcartEntity */
1377 1378 1379



1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392
/**
 * (no documentation provided)
 */
@interface IdEntity : JSONModel
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *fid;
@end /* interface IdEntity */


1393 1394 1395

/**
 *  @Title: Entity
曹云霄's avatar
曹云霄 committed
1396
 @Description: 场景
1397
 @author onlineGenerator
曹云霄's avatar
曹云霄 committed
1398
 @date 2016-05-05 18:39:39
1399 1400 1401 1402
 @version V1.0
 
 
 */
曹云霄's avatar
曹云霄 committed
1403
@interface TOSceneEntity : JSONModel
1404
/**
勾芒's avatar
勾芒 committed
1405
 * 方法: 取得java.lang.String
1406 1407
 *
 *
曹云霄's avatar
曹云霄 committed
1408
 */
1409 1410
@property (nonatomic, copy) NSString *fid;
/**
曹云霄's avatar
曹云霄 committed
1411
 * 方法: 取得java.lang.String
1412 1413 1414
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1415
@property (nonatomic, copy) NSString *sceneCode;
1416
/**
曹云霄's avatar
曹云霄 committed
1417
 * 方法: 取得java.lang.String
1418 1419
 *
 *
曹云霄's avatar
曹云霄 committed
1420
 */
曹云霄's avatar
曹云霄 committed
1421
@property (nonatomic, copy) NSString *name;
勾芒's avatar
勾芒 committed
1422 1423 1424 1425 1426
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1427
@property (nonatomic, copy) NSString *pricure;
1428 1429 1430 1431 1432
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1433
@property (nonatomic, copy) NSString *category;
1434 1435 1436 1437 1438
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1439
@property (nonatomic, copy) NSString *style;
1440 1441 1442 1443 1444
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459
@property (nonatomic, copy) NSString *space;
@end /* interface TOSceneEntity */



/**
 *  @Title: Entity
 @Description: 订单详情
 @author onlineGenerator
 @date 2016-05-06 12:53:09
 @version V1.0
 
 
 */
@interface TOOrderdetailEntity : JSONModel
曹云霄's avatar
曹云霄 committed
1460 1461 1462 1463 1464 1465
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *brandName;
1466 1467 1468 1469 1470
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1471
@property (nonatomic, copy) NSString *fid;
1472 1473 1474 1475 1476
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1477
@property (nonatomic, copy) NSString *goodsId;
1478 1479 1480 1481 1482
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1483
@property (nonatomic, copy) NSString *goodsCode;
1484
/**
曹云霄's avatar
曹云霄 committed
1485 1486 1487
 * 方法: 取得java.lang.String
 *
 *
勾芒's avatar
勾芒 committed
1488
 */
曹云霄's avatar
曹云霄 committed
1489
@property (nonatomic, copy) NSString *goodsName;
1490
/**
1491
 * 方法: 取得java.lang.String
1492 1493 1494
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1495
@property (nonatomic, copy) NSString *goodsCover;
1496 1497 1498 1499 1500
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1501
@property (nonatomic, copy) NSString *goodsSpec;
1502 1503 1504 1505 1506
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1507 1508 1509 1510 1511 1512 1513
@property (nonatomic, copy) NSString *goodsBrand;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *goodsNum;
1514 1515 1516 1517 1518
/**
 * 方法: 取得java.math.BigDecimal
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1519
@property (nonatomic, strong) NSNumber *goodsPrice;
1520
/**
曹云霄's avatar
曹云霄 committed
1521
 * 方法: 取得java.math.BigDecimal
1522 1523 1524
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1525
@property (nonatomic, strong) NSNumber *goodsTotalPrice;
1526 1527 1528 1529 1530
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544
@property (nonatomic, copy) NSString *orderId;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *goodsUnit;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *remark;
@end /* interface TOOrderdetailEntity */
1545 1546 1547 1548 1549



/**
 *  @Title: Entity
曹云霄's avatar
曹云霄 committed
1550
 @Description: 商品标签分类
1551
 @author onlineGenerator
曹云霄's avatar
曹云霄 committed
1552
 @date 2016-05-05 16:57:27
1553 1554 1555 1556
 @version V1.0
 
 
 */
曹云霄's avatar
曹云霄 committed
1557
@interface TOGoodsLabelCategoryEntity : JSONModel
勾芒's avatar
勾芒 committed
1558
/**
勾芒's avatar
勾芒 committed
1559
 * 方法: 取得java.lang.String
1560 1561
 *
 *
曹云霄's avatar
曹云霄 committed
1562
 */
勾芒's avatar
勾芒 committed
1563
@property (nonatomic, copy) NSString *fid;
勾芒's avatar
勾芒 committed
1564 1565 1566 1567 1568
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1569
@property (nonatomic, copy) NSString *sysOrgCode;
勾芒's avatar
勾芒 committed
1570 1571 1572 1573 1574
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1575
@property (nonatomic, copy) NSString *sysCompanyCode;
勾芒's avatar
勾芒 committed
1576
/**
曹云霄's avatar
曹云霄 committed
1577
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
1578 1579 1580
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1581
@property (nonatomic, copy) NSString *code;
勾芒's avatar
勾芒 committed
1582 1583 1584 1585 1586
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607
@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
1608
/**
1609 1610 1611 1612
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1613
@property (nonatomic, copy) NSString *fid;
1614
/**
曹云霄's avatar
曹云霄 committed
1615
 * 方法: 取得java.lang.String
1616 1617 1618
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1619
@property (nonatomic, copy) NSString *code;
1620 1621 1622 1623 1624
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1625
@property (nonatomic, copy) NSString *name;
1626
/**
1627
 * 方法: 取得java.lang.String
1628 1629 1630
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1631
@property (nonatomic, copy) NSString *upperId;
1632
/**
曹云霄's avatar
曹云霄 committed
1633
 * 方法: 取得java.lang.Integer
1634 1635 1636
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649
@property (nonatomic, assign) NSInteger level;
@end /* interface TOGoodsCategoryEntity */



/**
 *  经销商和商品关系表。
 
 @author Debenson
 @since 0.1
 
 */
@interface VOResellerGoodsEntity : JSONModel
1650 1651 1652 1653 1654
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1655
@property (nonatomic, copy) NSString *fid;
1656
/**
曹云霄's avatar
曹云霄 committed
1657
 * 方法: 取得java.util.Date
1658 1659 1660
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1661
@property (nonatomic, copy) NSString *createDate;
1662
/**
曹云霄's avatar
曹云霄 committed
1663
 * 方法: 取得java.util.Date
1664 1665
 *
 *
1666
 */
曹云霄's avatar
曹云霄 committed
1667
@property (nonatomic, copy) NSString *onlineTime;
1668
/**
1669
 * 方法: 取得java.lang.String
1670 1671 1672
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1673
@property (nonatomic, copy) NSString *company;
1674
/**
曹云霄's avatar
曹云霄 committed
1675
 * 方法: 取得java.lang.String
1676 1677
 *
 *
勾芒's avatar
勾芒 committed
1678
 */
曹云霄's avatar
曹云霄 committed
1679
@property (nonatomic, copy) NSString *code;
1680
/**
曹云霄's avatar
曹云霄 committed
1681
 * 方法: 取得java.lang.String
1682 1683
 *
 *
曹云霄's avatar
曹云霄 committed
1684
 */
曹云霄's avatar
曹云霄 committed
1685
@property (nonatomic, copy) NSString *name;
1686
/**
勾芒's avatar
勾芒 committed
1687
 * 方法: 取得java.lang.String
1688 1689
 *
 *
曹云霄's avatar
曹云霄 committed
1690
 */
曹云霄's avatar
曹云霄 committed
1691
@property (nonatomic, copy) NSString *number;
1692
/**
曹云霄's avatar
曹云霄 committed
1693
 * 方法: 取得java.lang.String
1694 1695
 *
 *
曹云霄's avatar
曹云霄 committed
1696
 */
曹云霄's avatar
曹云霄 committed
1697
@property (nonatomic, copy) NSString *categoryId;
1698
/**
曹云霄's avatar
曹云霄 committed
1699
 * 方法: 取得java.lang.String
1700 1701
 *
 *
曹云霄's avatar
曹云霄 committed
1702
 */
曹云霄's avatar
曹云霄 committed
1703
@property (nonatomic, copy) NSString *brandId;
1704
/**
曹云霄's avatar
曹云霄 committed
1705
 * 方法: 取得java.lang.String
1706 1707
 *
 *
曹云霄's avatar
曹云霄 committed
1708
 */
曹云霄's avatar
曹云霄 committed
1709
@property (nonatomic, copy) NSString *keyword;
1710
/**
曹云霄's avatar
曹云霄 committed
1711
 * 方法: 取得java.math.BigDecimal
1712 1713
 *
 *
曹云霄's avatar
曹云霄 committed
1714
 */
曹云霄's avatar
曹云霄 committed
1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727
@property (nonatomic, strong) NSNumber *guidePrice;
/**
 * 方法: 取得java.math.BigDecimal
 *
 *
 */
@property (nonatomic, strong) NSNumber *tagPrice;
/**
 * 方法: 取得java.math.BigDecimal
 *
 *
 */
@property (nonatomic, strong) NSNumber *costPrice;
1728
/**
曹云霄's avatar
曹云霄 committed
1729
 * 方法: 取得java.lang.String
1730 1731
 *
 *
曹云霄's avatar
曹云霄 committed
1732
 */
曹云霄's avatar
曹云霄 committed
1733
@property (nonatomic, copy) NSString *state;
1734
/**
曹云霄's avatar
曹云霄 committed
1735
 * 方法: 取得java.lang.Integer
1736 1737 1738
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1739
@property (nonatomic, assign) NSInteger inv;
1740
/**
曹云霄's avatar
曹云霄 committed
1741
 * 方法: 取得java.lang.String
1742 1743 1744
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1745
@property (nonatomic, copy) NSString *detailedIntro;
1746
/**
曹云霄's avatar
曹云霄 committed
1747
 * 方法: 取得java.lang.Double
1748 1749 1750
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1751
@property (nonatomic, assign) double weight;
1752
/**
曹云霄's avatar
曹云霄 committed
1753 1754 1755
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
1756
 */
曹云霄's avatar
曹云霄 committed
1757
@property (nonatomic, copy) NSString *unit;
1758
/**
曹云霄's avatar
曹云霄 committed
1759
 * 方法: 取得java.lang.String
1760 1761 1762
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1763
@property (nonatomic, copy) NSString *productProfile;
1764 1765 1766 1767 1768
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1769
@property (nonatomic, copy) NSString *power;
1770 1771
/**
 * 方法: 取得java.lang.String
1772 1773
 *
 *
曹云霄's avatar
曹云霄 committed
1774
 */
曹云霄's avatar
曹云霄 committed
1775
@property (nonatomic, copy) NSString *colorTemperature;
1776 1777 1778 1779 1780
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1781
@property (nonatomic, copy) NSString *spec;
1782
/**
曹云霄's avatar
曹云霄 committed
1783
 * 方法: 取得java.lang.String
1784 1785
 *
 *
曹云霄's avatar
曹云霄 committed
1786
 */
曹云霄's avatar
曹云霄 committed
1787
@property (nonatomic, copy) NSString *function;
1788
/**
勾芒's avatar
勾芒 committed
1789
 * 方法: 取得java.lang.String
1790 1791 1792
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1793
@property (nonatomic, copy) NSString *material;
1794
/**
曹云霄's avatar
曹云霄 committed
1795 1796 1797
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
1798
 */
曹云霄's avatar
曹云霄 committed
1799
@property (nonatomic, copy) NSString *lightSource;
1800
/**
曹云霄's avatar
曹云霄 committed
1801
 * 方法: 取得java.lang.String
1802 1803
 *
 *
曹云霄's avatar
曹云霄 committed
1804
 */
曹云霄's avatar
曹云霄 committed
1805 1806 1807 1808 1809 1810 1811
@property (nonatomic, copy) NSString *goodsStyle;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *series;
1812
/**
1813
 * 方法: 取得java.lang.String
1814 1815
 *
 *
曹云霄's avatar
曹云霄 committed
1816
 */
曹云霄's avatar
曹云霄 committed
1817
@property (nonatomic, copy) NSString *area;
1818
/**
1819
 * 方法: 取得java.lang.String
1820 1821
 *
 *
曹云霄's avatar
曹云霄 committed
1822
 */
曹云霄's avatar
曹云霄 committed
1823
@property (nonatomic, copy) NSString *size;
1824
/**
曹云霄's avatar
曹云霄 committed
1825
 * 方法: 取得java.lang.String
1826 1827
 *
 *
曹云霄's avatar
曹云霄 committed
1828
 */
曹云霄's avatar
曹云霄 committed
1829
@property (nonatomic, copy) NSString *space;
1830
/**
1831
 * 方法: 取得java.lang.String
1832 1833 1834
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1835
@property (nonatomic, copy) NSString *installMethod;
1836 1837 1838 1839 1840
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1841
@property (nonatomic, copy) NSString *lightNumber;
1842
/**
勾芒's avatar
勾芒 committed
1843
 * 方法: 取得java.lang.String
1844 1845 1846
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1847
@property (nonatomic, copy) NSString *pictures;
勾芒's avatar
勾芒 committed
1848 1849 1850 1851 1852
/**
 * 方法: 取得java.lang.String
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1853
@property (nonatomic, copy) NSString *barcode;
勾芒's avatar
勾芒 committed
1854
/**
曹云霄's avatar
曹云霄 committed
1855
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
1856 1857 1858
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1859
@property (nonatomic, copy) NSString *resellerId;
勾芒's avatar
勾芒 committed
1860
/**
曹云霄's avatar
曹云霄 committed
1861
 * (no documentation provided)
勾芒's avatar
勾芒 committed
1862 1863 1864
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1865
@property (nonatomic, copy) NSString *categoryName;
1866
/**
曹云霄's avatar
曹云霄 committed
1867
 * (no documentation provided)
1868 1869 1870
 *
 *
 */
曹云霄's avatar
曹云霄 committed
1871 1872
@property (nonatomic, copy) NSString *brandName;
@end /* interface VOResellerGoodsEntity */
1873 1874 1875



1876
/**
1877
 *  @Title: Entity
1878
 @Description: t_o_goods
1879
 @author onlineGenerator
1880
 @date 2016-05-12 15:44:01
1881 1882 1883
 @version V1.0
 
 
1884
 */
1885
@interface TOGoodsEntity : JSONModel
1886
/**
1887
 * (no documentation provided)
1888 1889
 *
 *
1890
 */
1891
@property (nonatomic, assign) NSInteger resellerInv;
1892
/**
1893
 * (no documentation provided)
1894 1895 1896
 *
 *
 */
1897
@property (nonatomic, strong) NSNumber *resellerTagPrice;
1898
/**
1899
 * (no documentation provided)
1900 1901 1902
 *
 *
 */
1903
@property (nonatomic, copy) NSString *resellerState;
1904
/**
1905
 * (no documentation provided)
1906 1907 1908
 *
 *
 */
1909
@property (nonatomic, copy) NSString *categoryName;
1910
/**
1911
 * (no documentation provided)
1912 1913 1914
 *
 *
 */
1915
@property (nonatomic, copy) NSString *brandName;
1916 1917 1918 1919 1920
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1921
@property (nonatomic, copy) NSString *fid;
1922
/**
勾芒's avatar
勾芒 committed
1923
 * 方法: 取得java.util.Date
1924 1925 1926
 *
 *
 */
勾芒's avatar
勾芒 committed
1927
@property (nonatomic, copy) NSString *createDate;
1928
/**
勾芒's avatar
勾芒 committed
1929
 * 方法: 取得java.util.Date
1930 1931 1932
 *
 *
 */
勾芒's avatar
勾芒 committed
1933
@property (nonatomic, copy) NSString *onlineTime;
1934
/**
曹云霄's avatar
曹云霄 committed
1935
 * 方法: 取得java.lang.String
1936 1937 1938
 *
 *
 */
勾芒's avatar
勾芒 committed
1939
@property (nonatomic, copy) NSString *company;
1940
/**
曹云霄's avatar
曹云霄 committed
1941
 * 方法: 取得java.lang.String
1942 1943
 *
 *
曹云霄's avatar
曹云霄 committed
1944
 */
勾芒's avatar
勾芒 committed
1945
@property (nonatomic, copy) NSString *code;
1946 1947 1948 1949 1950
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1951
@property (nonatomic, copy) NSString *name;
1952 1953 1954 1955 1956
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1957
@property (nonatomic, copy) NSString *number;
1958
/**
勾芒's avatar
勾芒 committed
1959
 * 方法: 取得java.lang.String
1960 1961
 *
 *
曹云霄's avatar
曹云霄 committed
1962
 */
勾芒's avatar
勾芒 committed
1963
@property (nonatomic, copy) NSString *categoryId;
1964
/**
勾芒's avatar
勾芒 committed
1965
 * 方法: 取得java.lang.String
1966 1967 1968
 *
 *
 */
勾芒's avatar
勾芒 committed
1969
@property (nonatomic, copy) NSString *brandId;
1970 1971 1972 1973 1974
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
1975
@property (nonatomic, copy) NSString *keyword;
1976
/**
勾芒's avatar
勾芒 committed
1977
 * 方法: 取得java.math.BigDecimal
1978 1979 1980
 *
 *
 */
勾芒's avatar
勾芒 committed
1981
@property (nonatomic, strong) NSNumber *guidePrice;
1982
/**
勾芒's avatar
勾芒 committed
1983 1984 1985
 * 方法: 取得java.math.BigDecimal
 *
 *
1986
 */
勾芒's avatar
勾芒 committed
1987
@property (nonatomic, strong) NSNumber *tagPrice;
1988
/**
勾芒's avatar
勾芒 committed
1989
 * 方法: 取得java.math.BigDecimal
1990 1991 1992
 *
 *
 */
勾芒's avatar
勾芒 committed
1993
@property (nonatomic, strong) NSNumber *costPrice;
1994
/**
勾芒's avatar
勾芒 committed
1995
 * 方法: 取得java.lang.String
1996 1997
 *
 *
曹云霄's avatar
曹云霄 committed
1998
 */
勾芒's avatar
勾芒 committed
1999
@property (nonatomic, copy) NSString *state;
2000
/**
勾芒's avatar
勾芒 committed
2001
 * 方法: 取得java.lang.Integer
2002 2003
 *
 *
曹云霄's avatar
曹云霄 committed
2004
 */
2005
@property (nonatomic, assign) NSInteger inv;
2006
/**
勾芒's avatar
勾芒 committed
2007
 * 方法: 取得java.lang.String
2008 2009
 *
 *
曹云霄's avatar
曹云霄 committed
2010
 */
勾芒's avatar
勾芒 committed
2011
@property (nonatomic, copy) NSString *detailedIntro;
2012
/**
勾芒's avatar
勾芒 committed
2013
 * 方法: 取得java.lang.Double
2014 2015 2016
 *
 *
 */
勾芒's avatar
勾芒 committed
2017
@property (nonatomic, assign) double weight;
勾芒's avatar
勾芒 committed
2018 2019 2020 2021 2022
/**
 * 方法: 取得java.lang.String
 *
 *
 */
勾芒's avatar
勾芒 committed
2023
@property (nonatomic, copy) NSString *unit;
勾芒's avatar
勾芒 committed
2024
/**
勾芒's avatar
勾芒 committed
2025
 * 方法: 取得java.lang.String
勾芒's avatar
勾芒 committed
2026 2027 2028
 *
 *
 */
勾芒's avatar
勾芒 committed
2029
@property (nonatomic, copy) NSString *productProfile;
2030
/**
勾芒's avatar
勾芒 committed
2031
 * 方法: 取得java.lang.String
2032 2033 2034
 *
 *
 */
勾芒's avatar
勾芒 committed
2035
@property (nonatomic, copy) NSString *power;
2036
/**
勾芒's avatar
勾芒 committed
2037
 * 方法: 取得java.lang.String
2038 2039
 *
 *
曹云霄's avatar
曹云霄 committed
2040
 */
勾芒's avatar
勾芒 committed
2041
@property (nonatomic, copy) NSString *colorTemperature;
2042
/**
曹云霄's avatar
曹云霄 committed
2043
 * 方法: 取得java.lang.String
2044 2045
 *
 *
曹云霄's avatar
曹云霄 committed
2046
 */
勾芒's avatar
勾芒 committed
2047
@property (nonatomic, copy) NSString *spec;
2048
/**
曹云霄's avatar
曹云霄 committed
2049
 * 方法: 取得java.lang.String
2050 2051
 *
 *
曹云霄's avatar
曹云霄 committed
2052
 */
勾芒's avatar
勾芒 committed
2053
@property (nonatomic, copy) NSString *function;
2054
/**
曹云霄's avatar
曹云霄 committed
2055
 * 方法: 取得java.lang.String
2056 2057
 *
 *
曹云霄's avatar
曹云霄 committed
2058
 */
勾芒's avatar
勾芒 committed
2059
@property (nonatomic, copy) NSString *material;
2060
/**
曹云霄's avatar
曹云霄 committed
2061
 * 方法: 取得java.lang.String
2062 2063
 *
 *
曹云霄's avatar
曹云霄 committed
2064
 */
勾芒's avatar
勾芒 committed
2065
@property (nonatomic, copy) NSString *lightSource;
2066
/**
勾芒's avatar
勾芒 committed
2067 2068 2069
 * 方法: 取得java.lang.String
 *
 *
曹云霄's avatar
曹云霄 committed
2070
 */
勾芒's avatar
勾芒 committed
2071
@property (nonatomic, copy) NSString *goodsStyle;
2072
/**
2073
 * 方法: 取得java.lang.String
2074 2075
 *
 *
曹云霄's avatar
曹云霄 committed
2076
 */
勾芒's avatar
勾芒 committed
2077
@property (nonatomic, copy) NSString *series;
2078
/**
勾芒's avatar
勾芒 committed
2079
 * 方法: 取得java.lang.String
2080 2081
 *
 *
曹云霄's avatar
曹云霄 committed
2082
 */
勾芒's avatar
勾芒 committed
2083
@property (nonatomic, copy) NSString *area;
2084
/**
勾芒's avatar
勾芒 committed
2085
 * 方法: 取得java.lang.String
2086 2087
 *
 *
曹云霄's avatar
曹云霄 committed
2088
 */
勾芒's avatar
勾芒 committed
2089
@property (nonatomic, copy) NSString *size;
2090
/**
勾芒's avatar
勾芒 committed
2091
 * 方法: 取得java.lang.String
2092 2093
 *
 *
曹云霄's avatar
曹云霄 committed
2094
 */
勾芒's avatar
勾芒 committed
2095
@property (nonatomic, copy) NSString *space;
2096
/**
勾芒's avatar
勾芒 committed
2097
 * 方法: 取得java.lang.String
2098 2099
 *
 *
曹云霄's avatar
曹云霄 committed
2100
 */
勾芒's avatar
勾芒 committed
2101
@property (nonatomic, copy) NSString *installMethod;
2102
/**
勾芒's avatar
勾芒 committed
2103
 * 方法: 取得java.lang.String
2104 2105
 *
 *
曹云霄's avatar
曹云霄 committed
2106
 */
勾芒's avatar
勾芒 committed
2107
@property (nonatomic, copy) NSString *lightNumber;
2108
/**
曹云霄's avatar
曹云霄 committed
2109
 * 方法: 取得java.lang.String
2110 2111
 *
 *
曹云霄's avatar
曹云霄 committed
2112
 */
勾芒's avatar
勾芒 committed
2113
@property (nonatomic, copy) NSString *pictures;
2114
/**
勾芒's avatar
勾芒 committed
2115
 * 方法: 取得java.lang.String
2116 2117 2118
 *
 *
 */
勾芒's avatar
勾芒 committed
2119
@property (nonatomic, copy) NSString *barcode;
曹云霄's avatar
曹云霄 committed
2120 2121 2122 2123 2124 2125
/**
 * (no documentation provided)
 * @see TOGoodsForResellerEntity
 *
 */
@property (nonatomic, strong) NSArray<TOGoodsForResellerEntity> *goodsResellerList;
2126
@end /* interface TOGoodsEntity */
勾芒's avatar
勾芒 committed
2127 2128 2129



曹云霄's avatar
曹云霄 committed
2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181
/**
 *  @Title: Entity
 @Description: 导购分成表
 @author onlineGenerator
 @date 2016-05-16 16:15:27
 @version V1.0
 
 
 */
@interface TOCommissionHistEntity : JSONModel
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *fid;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *createName;
/**
 * 方法: 取得java.util.Date
 *
 *
 */
@property (nonatomic, copy) NSString *createDate;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *resellerCode;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *employeeId;
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *orderId;
/**
 * 方法: 取得java.math.BigDecimal
 *
 *
 */
@property (nonatomic, strong) NSNumber *amount;
曹云霄's avatar
曹云霄 committed
2182 2183 2184 2185 2186 2187
/**
 * 方法: 取得java.math.BigDecimal
 *
 *
 */
@property (nonatomic, strong) NSNumber *afteramount;
曹云霄's avatar
曹云霄 committed
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
/**
 * 方法: 取得java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *remark;
/**
 * 方法: 设置java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *orderNumber;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *employeeName;
/**
 * 方法: 设置java.lang.String
 *
 *
 */
@property (nonatomic, copy) NSString *state;
@end /* interface TOCommissionHistEntity */



勾芒's avatar
勾芒 committed
2216
/**
2217
 *  商品分享返回数据。
勾芒's avatar
勾芒 committed
2218
 
2219 2220
 @author Debenson
 @since 0.1
勾芒's avatar
勾芒 committed
2221 2222
 
 */
2223
@interface RsShareResponse : JSONModel
2224
/**
2225
 * 分享记录标识
2226 2227
 *
 *
曹云霄's avatar
曹云霄 committed
2228
 */
2229
@property (nonatomic, copy) NSString *shareId;
2230
/**
2231
 * 分享页面链接
2232 2233
 *
 *
曹云霄's avatar
曹云霄 committed
2234
 */
2235 2236 2237 2238 2239
@property (nonatomic, copy) NSString *url;
@end /* interface RsShareResponse */



2240
/**
2241 2242 2243
 *  @author Debenson
 @since 0.1
 
曹云霄's avatar
曹云霄 committed
2244
 */
2245
@interface DeleteCartRequest : JSONModel
2246
/**
2247 2248
 * 购物车标识列表
 * @see NSString
2249
 *
曹云霄's avatar
曹云霄 committed
2250
 */
2251
@property (nonatomic, strong) NSArray<NSString *> *cartIds;
2252
@end /* interface DeleteCartRequest */
勾芒's avatar
勾芒 committed
2253 2254 2255



2256
/**
2257
 *  @author Administrator
2258
 @since 0.1
勾芒's avatar
勾芒 committed
2259
 
曹云霄's avatar
曹云霄 committed
2260
 */
2261
@interface SceneCondition : JSONModel
2262
/**
2263
 * 查询条件:风格
2264 2265
 *
 *
曹云霄's avatar
曹云霄 committed
2266
 */
2267
@property (nonatomic, copy) NSString *styleEquals;
勾芒's avatar
勾芒 committed
2268
/**
2269
 * 查询条件:空间
勾芒's avatar
勾芒 committed
2270 2271 2272
 *
 *
 */
2273
@property (nonatomic, copy) NSString *spaceEquals;
2274
/**
勾芒's avatar
勾芒 committed
2275
 * (no documentation provided)
2276
 *
2277
 *
曹云霄's avatar
曹云霄 committed
2278
 */
2279 2280
@property (nonatomic, strong) DataPage *page;
@end /* interface SceneCondition */
勾芒's avatar
勾芒 committed
2281 2282 2283



2284
/**
勾芒's avatar
勾芒 committed
2285
 *  @author Flash
勾芒's avatar
勾芒 committed
2286 2287 2288
 @since 0.1
 
 */
勾芒's avatar
勾芒 committed
2289
@interface OrderBill : JSONModel
勾芒's avatar
勾芒 committed
2290
/**
勾芒's avatar
勾芒 committed
2291
 * (no documentation provided)
勾芒's avatar
勾芒 committed
2292 2293 2294
 *
 *
 */
勾芒's avatar
勾芒 committed
2295
@property (nonatomic, strong) DataPage *datapage;
勾芒's avatar
勾芒 committed
2296
/**
勾芒's avatar
勾芒 committed
2297
 * (no documentation provided)
勾芒's avatar
勾芒 committed
2298 2299 2300
 *
 *
 */
勾芒's avatar
勾芒 committed
2301 2302 2303 2304 2305 2306 2307
@property (nonatomic, strong) TOOrderEntity *order;
/**
 * (no documentation provided)
 * @see TOOrderdetailEntity
 *
 */
@property (nonatomic, strong) NSArray<TOOrderdetailEntity> *orderdetailList;
勾芒's avatar
勾芒 committed
2308
/**
勾芒's avatar
勾芒 committed
2309
 * (no documentation provided)
勾芒's avatar
勾芒 committed
2310
 *
2311 2312
 *
 */
勾芒's avatar
勾芒 committed
2313 2314 2315 2316 2317 2318 2319 2320
@property (nonatomic, strong) TOConsumerEntity *consumer;
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, strong) TOEmployee *employee;
@end /* interface OrderBill */
曹云霄's avatar
曹云霄 committed
2321

2322

曹云霄's avatar
曹云霄 committed
2323 2324

/**
勾芒's avatar
勾芒 committed
2325 2326
 *  @author NuoSa
 
曹云霄's avatar
曹云霄 committed
2327
 @since 0.1
2328
 
曹云霄's avatar
曹云霄 committed
2329
 */
勾芒's avatar
勾芒 committed
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 2372
@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;
2373 2374
/**
 * (no documentation provided)
勾芒's avatar
勾芒 committed
2375
 *
2376
 *
曹云霄's avatar
曹云霄 committed
2377
 */
勾芒's avatar
勾芒 committed
2378 2379
@property (nonatomic, strong) DataPage *page;
@end /* interface GoodsCondition */
2380 2381 2382 2383



/**
勾芒's avatar
勾芒 committed
2384
 *  @author Administrator
2385 2386
 @since 0.1
 
曹云霄's avatar
曹云霄 committed
2387
 */
勾芒's avatar
勾芒 committed
2388
@interface DataDict : JSONModel
2389
/**
勾芒's avatar
勾芒 committed
2390
 * (no documentation provided)
2391 2392
 *
 *
曹云霄's avatar
曹云霄 committed
2393
 */
勾芒's avatar
勾芒 committed
2394
@property (nonatomic, copy) NSString *typename;
2395
/**
勾芒's avatar
勾芒 committed
2396
 * (no documentation provided)
2397 2398
 *
 *
曹云霄's avatar
曹云霄 committed
2399
 */
勾芒's avatar
勾芒 committed
2400 2401
@property (nonatomic, copy) NSString *typecode;
@end /* interface DataDict */
曹云霄's avatar
曹云霄 committed
2402

2403

曹云霄's avatar
曹云霄 committed
2404 2405 2406 2407 2408 2409

/**
 *  重置密码请求。
 
 @author Debenson
 @since 0.1
2410
 
曹云霄's avatar
曹云霄 committed
2411 2412
 */
@interface ResetPasswordRequest : JSONModel
2413
/**
曹云霄's avatar
曹云霄 committed
2414
 * 用户名
2415 2416
 *
 *
曹云霄's avatar
曹云霄 committed
2417 2418
 */
@property (nonatomic, copy) NSString *username;
2419 2420 2421 2422 2423 2424 2425
/**
 * 短信验证码,请先调用发送短信接口
 * com.gomore.opple.rest.system.RsSystemService#sendSms(String)
 *
 *
 */
@property (nonatomic, copy) NSString *smsCode;
2426
/**
曹云霄's avatar
曹云霄 committed
2427
 * 新密码
2428 2429
 *
 *
曹云霄's avatar
曹云霄 committed
2430 2431 2432 2433 2434
 */
@property (nonatomic, copy) NSString *fnewPassword;
@end /* interface ResetPasswordRequest */


2435

曹云霄's avatar
曹云霄 committed
2436 2437 2438 2439 2440
/**
 *  登录结果。
 
 @author Debenson
 @since 0.1
2441
 
曹云霄's avatar
曹云霄 committed
2442 2443
 */
@interface LoginResult : JSONModel
2444
/**
曹云霄's avatar
曹云霄 committed
2445
 * 员工
2446 2447
 *
 *
曹云霄's avatar
曹云霄 committed
2448 2449
 */
@property (nonatomic, strong) TOEmployee *employee;
2450
/**
曹云霄's avatar
曹云霄 committed
2451
 * 分成比例
2452 2453
 *
 *
曹云霄's avatar
曹云霄 committed
2454
 */
2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467
@property (nonatomic, strong) NSNumber *commissionRate;
/**
 * 提成金额
 *
 *
 */
@property (nonatomic, strong) NSNumber *commissionTotal;
/**
 * 最低分成比例
 *
 *
 */
@property (nonatomic, strong) NSNumber *lowestDiscount;
曹云霄's avatar
曹云霄 committed
2468 2469
@end /* interface LoginResult */

2470

曹云霄's avatar
曹云霄 committed
2471 2472

/**
2473 2474 2475
 *  客户查询条件。
 
 @author Debenson
曹云霄's avatar
曹云霄 committed
2476
 @since 0.1
2477
 
曹云霄's avatar
曹云霄 committed
2478 2479
 */
@interface ConsumerQueryCondition : JSONModel
勾芒's avatar
勾芒 committed
2480 2481 2482 2483 2484 2485
/**
 * 经销商代码等于
 *
 *
 */
@property (nonatomic, copy) NSString *resellerCodeEquals;
2486
/**
曹云霄's avatar
曹云霄 committed
2487
 * 名称等于
2488 2489
 *
 *
曹云霄's avatar
曹云霄 committed
2490 2491
 */
@property (nonatomic, copy) NSString *nameEquals;
2492
/**
曹云霄's avatar
曹云霄 committed
2493
 * 手机号等于
2494 2495
 *
 *
曹云霄's avatar
曹云霄 committed
2496 2497
 */
@property (nonatomic, copy) NSString *mobileEquals;
勾芒's avatar
勾芒 committed
2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509
/**
 * 创建时间起始于,格式: yyyy-MM-dd HH:mm:ss
 *
 *
 */
@property (nonatomic, copy) NSString *createTimeBegin;
/**
 * 创建时间截止于,格式: yyyy-MM-dd HH:mm:ss
 *
 *
 */
@property (nonatomic, copy) NSString *createTimeEnd;
2510
/**
曹云霄's avatar
曹云霄 committed
2511
 * 分布查询条件, 可空
2512 2513
 *
 *
曹云霄's avatar
曹云霄 committed
2514 2515 2516 2517 2518
 */
@property (nonatomic, strong) DataPage *page;
@end /* interface ConsumerQueryCondition */


2519

曹云霄's avatar
曹云霄 committed
2520 2521 2522 2523 2524
/**
 *  异常代码。
 
 @author Debenson
 @since 0.1
2525
 
曹云霄's avatar
曹云霄 committed
2526 2527
 */
@interface ExceptionCode : JSONModel
2528
/**
曹云霄's avatar
曹云霄 committed
2529
 * 异常代码
2530 2531
 *
 *
曹云霄's avatar
曹云霄 committed
2532
 */
2533
@property (nonatomic, assign) NSInteger code;
2534
/**
曹云霄's avatar
曹云霄 committed
2535
 * 异常信息
2536 2537
 *
 *
曹云霄's avatar
曹云霄 committed
2538 2539 2540 2541
 */
@property (nonatomic, copy) NSString *message;
@end /* interface ExceptionCode */

2542

曹云霄's avatar
曹云霄 committed
2543 2544

/**
曹云霄's avatar
曹云霄 committed
2545
 * (no documentation provided)
曹云霄's avatar
曹云霄 committed
2546
 */
曹云霄's avatar
曹云霄 committed
2547
@interface EarningsResponse : JSONModel
2548
/**
曹云霄's avatar
曹云霄 committed
2549
 * (no documentation provided)
2550 2551
 *
 *
曹云霄's avatar
曹云霄 committed
2552
 */
曹云霄's avatar
曹云霄 committed
2553
@property (nonatomic, strong) NSNumber *accountTotal;
2554
/**
曹云霄's avatar
曹云霄 committed
2555
 * (no documentation provided)
2556 2557
 *
 *
曹云霄's avatar
曹云霄 committed
2558
 */
曹云霄's avatar
曹云霄 committed
2559
@property (nonatomic, strong) NSNumber *yesterdayEarnings;
2560
/**
曹云霄's avatar
曹云霄 committed
2561
 * (no documentation provided)
2562 2563
 *
 *
曹云霄's avatar
曹云霄 committed
2564
 */
曹云霄's avatar
曹云霄 committed
2565
@property (nonatomic, strong) NSNumber *historyEarning;
曹云霄's avatar
曹云霄 committed
2566 2567 2568 2569 2570 2571
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, strong) NSNumber *applytotal;
曹云霄's avatar
曹云霄 committed
2572
@end /* interface EarningsResponse */
曹云霄's avatar
曹云霄 committed
2573 2574 2575



2576
/**
曹云霄's avatar
曹云霄 committed
2577 2578 2579
 *  @author Administrator
 @since 0.1
 
曹云霄's avatar
曹云霄 committed
2580
 */
曹云霄's avatar
曹云霄 committed
2581
@interface ApplyRequest : JSONModel
2582
/**
曹云霄's avatar
曹云霄 committed
2583
 * (no documentation provided)
2584
 *
曹云霄's avatar
曹云霄 committed
2585
 *
曹云霄's avatar
曹云霄 committed
2586
 */
曹云霄's avatar
曹云霄 committed
2587 2588
@property (nonatomic, strong) NSNumber *amount;
@end /* interface ApplyRequest */
曹云霄's avatar
曹云霄 committed
2589 2590 2591 2592



/**
曹云霄's avatar
曹云霄 committed
2593 2594 2595 2596
 *  订单返回对象
 
 @author wsx
 @since 0.1
2597
 
曹云霄's avatar
曹云霄 committed
2598
 */
曹云霄's avatar
曹云霄 committed
2599
@interface OrderResponse : PageRows
2600
/**
曹云霄's avatar
曹云霄 committed
2601
 * (no documentation provided)
曹云霄's avatar
曹云霄 committed
2602
 * @see OrderBill
2603
 *
曹云霄's avatar
曹云霄 committed
2604
 */
曹云霄's avatar
曹云霄 committed
2605 2606 2607 2608 2609
@property (nonatomic, strong) NSArray<OrderBill> *orderBillList;
@end /* interface OrderResponse */



2610
/**
曹云霄's avatar
曹云霄 committed
2611 2612 2613
 *  部门机构表
 @author  张代浩
 
曹云霄's avatar
曹云霄 committed
2614
 */
曹云霄's avatar
曹云霄 committed
2615
@interface TSDepart : IdEntity
2616
/**
曹云霄's avatar
曹云霄 committed
2617
 * (no documentation provided)
2618 2619
 *
 *
曹云霄's avatar
曹云霄 committed
2620
 */
曹云霄's avatar
曹云霄 committed
2621
@property (nonatomic, strong) TSDepart *TSPDepart;
2622
/**
曹云霄's avatar
曹云霄 committed
2623
 * (no documentation provided)
2624 2625
 *
 *
曹云霄's avatar
曹云霄 committed
2626
 */
曹云霄's avatar
曹云霄 committed
2627
@property (nonatomic, copy) NSString *departname;
2628
/**
曹云霄's avatar
曹云霄 committed
2629
 * (no documentation provided)
2630 2631
 *
 *
曹云霄's avatar
曹云霄 committed
2632
 */
曹云霄's avatar
曹云霄 committed
2633
@property (nonatomic, copy) NSString *fdescription;
2634
/**
曹云霄's avatar
曹云霄 committed
2635
 * (no documentation provided)
曹云霄's avatar
曹云霄 committed
2636
 * @see TSDepart
2637
 *
曹云霄's avatar
曹云霄 committed
2638
 */
曹云霄's avatar
曹云霄 committed
2639
@property (nonatomic, strong) NSArray<TSDepart> *TSDeparts;
2640
/**
曹云霄's avatar
曹云霄 committed
2641
 * (no documentation provided)
2642 2643
 *
 *
曹云霄's avatar
曹云霄 committed
2644
 */
曹云霄's avatar
曹云霄 committed
2645
@property (nonatomic, copy) NSString *orgCode;
2646
/**
曹云霄's avatar
曹云霄 committed
2647
 * (no documentation provided)
2648 2649
 *
 *
曹云霄's avatar
曹云霄 committed
2650
 */
曹云霄's avatar
曹云霄 committed
2651
@property (nonatomic, copy) NSString *orgType;
2652
/**
曹云霄's avatar
曹云霄 committed
2653
 * (no documentation provided)
2654 2655
 *
 *
曹云霄's avatar
曹云霄 committed
2656
 */
曹云霄's avatar
曹云霄 committed
2657
@property (nonatomic, copy) NSString *mobile;
2658
/**
曹云霄's avatar
曹云霄 committed
2659
 * (no documentation provided)
2660 2661
 *
 *
曹云霄's avatar
曹云霄 committed
2662
 */
曹云霄's avatar
曹云霄 committed
2663
@property (nonatomic, copy) NSString *fax;
2664
/**
曹云霄's avatar
曹云霄 committed
2665
 * (no documentation provided)
曹云霄's avatar
曹云霄 committed
2666
 *
2667
 *
曹云霄's avatar
曹云霄 committed
2668
 */
曹云霄's avatar
曹云霄 committed
2669 2670
@property (nonatomic, copy) NSString *address;
@end /* interface TSDepart */
曹云霄's avatar
曹云霄 committed
2671

2672

曹云霄's avatar
曹云霄 committed
2673 2674

/**
曹云霄's avatar
曹云霄 committed
2675
 *  系统用户父类表
曹云霄's avatar
曹云霄 committed
2676
 @author  张代浩
2677
 
曹云霄's avatar
曹云霄 committed
2678
 */
曹云霄's avatar
曹云霄 committed
2679
@interface TSBaseUser : IdEntity
2680
/**
曹云霄's avatar
曹云霄 committed
2681
 * (no documentation provided)
2682 2683
 *
 *
曹云霄's avatar
曹云霄 committed
2684
 */
曹云霄's avatar
曹云霄 committed
2685
@property (nonatomic, copy) NSString *departid;
2686
/**
曹云霄's avatar
曹云霄 committed
2687
 * (no documentation provided)
2688 2689
 *
 *
曹云霄's avatar
曹云霄 committed
2690
 */
曹云霄's avatar
曹云霄 committed
2691
@property (nonatomic, strong) NSData *signature;
2692
/**
曹云霄's avatar
曹云霄 committed
2693
 * (no documentation provided)
2694 2695
 *
 *
曹云霄's avatar
曹云霄 committed
2696
 */
曹云霄's avatar
曹云霄 committed
2697
@property (nonatomic, copy) NSString *browser;
2698
/**
曹云霄's avatar
曹云霄 committed
2699
 * (no documentation provided)
曹云霄's avatar
曹云霄 committed
2700
 *
2701
 *
曹云霄's avatar
曹云霄 committed
2702
 */
曹云霄's avatar
曹云霄 committed
2703
@property (nonatomic, copy) NSString *userKey;
2704
/**
曹云霄's avatar
曹云霄 committed
2705
 * (no documentation provided)
2706 2707
 *
 *
曹云霄's avatar
曹云霄 committed
2708
 */
曹云霄's avatar
曹云霄 committed
2709
@property (nonatomic, assign) short status;
2710
/**
曹云霄's avatar
曹云霄 committed
2711
 * (no documentation provided)
2712 2713
 *
 *
曹云霄's avatar
曹云霄 committed
2714
 */
曹云霄's avatar
曹云霄 committed
2715
@property (nonatomic, assign) short activitiSync;
2716
/**
曹云霄's avatar
曹云霄 committed
2717
 * (no documentation provided)
2718 2719
 *
 *
曹云霄's avatar
曹云霄 committed
2720
 */
曹云霄's avatar
曹云霄 committed
2721
@property (nonatomic, copy) NSString *password;
2722
/**
曹云霄's avatar
曹云霄 committed
2723
 * (no documentation provided)
2724 2725
 *
 *
曹云霄's avatar
曹云霄 committed
2726
 */
曹云霄's avatar
曹云霄 committed
2727
@property (nonatomic, copy) NSString *userName;
2728
/**
曹云霄's avatar
曹云霄 committed
2729
 * (no documentation provided)
2730 2731
 *
 *
曹云霄's avatar
曹云霄 committed
2732
 */
曹云霄's avatar
曹云霄 committed
2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746
@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 */
曹云霄's avatar
曹云霄 committed
2747 2748


2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774

/**
 *  用户-组织机构 实体
 <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 */


2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793

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



2794
/**
勾芒's avatar
勾芒 committed
2795
 *  @author Administrator
2796 2797 2798
 @since 0.1
 
 */
勾芒's avatar
勾芒 committed
2799
@interface SceneResponse : PageRows
2800 2801
/**
 * (no documentation provided)
勾芒's avatar
勾芒 committed
2802
 * @see TOSceneEntity
2803 2804
 *
 */
勾芒's avatar
勾芒 committed
2805 2806
@property (nonatomic, strong) NSArray<TOSceneEntity> *list;
@end /* interface SceneResponse */
2807 2808


曹云霄's avatar
曹云霄 committed
2809 2810 2811 2812 2813

/**
 *  @author NuoSa
 
 @since 0.1
2814
 
曹云霄's avatar
曹云霄 committed
2815 2816
 */
@interface GoodsResponse : PageRows
2817
/**
曹云霄's avatar
曹云霄 committed
2818 2819
 * 商品列表
 * @see TOGoodsEntity
2820
 *
曹云霄's avatar
曹云霄 committed
2821 2822 2823 2824
 */
@property (nonatomic, strong) NSArray<TOGoodsEntity> *goodsEntity;
@end /* interface GoodsResponse */

2825

曹云霄's avatar
曹云霄 committed
2826 2827 2828 2829 2830 2831

/**
 *  客户分页查询结果。
 
 @author Debenson
 @since 0.1
2832
 
曹云霄's avatar
曹云霄 committed
2833 2834
 */
@interface ConsumerPageResult : PageRows
2835
/**
曹云霄's avatar
曹云霄 committed
2836 2837
 * 客户列表
 * @see TOConsumerEntity
2838
 *
曹云霄's avatar
曹云霄 committed
2839 2840 2841 2842 2843
 */
@property (nonatomic, strong) NSArray<TOConsumerEntity> *results;
@end /* interface ConsumerPageResult */


2844

曹云霄's avatar
曹云霄 committed
2845
/**
曹云霄's avatar
曹云霄 committed
2846 2847 2848
 *  流水明细分页查询结果
 
 @author nevermore
曹云霄's avatar
曹云霄 committed
2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863
 @since 0.1
 
 */
@interface RsCommissionResponse : PageRows
/**
 * (no documentation provided)
 * @see TOCommissionHistEntity
 *
 */
@property (nonatomic, strong) NSArray<TOCommissionHistEntity> *list;
@end /* interface RsCommissionResponse */



/**
曹云霄's avatar
曹云霄 committed
2864 2865 2866 2867 2868
 *  查询提现进度分页
 
 @author nevermore
 @since 0.1
 
曹云霄's avatar
曹云霄 committed
2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880
 */
@interface RsApplyBillResponse : PageRows
/**
 * (no documentation provided)
 * @see TOApplyBillEntity
 *
 */
@property (nonatomic, strong) NSArray<TOApplyBillEntity> *list;
@end /* interface RsApplyBillResponse */



曹云霄's avatar
曹云霄 committed
2881 2882
/**
 *  系统用户表
勾芒's avatar
勾芒 committed
2883 2884
 
 @author 张代浩
2885
 
曹云霄's avatar
曹云霄 committed
2886 2887
 */
@interface TSUser : TSBaseUser
2888
/**
曹云霄's avatar
曹云霄 committed
2889
 * (no documentation provided)
2890 2891
 *
 *
曹云霄's avatar
曹云霄 committed
2892 2893
 */
@property (nonatomic, copy) NSString *signatureFile;
2894
/**
曹云霄's avatar
曹云霄 committed
2895
 * (no documentation provided)
2896 2897
 *
 *
曹云霄's avatar
曹云霄 committed
2898 2899
 */
@property (nonatomic, copy) NSString *mobilePhone;
2900
/**
曹云霄's avatar
曹云霄 committed
2901
 * (no documentation provided)
2902 2903
 *
 *
曹云霄's avatar
曹云霄 committed
2904 2905
 */
@property (nonatomic, copy) NSString *officePhone;
2906
/**
曹云霄's avatar
曹云霄 committed
2907
 * (no documentation provided)
2908 2909
 *
 *
曹云霄's avatar
曹云霄 committed
2910 2911
 */
@property (nonatomic, copy) NSString *email;
2912
/**
曹云霄's avatar
曹云霄 committed
2913
 * 方法: 取得java.util.Date
2914 2915
 *
 *
曹云霄's avatar
曹云霄 committed
2916
 */
勾芒's avatar
勾芒 committed
2917
@property (nonatomic, copy) NSString *createDate;
2918
/**
曹云霄's avatar
曹云霄 committed
2919
 * 方法: 取得java.lang.String
2920 2921
 *
 *
曹云霄's avatar
曹云霄 committed
2922 2923
 */
@property (nonatomic, copy) NSString *createBy;
2924
/**
曹云霄's avatar
曹云霄 committed
2925
 * 方法: 取得java.lang.String
2926 2927
 *
 *
曹云霄's avatar
曹云霄 committed
2928 2929
 */
@property (nonatomic, copy) NSString *createName;
2930
/**
曹云霄's avatar
曹云霄 committed
2931
 * 方法: 取得java.util.Date
2932 2933
 *
 *
曹云霄's avatar
曹云霄 committed
2934
 */
勾芒's avatar
勾芒 committed
2935
@property (nonatomic, copy) NSString *updateDate;
2936
/**
曹云霄's avatar
曹云霄 committed
2937
 * 方法: 取得java.lang.String
2938 2939
 *
 *
曹云霄's avatar
曹云霄 committed
2940 2941
 */
@property (nonatomic, copy) NSString *updateBy;
2942
/**
曹云霄's avatar
曹云霄 committed
2943
 * 方法: 取得java.lang.String
2944 2945
 *
 *
曹云霄's avatar
曹云霄 committed
2946 2947
 */
@property (nonatomic, copy) NSString *updateName;
勾芒's avatar
勾芒 committed
2948 2949 2950 2951 2952 2953
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *position;
曹云霄's avatar
曹云霄 committed
2954 2955
@end /* interface TSUser */

2956

曹云霄's avatar
曹云霄 committed
2957 2958 2959 2960 2961 2962

/**
 *  经销商员工。
 
 @author Debenson
 @since 0.1
2963
 
曹云霄's avatar
曹云霄 committed
2964 2965
 */
@interface TOEmployee : TSUser
2966
/**
曹云霄's avatar
曹云霄 committed
2967
 * 职位编码列表, (多个职位编码用逗号分隔,非必填)
2968 2969
 *
 *
曹云霄's avatar
曹云霄 committed
2970 2971
 */
@property (nonatomic, copy) NSString *positions;
勾芒's avatar
勾芒 committed
2972 2973 2974 2975 2976 2977
/**
 * 个人头像
 *
 *
 */
@property (nonatomic, copy) NSString *picture;
2978 2979 2980 2981 2982 2983
/**
 * (no documentation provided)
 *
 *
 */
@property (nonatomic, copy) NSString *positionsName;
曹云霄's avatar
曹云霄 committed
2984 2985 2986
@end /* interface TOEmployee */