Commit 411e96c3 authored by 曹云霄's avatar 曹云霄

修改项说明:

parent 6a00b24e
......@@ -295,10 +295,10 @@ NSString *const PROMOTIONALSTRING = @"促销信息";
deductionModel.priority = oldPromotion.prority;
[weakSelf.promotionInformationArray addObject:deductionModel];
} else if (![BaseViewController isBlankString:[oldPromotion.jdecardDenomation stringValue]]) {
} else if (![BaseViewController isBlankString:[oldPromotion.JDEcardDenomation stringValue]]) {
// 京东E卡
PromotionJDECardModel *jdECardModel = [[PromotionJDECardModel alloc]init];
jdECardModel.total = [oldPromotion.jdecardDenomation integerValue];
jdECardModel.total = [oldPromotion.JDEcardDenomation integerValue];
jdECardModel.body = GUIDE;
jdECardModel.type = JDECardAction;
jdECardModel.priority = oldPromotion.prority;
......@@ -381,7 +381,7 @@ NSString *const PROMOTIONALSTRING = @"促销信息";
if (resultModel.award) {
weakSelf.customerDrawModel = [PromotionLuckDrawResultModel initializeWith:resultModel];
}
PromotionChooseNavigationController *promotionChooseNav = [[weakSelf getStoryboardWithName] instantiateViewControllerWithIdentifier:@"PromotionChooseNavigationController"];
PromotionChooseNavigationController *promotionChooseNav = [[[weakSelf class] getMainStoryboardClass] instantiateViewControllerWithIdentifier:@"PromotionChooseNavigationController"];
PromotionChooseViewController *promotionChoose = (PromotionChooseViewController *)promotionChooseNav.visibleViewController;
promotionChoose.promotionDelegate = self;
promotionChoose.promotionDatasArray = weakSelf.customerPromotionArray;
......@@ -582,7 +582,7 @@ NSString *const PROMOTIONALSTRING = @"促销信息";
#pragma mark - 卡劵领取成功
- (void)rebateApplySuccess:(NSString *)message
{
RebateSuccessTableViewController *success = [self.getStoryboardWithName instantiateViewControllerWithIdentifier:@"RebateSuccessTableViewController"];
RebateSuccessTableViewController *success = [[[self class] getMainStoryboardClass] instantiateViewControllerWithIdentifier:@"RebateSuccessTableViewController"];
success.titleArray = @[message,@"查看账户",@"我知道了"];
[success setClickEvent:^(NSIndexPath *indexPath) {
if (indexPath.row == 1) {
......@@ -604,7 +604,7 @@ NSString *const PROMOTIONALSTRING = @"促销信息";
- (void)showJDECard
{
WS(weakSelf);
JDEcardViewController *jdeCard = [[self getStoryboardWithName] instantiateViewControllerWithIdentifier:@"JDEcardViewController"];
JDEcardViewController *jdeCard = [[[weakSelf class] getMainStoryboardClass] instantiateViewControllerWithIdentifier:@"JDEcardViewController"];
[jdeCard setDismissJDECardBlock:^{
[weakSelf.settingsPopoverController dismissPopoverAnimated:YES];
}];
......
......@@ -21,11 +21,12 @@ extern NSString * const SORTDIRECTION_DESC;
@class EarningsResponse;
@class RsApplyBillRequest;
@class RsCommissionRequest;
@class DataPage;
@class PageRows;
@class ExceptionCode;
@class RsResponse;
@class ConsumerQueryCondition;
@class LoginInfo;
@class ModifyPasswordRequest;
@class RsEmployeeRequest;
......@@ -40,40 +41,44 @@ extern NSString * const SORTDIRECTION_DESC;
@class OrderFilter;
@class OrderPayRequest;
@class PrizeCondition;
@class RsActionResult;
@class RsPrizeBill;
@class SceneCondition;
@class SceneFilter;
@class RsShippingAddrEntity;
@class SaveShoppingCartRequest;
@class ShopCartFilter;
@class TOApplyBillEntity;
@class TOConsumerEntity;
@class TOGoodsForResellerEntity;
@class TOGoodsBrandEntity;
@class TOGoodsLabelEntity;
@class TOJingdongEcardEntity;
@class TODrawEntity;
@class TOOrderdetailEntity;
@class TOPositionEntity;
@class RsShareResponse;
@class TOCommissionHistEntity;
@class TOGoodsEntity;
@class VOResellerGoodsEntity;
@class TOGoodsCategoryEntity;
@class TOGoodsLabelCategoryEntity;
@class TOAwardEntity;
@class TOOrderEntity;
@class TOOrderPromotionEntity;
@class TOPrizeBillDetailsEntity;
@class TOShippingAddrEntity;
@class UCN;
@class TOPrizeEntity;
@class TOScoreRecordEntity;
@class TOShopcartEntity;
@class Action;
@class IdEntity;
@class TOShopcartEntity;
@class UCN;
@class TOShippingAddrEntity;
@class TOSceneEntity;
@class TOPrizeEntity;
@class TOOrderPromotionEntity;
@class TOOrderEntity;
@class TOAwardEntity;
@class TOGoodsLabelCategoryEntity;
@class TOGoodsCategoryEntity;
@class VOResellerGoodsEntity;
@class TOGoodsEntity;
@class TOCommissionHistEntity;
@class RsShareResponse;
@class TOPrizeBillEntity;
@class TOPositionEntity;
@class TOOrderdetailEntity;
@class TODrawEntity;
@class TOJingdongEcardEntity;
@class TOGoodsLabelEntity;
@class TOGoodsBrandEntity;
@class TOGoodsForResellerEntity;
@class TOConsumerEntity;
@class TOApplyBillEntity;
@class StudyTaskCondition;
@class DeleteCartRequest;
@class SceneCondition;
@class RsPrizeBill;
@class RsScoreDetails;
@class RsActionResult;
@class PromotionGoods;
@class OrderBill;
@class GroupByOrderNumber;
......@@ -81,20 +86,22 @@ extern NSString * const SORTDIRECTION_DESC;
@class DataDict;
@class ResetPasswordRequest;
@class LoginResult;
@class ConsumerQueryCondition;
@class ExceptionCode;
@class EarningsResponse;
@class FunctionInfo;
@class PageRows;
@class DataPage;
@class ApplyRequest;
@class AfficheCondition;
@class RsJingDongECardResponse;
@class RsSimpleJingDongECardResponse;
@class RsAwardDraw;
@class TSBaseUser;
@class TSDepart;
@class TSUserOrg;
@class RsLotteryResponse;
@class TSUserOrg;
@class PrizeResponse;
@class ShopCartResponse;
@class SceneResponse;
@class OrderResponse;
@class RsAwardDraw;
@class RsSimpleJingDongECardResponse;
@class GoodsResponse;
@class ConsumerPageResult;
@class RsCommissionResponse;
......@@ -102,11 +109,12 @@ extern NSString * const SORTDIRECTION_DESC;
@class TSUser;
@class TOEmployee;
@protocol EarningsResponse @end
@protocol RsApplyBillRequest @end
@protocol RsCommissionRequest @end
@protocol DataPage @end
@protocol PageRows @end
@protocol ExceptionCode @end
@protocol RsResponse @end
@protocol ConsumerQueryCondition @end
@protocol LoginInfo @end
@protocol ModifyPasswordRequest @end
@protocol RsEmployeeRequest @end
......@@ -121,40 +129,44 @@ extern NSString * const SORTDIRECTION_DESC;
@protocol OrderFilter @end
@protocol OrderPayRequest @end
@protocol PrizeCondition @end
@protocol RsActionResult @end
@protocol RsPrizeBill @end
@protocol SceneCondition @end
@protocol SceneFilter @end
@protocol RsShippingAddrEntity @end
@protocol SaveShoppingCartRequest @end
@protocol ShopCartFilter @end
@protocol TOApplyBillEntity @end
@protocol TOConsumerEntity @end
@protocol TOGoodsForResellerEntity @end
@protocol TOGoodsBrandEntity @end
@protocol TOGoodsLabelEntity @end
@protocol TOJingdongEcardEntity @end
@protocol TODrawEntity @end
@protocol TOOrderdetailEntity @end
@protocol TOPositionEntity @end
@protocol RsShareResponse @end
@protocol TOCommissionHistEntity @end
@protocol TOGoodsEntity @end
@protocol VOResellerGoodsEntity @end
@protocol TOGoodsCategoryEntity @end
@protocol TOGoodsLabelCategoryEntity @end
@protocol TOAwardEntity @end
@protocol TOOrderEntity @end
@protocol TOOrderPromotionEntity @end
@protocol TOPrizeBillDetailsEntity @end
@protocol TOShippingAddrEntity @end
@protocol UCN @end
@protocol TOPrizeEntity @end
@protocol TOScoreRecordEntity @end
@protocol TOShopcartEntity @end
@protocol Action @end
@protocol IdEntity @end
@protocol TOShopcartEntity @end
@protocol UCN @end
@protocol TOShippingAddrEntity @end
@protocol TOSceneEntity @end
@protocol TOPrizeEntity @end
@protocol TOOrderPromotionEntity @end
@protocol TOOrderEntity @end
@protocol TOAwardEntity @end
@protocol TOGoodsLabelCategoryEntity @end
@protocol TOGoodsCategoryEntity @end
@protocol VOResellerGoodsEntity @end
@protocol TOGoodsEntity @end
@protocol TOCommissionHistEntity @end
@protocol RsShareResponse @end
@protocol TOPrizeBillEntity @end
@protocol TOPositionEntity @end
@protocol TOOrderdetailEntity @end
@protocol TODrawEntity @end
@protocol TOJingdongEcardEntity @end
@protocol TOGoodsLabelEntity @end
@protocol TOGoodsBrandEntity @end
@protocol TOGoodsForResellerEntity @end
@protocol TOConsumerEntity @end
@protocol TOApplyBillEntity @end
@protocol StudyTaskCondition @end
@protocol DeleteCartRequest @end
@protocol SceneCondition @end
@protocol RsPrizeBill @end
@protocol RsScoreDetails @end
@protocol RsActionResult @end
@protocol PromotionGoods @end
@protocol OrderBill @end
@protocol GroupByOrderNumber @end
......@@ -162,20 +174,22 @@ extern NSString * const SORTDIRECTION_DESC;
@protocol DataDict @end
@protocol ResetPasswordRequest @end
@protocol LoginResult @end
@protocol ConsumerQueryCondition @end
@protocol ExceptionCode @end
@protocol EarningsResponse @end
@protocol FunctionInfo @end
@protocol PageRows @end
@protocol DataPage @end
@protocol ApplyRequest @end
@protocol AfficheCondition @end
@protocol RsJingDongECardResponse @end
@protocol RsSimpleJingDongECardResponse @end
@protocol RsAwardDraw @end
@protocol TSBaseUser @end
@protocol TSDepart @end
@protocol TSUserOrg @end
@protocol RsLotteryResponse @end
@protocol TSUserOrg @end
@protocol PrizeResponse @end
@protocol ShopCartResponse @end
@protocol SceneResponse @end
@protocol OrderResponse @end
@protocol RsAwardDraw @end
@protocol RsSimpleJingDongECardResponse @end
@protocol GoodsResponse @end
@protocol ConsumerPageResult @end
@protocol RsCommissionResponse @end
......@@ -184,6 +198,38 @@ extern NSString * const SORTDIRECTION_DESC;
@protocol TOEmployee @end
/**
* (no documentation provided)
*/
@interface EarningsResponse : JSONModel
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, strong) NSNumber *accountTotal;
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, strong) NSNumber *yesterdayEarnings;
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, strong) NSNumber *historyEarning;
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, strong) NSNumber *applytotal;
@end /* interface EarningsResponse */
/**
* (no documentation provided)
*/
......@@ -229,110 +275,104 @@ extern NSString * const SORTDIRECTION_DESC;
/**
* easyui的datagrid向后台传递参数使用的model
@author
* 异常代码。
@author Debenson
@since 0.1
*/
@interface DataPage : JSONModel
@interface ExceptionCode : JSONModel
/**
* (no documentation provided)
* 异常代码
*
*
*/
@property (nonatomic, assign) NSInteger total;
@property (nonatomic, assign) NSInteger code;
/**
* (no documentation provided)
* 异常信息
*
*
*/
@property (nonatomic, assign) NSInteger page;
@property (nonatomic, copy) NSString *message;
@end /* interface ExceptionCode */
/**
* (no documentation provided)
* Restful Service response base
@author Debenson
@since 0.1
*/
@interface RsResponse : JSONModel
/**
* 0:正常, 非0异常。
*
*
*/
@property (nonatomic, assign) NSInteger rows;
@property (nonatomic, assign) long long code;
/**
* (no documentation provided)
* 异常描述
*
*
*/
@property (nonatomic, copy) NSString *sort;
@property (nonatomic, copy) NSString *message;
/**
* (no documentation provided)
* 返回数据
*
*
* 取值: SORTDIRECTION_ASC, SORTDIRECTION_DESC,
*/
@property (nonatomic, copy) NSString *order;
@end /* interface DataPage */
@property (nonatomic, strong) NSObject *data;
@end /* interface RsResponse */
/**
* 分页类
* 客户查询条件。
@author Administrator
@author Debenson
@since 0.1
*/
@interface PageRows : JSONModel
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, assign) NSInteger page;
@interface ConsumerQueryCondition : JSONModel
/**
* (no documentation provided)
* 经销商代码等于
*
*
*/
@property (nonatomic, assign) NSInteger rows;
@property (nonatomic, copy) NSString *resellerCodeEquals;
/**
* (no documentation provided)
* 名称等于
*
*
*/
@property (nonatomic, assign) NSInteger total;
@property (nonatomic, copy) NSString *nameEquals;
/**
* (no documentation provided)
* 手机号等于
*
*
*/
@property (nonatomic, assign) NSInteger totalpages;
@end /* interface PageRows */
/**
* Restful Service response base
@author Debenson
@since 0.1
*/
@interface RsResponse : JSONModel
@property (nonatomic, copy) NSString *mobileEquals;
/**
* 0:正常, 非0异常。
* 创建时间起始于,格式: yyyy-MM-dd HH:mm:ss
*
*
*/
@property (nonatomic, assign) long long code;
@property (nonatomic, copy) NSString *createTimeBegin;
/**
* 异常描述
* 创建时间截止于,格式: yyyy-MM-dd HH:mm:ss
*
*
*/
@property (nonatomic, copy) NSString *message;
@property (nonatomic, copy) NSString *createTimeEnd;
/**
* 返回数据
* 分布查询条件, 可空
*
*
*/
@property (nonatomic, strong) NSObject *data;
@end /* interface RsResponse */
@property (nonatomic, strong) DataPage *page;
@end /* interface ConsumerQueryCondition */
......@@ -793,12 +833,11 @@ extern NSString * const SORTDIRECTION_DESC;
*/
@property (nonatomic, assign) NSInteger jdCardDenomation;
/**
* 抵扣金额
* 抵扣
*
*
*/
@property (nonatomic, strong) NSNumber *promotionMoney;
/**
* 微信卡券卡号
*
......@@ -811,7 +850,6 @@ extern NSString * const SORTDIRECTION_DESC;
*
*/
@property (nonatomic, strong) NSNumber *wxcardDenomation;
/**
* 抵扣优先级
*
......@@ -843,59 +881,94 @@ extern NSString * const SORTDIRECTION_DESC;
*/
@property (nonatomic, assign) NSInteger lotteryPrority;
/**
* 微信卡券优先级
* 微信卡券优先级
*
*
*/
@property (nonatomic, assign) NSInteger wxCardPrority;
@end /* interface OrderPayRequest */
/**
* 奖品查询条件
@author wolv
*/
@interface PrizeCondition : JSONModel
/**
*
*
*
*/
@property (nonatomic, copy) NSString *codeLike;
/**
*
*
*
*/
@property (nonatomic, copy) NSString *nameLike;
/**
*
*
*
*/
@property (nonatomic, assign) NSInteger wxCardPrority;
@end /* interface OrderPayRequest */
@property (nonatomic, strong) DataPage *page;
@end /* interface PrizeCondition */
/**
* @author wolv
* 兑奖单
@author wolv
*/
@interface PrizeCondition : JSONModel
@interface RsPrizeBill : JSONModel
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *codeLike;
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *nameLike;
@property (nonatomic, strong) TOPrizeBillEntity *bill;
/**
* (no documentation provided)
*
* @see TOPrizeBillDetailsEntity
*
*/
@property (nonatomic, strong) DataPage *page;
@end /* interface PrizeCondition */
@property (nonatomic, strong) NSArray<TOPrizeBillDetailsEntity> *details;
@end /* interface RsPrizeBill */
/**
* 促销计算结果。
@author Debenson
* @author Administrator
@since 0.1
*/
@interface RsActionResult : JSONModel
@interface SceneCondition : JSONModel
/**
* 结果集合,空集合表示没有促销。
* @see Action
* 查询条件:风格
*
*
*/
@property (nonatomic, strong) NSArray<Action> *actions;
@end /* interface RsActionResult */
@property (nonatomic, copy) NSString *styleEquals;
/**
* 查询条件:空间
*
*
*/
@property (nonatomic, copy) NSString *spaceEquals;
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, strong) DataPage *page;
@end /* interface SceneCondition */
......@@ -990,16 +1063,39 @@ extern NSString * const SORTDIRECTION_DESC;
/**
* 商品分享返回数据。
@author Debenson
@since 0.1
*/
@interface RsShareResponse : JSONModel
/**
* 分享记录标识
*
@Title: Entity
@Description: 提现申请
*
*/
@property (nonatomic, copy) NSString *shareId;
/**
* 分享页面链接
*
*
*/
@property (nonatomic, copy) NSString *url;
@end /* interface RsShareResponse */
/**
* @Title: Entity
@Description: 导购分成表
@author onlineGenerator
@date 2016-08-24 09:40:02
@date 2016-05-16 16:15:27
@version V1.0
*/
@interface TOApplyBillEntity : JSONModel
@interface TOCommissionHistEntity : JSONModel
/**
* 方法: 取得java.lang.String
*
......@@ -1012,12 +1108,6 @@ extern NSString * const SORTDIRECTION_DESC;
*
*/
@property (nonatomic, copy) NSString *createName;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *createBy;
/**
* 方法: 取得java.util.Date
*
......@@ -1047,193 +1137,321 @@ extern NSString * const SORTDIRECTION_DESC;
*
*
*/
@property (nonatomic, copy) NSString *sysOrgCode;
@property (nonatomic, copy) NSString *resellerCode;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *billNumber;
@property (nonatomic, copy) NSString *employeeId;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *guideId;
@property (nonatomic, copy) NSString *orderId;
/**
* 方法: 取得java.lang.String
* 方法: 取得java.math.BigDecimal
*
*
*/
@property (nonatomic, copy) NSString *guideName;
@property (nonatomic, strong) NSNumber *amount;
/**
* 方法: 取得java.math.BigDecimal
*
*
*/
@property (nonatomic, strong) NSNumber *applyMoney;
@property (nonatomic, strong) NSNumber *afteramount;
/**
* 方法: 取得java.math.BigDecimal
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, strong) NSNumber *beforeMoney;
@property (nonatomic, copy) NSString *remark;
/**
* 方法: 取得java.math.BigDecimal
* 方法: 设置java.lang.String
*
*
*/
@property (nonatomic, strong) NSNumber *afterMoney;
@property (nonatomic, copy) NSString *orderNumber;
/**
* 方法: 取得java.lang.String
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *billStates;
@end /* interface TOApplyBillEntity */
@property (nonatomic, copy) NSString *employeeName;
/**
* 方法: 设置java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *state;
@end /* interface TOCommissionHistEntity */
/**
* @Title: Entity
@Description: 客户
@Description: t_o_goods
@author onlineGenerator
@date 2016-05-08 18:08:58
@date 2016-05-12 15:44:01
@version V1.0
*/
@interface TOConsumerEntity : JSONModel
@interface TOGoodsEntity : JSONModel
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, assign) NSInteger resellerInv;
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, strong) NSNumber *resellerTagPrice;
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *resellerState;
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *categoryName;
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *brandName;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *fid;
/**
* 方法: 取得java.util.Date
*
*
*/
@property (nonatomic, copy) NSString *createDate;
/**
* 方法: 取得java.util.Date
*
*
*/
@property (nonatomic, copy) NSString *onlineTime;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *createName;
@property (nonatomic, copy) NSString *company;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *createBy;
@property (nonatomic, copy) NSString *code;
/**
* 方法: 取得java.util.Date
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *name;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *number;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *categoryId;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *brandId;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *keyword;
/**
* 方法: 取得java.math.BigDecimal
*
*
*/
@property (nonatomic, strong) NSNumber *guidePrice;
/**
* 方法: 取得java.math.BigDecimal
*
*
*/
@property (nonatomic, strong) NSNumber *tagPrice;
/**
* 方法: 取得java.math.BigDecimal
*
*
*/
@property (nonatomic, strong) NSNumber *costPrice;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *state;
/**
* 方法: 取得java.lang.Integer
*
*
*/
@property (nonatomic, assign) NSInteger inv;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *detailedIntro;
/**
* 方法: 取得java.lang.Double
*
*
*/
@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 *createDate;
@property (nonatomic, copy) NSString *power;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *sysOrgCode;
@property (nonatomic, copy) NSString *colorTemperature;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *name;
@property (nonatomic, copy) NSString *spec;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *mobile;
@property (nonatomic, copy) NSString *function;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *province;
@property (nonatomic, copy) NSString *material;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *city;
@property (nonatomic, copy) NSString *lightSource;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *country;
@property (nonatomic, copy) NSString *goodsStyle;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *address;
@property (nonatomic, copy) NSString *series;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *picture;
@property (nonatomic, copy) NSString *area;
/**
* 方法: 取得java.util.Date
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *lastVisitedTime;
@property (nonatomic, copy) NSString *size;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *company;
@end /* interface TOConsumerEntity */
@property (nonatomic, copy) NSString *space;
/**
* (no documentation provided)
* 方法: 取得java.lang.String
*
*
*/
@interface TOGoodsForResellerEntity : JSONModel
@property (nonatomic, copy) NSString *installMethod;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *fid;
@property (nonatomic, copy) NSString *lightNumber;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *resellerId;
@property (nonatomic, copy) NSString *pictures;
/**
* (no documentation provided)
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, strong) TOGoodsEntity *goods;
@property (nonatomic, copy) NSString *barcode;
/**
* (no documentation provided)
*
* @see TOGoodsForResellerEntity
*
*/
@property (nonatomic, copy) NSString *path;
@end /* interface TOGoodsForResellerEntity */
@property (nonatomic, strong) NSArray<TOGoodsForResellerEntity> *goodsResellerList;
@end /* interface TOGoodsEntity */
/**
* @Title: Entity
@Description: 商品品牌
@author onlineGenerator
@date 2016-05-05 16:14:51
@version V1.0
* 经销商和商品关系表。
@author Debenson
@since 0.1
*/
@interface TOGoodsBrandEntity : JSONModel
@interface VOResellerGoodsEntity : JSONModel
/**
* 方法: 取得java.lang.String
*
......@@ -1241,436 +1459,428 @@ extern NSString * const SORTDIRECTION_DESC;
*/
@property (nonatomic, copy) NSString *fid;
/**
* 方法: 取得java.lang.String
* 方法: 取得java.util.Date
*
*
*/
@property (nonatomic, copy) NSString *createName;
@property (nonatomic, copy) NSString *createDate;
/**
* 方法: 取得java.lang.String
* 方法: 取得java.util.Date
*
*
*/
@property (nonatomic, copy) NSString *createBy;
@property (nonatomic, copy) NSString *onlineTime;
/**
* 方法: 取得java.util.Date
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *createDate;
@property (nonatomic, copy) NSString *company;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *sysOrgCode;
@property (nonatomic, copy) NSString *code;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *sysCompanyCode;
@property (nonatomic, copy) NSString *name;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *code;
@property (nonatomic, copy) NSString *number;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *name;
@property (nonatomic, copy) NSString *categoryId;
/**
* 方法: 取得java.lang.Integer
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *state;
@property (nonatomic, copy) NSString *brandId;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *logo;
@property (nonatomic, copy) NSString *keyword;
/**
* 方法: 取得java.lang.String
* 方法: 取得java.math.BigDecimal
*
*
*/
@property (nonatomic, copy) NSString *fdescription;
@end /* interface TOGoodsBrandEntity */
@property (nonatomic, strong) NSNumber *guidePrice;
/**
* @Title: Entity
@Description: 商品标签
@author onlineGenerator
@date 2016-05-05 17:18:15
@version V1.0
* 方法: 取得java.math.BigDecimal
*
*
*/
@interface TOGoodsLabelEntity : JSONModel
@property (nonatomic, strong) NSNumber *tagPrice;
/**
* (no documentation provided)
* 方法: 取得java.math.BigDecimal
*
*
*/
@property (nonatomic, strong) TOGoodsLabelCategoryEntity *category;
@property (nonatomic, strong) NSNumber *costPrice;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *fid;
@property (nonatomic, copy) NSString *state;
/**
* 方法: 取得java.lang.String
* 方法: 取得java.lang.Integer
*
*
*/
@property (nonatomic, copy) NSString *sysOrgCode;
@property (nonatomic, assign) NSInteger inv;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *sysCompanyCode;
@property (nonatomic, copy) NSString *detailedIntro;
/**
* 方法: 取得java.lang.String
* 方法: 取得java.lang.Double
*
*
*/
@property (nonatomic, copy) NSString *name;
@property (nonatomic, assign) double weight;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *categoryId;
@end /* interface TOGoodsLabelEntity */
/**
* @Title: Entity
@Description: 京东E卡
@author onlineGenerator
@date 2016-10-18 16:34:26
@version V1.0
*/
@interface TOJingdongEcardEntity : JSONModel
@property (nonatomic, copy) NSString *unit;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *fid;
@property (nonatomic, copy) NSString *productProfile;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *createName;
@property (nonatomic, copy) NSString *power;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *createBy;
@property (nonatomic, copy) NSString *colorTemperature;
/**
* 方法: 取得java.util.Date
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *createDate;
@property (nonatomic, copy) NSString *spec;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *updateName;
@property (nonatomic, copy) NSString *function;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *updateBy;
@property (nonatomic, copy) NSString *material;
/**
* 方法: 取得java.util.Date
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *updateDate;
@property (nonatomic, copy) NSString *lightSource;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *sysOrgCode;
@property (nonatomic, copy) NSString *goodsStyle;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *cardNumber;
@property (nonatomic, copy) NSString *series;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *cardPassword;
@property (nonatomic, copy) NSString *area;
/**
* 方法: 取得java.lang.Integer
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, assign) NSInteger denomation;
@property (nonatomic, copy) NSString *size;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *state;
@property (nonatomic, copy) NSString *space;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *guideId;
@property (nonatomic, copy) NSString *installMethod;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *orderNumber;
@property (nonatomic, copy) NSString *lightNumber;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *orderReceiptUrl;
@end /* interface TOJingdongEcardEntity */
@property (nonatomic, copy) NSString *pictures;
/**
* 方法: 取得java.lang.String
*
*
@Title: Entity
@Description: 抽奖记录
@author onlineGenerator
@date 2016-11-09 18:13:23
@version V1.0
*/
@interface TODrawEntity : JSONModel
@property (nonatomic, copy) NSString *barcode;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *fid;
@property (nonatomic, copy) NSString *resellerId;
/**
* 方法: 取得java.lang.String
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *createName;
@property (nonatomic, copy) NSString *categoryName;
/**
* 方法: 取得java.lang.String
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *createBy;
@property (nonatomic, copy) NSString *brandName;
@end /* interface VOResellerGoodsEntity */
/**
* 方法: 取得java.util.Date
* @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 *createDate;
@property (nonatomic, copy) NSString *upperName;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *updateName;
@property (nonatomic, copy) NSString *fid;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *updateBy;
@property (nonatomic, copy) NSString *code;
/**
* 方法: 取得java.util.Date
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *updateDate;
@property (nonatomic, copy) NSString *name;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *sysOrgCode;
@property (nonatomic, copy) NSString *upperId;
/**
* 方法: 取得java.util.Date
* 方法: 取得java.lang.Integer
*
*
*/
@property (nonatomic, copy) NSString *drawDate;
@property (nonatomic, assign) NSInteger level;
@end /* interface TOGoodsCategoryEntity */
/**
* 方法: 取得java.lang.String
*
*
* @Title: Entity
@Description: 商品标签分类
@author onlineGenerator
@date 2016-05-05 16:57:27
@version V1.0
*/
@property (nonatomic, copy) NSString *winnerId;
@interface TOGoodsLabelCategoryEntity : JSONModel
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *awardId;
@property (nonatomic, copy) NSString *fid;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *awardDescription;
@property (nonatomic, copy) NSString *sysOrgCode;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *orderNumber;
@property (nonatomic, copy) NSString *sysCompanyCode;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *state;
@property (nonatomic, copy) NSString *code;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *lotteryId;
@end /* interface TODrawEntity */
@property (nonatomic, copy) NSString *name;
@end /* interface TOGoodsLabelCategoryEntity */
/**
* @Title: Entity
@Description: 订单详情
*
@Title: Entity
@Description: 奖品详情
@author onlineGenerator
@date 2016-05-06 12:53:09
@date 2016-11-09 18:13:23
@version V1.0
*/
@interface TOOrderdetailEntity : JSONModel
@interface TOAwardEntity : JSONModel
/**
* (no documentation provided)
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *brandName;
@property (nonatomic, copy) NSString *fid;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *fid;
@property (nonatomic, copy) NSString *createName;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *goodsId;
@property (nonatomic, copy) NSString *createBy;
/**
* 方法: 取得java.lang.String
* 方法: 取得java.util.Date
*
*
*/
@property (nonatomic, copy) NSString *goodsCode;
@property (nonatomic, copy) NSString *createDate;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *goodsName;
@property (nonatomic, copy) NSString *updateName;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *goodsCover;
@property (nonatomic, copy) NSString *updateBy;
/**
* 方法: 取得java.lang.String
* 方法: 取得java.util.Date
*
*
*/
@property (nonatomic, copy) NSString *goodsSpec;
@property (nonatomic, copy) NSString *updateDate;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *goodsBrand;
@property (nonatomic, copy) NSString *sysOrgCode;
/**
* 方法: 取得java.lang.String
* 方法: 取得java.lang.Integer
*
*
*/
@property (nonatomic, copy) NSString *goodsNum;
@property (nonatomic, assign) NSInteger remainTotal;
/**
* 方法: 取得java.math.BigDecimal
*
*
*/
@property (nonatomic, strong) NSNumber *goodsPrice;
@property (nonatomic, strong) NSNumber *drawRate;
/**
* 方法: 取得java.math.BigDecimal
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, strong) NSNumber *goodsTotalPrice;
@property (nonatomic, copy) NSString *type;
/**
* 方法: 取得java.lang.String
* 方法: 取得java.math.BigDecimal
*
*
*/
@property (nonatomic, copy) NSString *orderId;
@property (nonatomic, strong) NSNumber *number;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *goodsUnit;
@property (nonatomic, copy) NSString *fdescription;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *remark;
@end /* interface TOOrderdetailEntity */
@property (nonatomic, copy) NSString *lotteryId;
@end /* interface TOAwardEntity */
/**
* @Title: Entity
@Description: 经销商员工职位
@Description: 订单
@author onlineGenerator
@date 2016-05-02 17:39:21
@date 2016-05-06 12:53:09
@version V1.0
*/
@interface TOPositionEntity : JSONModel
@interface TOOrderEntity : JSONModel
/**
* 方法: 取得java.lang.String
*
......@@ -1682,413 +1892,399 @@ extern NSString * const SORTDIRECTION_DESC;
*
*
*/
@property (nonatomic, copy) NSString *code;
@property (nonatomic, copy) NSString *createName;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *name;
@property (nonatomic, copy) NSString *createBy;
/**
* 方法: 取得java.math.BigDecimal
* 方法: 取得java.util.Date
*
*
*/
@property (nonatomic, strong) NSNumber *commission;
@property (nonatomic, copy) NSString *createDate;
/**
* (no documentation provided)
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, strong) NSNumber *lowestDiscount;
@property (nonatomic, copy) NSString *updateName;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *resellerCode;
@end /* interface TOPositionEntity */
@property (nonatomic, copy) NSString *updateBy;
/**
* 方法: 取得java.util.Date
*
*
@Title: Entity
@Description: 兑奖单奖品明细
@author onlineGenerator
@date 2016-11-06 21:01:00
@version V1.0
*/
@interface TOPrizeBillDetailsEntity : JSONModel
@property (nonatomic, copy) NSString *updateDate;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *fid;
@property (nonatomic, copy) NSString *sysOrgCode;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *bill;
@property (nonatomic, copy) NSString *orderNumber;
/**
* 方法: 取得java.lang.String
* 方法: 取得java.util.Date
*
*
*/
@property (nonatomic, copy) NSString *prize;
@end /* interface TOPrizeBillDetailsEntity */
@property (nonatomic, copy) NSString *orderTime;
/**
* @Title: Entity
@Description: t_o_shipping_addr
@author onlineGenerator
@date 2016-05-14 16:14:15
@version V1.0
* 方法: 取得java.lang.String
*
*
*/
@interface TOShippingAddrEntity : JSONModel
@property (nonatomic, copy) NSString *guideId;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *fid;
@property (nonatomic, copy) NSString *orderState;
/**
* 方法: 取得java.util.Date
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *createDate;
@property (nonatomic, copy) NSString *consumerId;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *sysOrgCode;
@property (nonatomic, copy) NSString *goodsNum;
/**
* 方法: 取得java.lang.String
* 方法: 取得java.math.BigDecimal
*
*
*/
@property (nonatomic, copy) NSString *name;
@property (nonatomic, strong) NSNumber *orderPrice;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *miblephone;
@property (nonatomic, copy) NSString *receiverName;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *province;
@property (nonatomic, copy) NSString *receiverMobile;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *city;
@property (nonatomic, copy) NSString *receiverAddress;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *country;
@property (nonatomic, copy) NSString *isBill;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *address;
@property (nonatomic, copy) NSString *billType;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *consumerId;
@end /* interface TOShippingAddrEntity */
@property (nonatomic, copy) NSString *billTitle;
/**
* UUID + CODE + NAME
@author Debenson
@since 0.1
* 方法: 取得java.lang.String
*
*
*/
@interface UCN : JSONModel
@property (nonatomic, copy) NSString *payType;
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *uuid;
@property (nonatomic, copy) NSString *consumerName;
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *code;
@property (nonatomic, copy) NSString *guideName;
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *name;
@end /* interface UCN */
@property (nonatomic, copy) NSString *resellerName;
/**
* 方法: 取得java.math.BigDecimal
*
*
*/
@property (nonatomic, strong) NSNumber *oldPrice;
@end /* interface TOOrderEntity */
/**
* 促销动作。
* @Title: Entity
@Description: 订油单的促销事件记录
@author onlineGenerator
@date 2016-10-19 17:43:12
@version V1.0
@author Debenson
@since 0.1
*/
@interface Action : JSONModel
@end /* interface Action */
@interface TOOrderPromotionEntity : JSONModel
/**
* (no documentation provided)
* 方法: 主键
*
*
*/
@interface IdEntity : JSONModel
@property (nonatomic, copy) NSString *fid;
/**
* (no documentation provided)
* 方法: 创建人名称
*
*
*/
@property (nonatomic, copy) NSString *fid;
@end /* interface IdEntity */
@property (nonatomic, copy) NSString *createName;
/**
* @Title: Entity
@Description: t_o_shopcart
@author onlineGenerator
@date 2016-05-13 14:26:57
@version V1.0
* 方法: 创建人登录名称
*
*
*/
@interface TOShopcartEntity : JSONModel
@property (nonatomic, copy) NSString *createBy;
/**
* 商品详情
* 方法: 创建日期
*
*
*/
@property (nonatomic, strong) VOResellerGoodsEntity *goods;
@property (nonatomic, copy) NSString *createDate;
/**
* 方法: 取得java.lang.String
* 方法: 更新人名称
*
*
*/
@property (nonatomic, copy) NSString *fid;
@property (nonatomic, copy) NSString *updateName;
/**
* 方法: 取得java.lang.String
* 方法: 更新人登录名称
*
*
*/
@property (nonatomic, copy) NSString *createName;
@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;
/**
* 方法: 取得java.lang.String
* 方法: 订单号
*
*
*/
@property (nonatomic, copy) NSString *createBy;
@property (nonatomic, copy) NSString *orderNumber;
/**
* 方法: 取得java.util.Date
* 方法: 折扣率
*
*
*/
@property (nonatomic, copy) NSString *createDate;
@property (nonatomic, strong) NSNumber *discountRate;
/**
* 方法: 取得java.lang.String
* 方法: 抽奖红包
*
*
*/
@property (nonatomic, copy) NSString *updateName;
@property (nonatomic, copy) NSString *lotteryPackage;
/**
* 方法: 取得java.lang.String
* 方法: 微信卡号
*
*
*/
@property (nonatomic, copy) NSString *updateBy;
@property (nonatomic, copy) NSString *wxcardNumber;
/**
* 方法: 取得java.util.Date
* 方法: 微信卡券面额
*
*
*/
@property (nonatomic, copy) NSString *updateDate;
@property (nonatomic, copy) NSString *wxcardDenomation;
/**
* 方法: 取得java.lang.String
* 方法: 微信卡券实际减免
*
*
*/
@property (nonatomic, copy) NSString *goodsId;
@property (nonatomic, copy) NSString *wxcardRealDeduction;
/**
* 方法: 取得java.lang.Integer
* 方法: 京东E卡面额
*
*
*/
@property (nonatomic, assign) NSInteger goodsNum;
@property (nonatomic, strong) NSNumber *JDEcardDenomation;
/**
* 方法: 取得java.lang.String
* 方法: 红包面额
*
*
*/
@property (nonatomic, copy) NSString *consumerId;
@property (nonatomic, strong) NSNumber *redPackageNumber;
/**
* 方法: 取得java.lang.String
* 方法: 红包次数
*
*
*/
@property (nonatomic, copy) NSString *resellerId;
@property (nonatomic, strong) NSNumber *redPackageCount;
/**
* 方法: 取得java.lang.String
* 方法: 取得优先级
*
*
*/
@property (nonatomic, strong) NSNumber *costPrice;
@end /* interface TOShopcartEntity */
@property (nonatomic, assign) NSInteger prority;
@end /* interface TOOrderPromotionEntity */
/**
* @Title: Entity
@Description: 场景
@author onlineGenerator
@date 2016-05-05 18:39:39
@version V1.0
* 兑奖单奖品明细
@author wolv
*/
@interface TOSceneEntity : JSONModel
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *fid;
@interface TOPrizeBillDetailsEntity : JSONModel
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *sceneCode;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *name;
@property (nonatomic, copy) NSString *fid;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *pricure;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *category;
@property (nonatomic, copy) NSString *bill;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *style;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *space;
@end /* interface TOSceneEntity */
@property (nonatomic, copy) NSString *prize;
@end /* interface TOPrizeBillDetailsEntity */
/**
*
@Title: Entity
@Description: 奖品
@author onlineGenerator
@date 2016-11-06 19:23:57
@version V1.0
* 奖品
@author wolv
*/
@interface TOPrizeEntity : JSONModel
/**
* 方法: 取得java.lang.String
*
*
*
*/
@property (nonatomic, copy) NSString *fid;
/**
* 方法: 取得java.lang.String
*
*
*
*/
@property (nonatomic, copy) NSString *picture;
/**
* 方法: 取得java.lang.String
*
*
*
*/
@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
*
*
*
*/
......@@ -2098,205 +2294,228 @@ extern NSString * const SORTDIRECTION_DESC;
/**
* @Title: Entity
@Description: 订油单的促销事件记录
@author onlineGenerator
@date 2016-10-19 17:43:12
@version V1.0
* 积分变更记录
@author wolv
*/
@interface TOOrderPromotionEntity : JSONModel
@interface TOScoreRecordEntity : JSONModel
/**
* 方法: 主键
*
*
*
*/
@property (nonatomic, copy) NSString *fid;
/**
* 方法: 创建人名称
*
*
*
*/
@property (nonatomic, copy) NSString *createName;
@property (nonatomic, copy) NSString *createDate;
/**
* 方法: 创建人登录名称
*
*
*
*/
@property (nonatomic, copy) NSString *createBy;
@property (nonatomic, copy) NSString *employeeId;
/**
* 方法: 创建日期
*
*
*
*/
@property (nonatomic, copy) NSString *createDate;
@property (nonatomic, assign) double score;
/**
* 方法: 更新人名称
*
*
*
*/
@property (nonatomic, copy) NSString *updateName;
@property (nonatomic, copy) NSString *sourceId;
/**
* 方法: 更新人登录名称
*
*
*
*/
@property (nonatomic, copy) NSString *updateBy;
@property (nonatomic, copy) NSString *sourceType;
/**
* 方法: 更新日期
*
*
*
*/
@property (nonatomic, copy) NSString *updateDate;
@property (nonatomic, copy) NSString *sourceReason;
@end /* interface TOScoreRecordEntity */
/**
* 方法: 所属部门
* @Title: Entity
@Description: t_o_shopcart
@author onlineGenerator
@date 2016-05-13 14:26:57
@version V1.0
*/
@interface TOShopcartEntity : JSONModel
/**
* 商品详情
*
*
*/
@property (nonatomic, copy) NSString *sysOrgCode;
@property (nonatomic, strong) VOResellerGoodsEntity *goods;
/**
* 方法: 商品标识
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *goodsId;
@property (nonatomic, copy) NSString *fid;
/**
* 方法: 商品代码
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *goodsCode;
@property (nonatomic, copy) NSString *createName;
/**
* 方法: 商品名称
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *goodsName;
@property (nonatomic, copy) NSString *createBy;
/**
* 方法: 促销商品数量
* 方法: 取得java.util.Date
*
*
*/
@property (nonatomic, strong) NSNumber *promotionNumber;
@property (nonatomic, copy) NSString *createDate;
/**
* 方法: 促销金额
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, strong) NSNumber *promotionMoney;
@property (nonatomic, copy) NSString *updateName;
/**
* 方法: 订单号
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *orderNumber;
@property (nonatomic, copy) NSString *updateBy;
/**
* 方法: 折扣率
* 方法: 取得java.util.Date
*
*
*/
@property (nonatomic, strong) NSNumber *discountRate;
@property (nonatomic, copy) NSString *updateDate;
/**
* 方法: 抽奖红包
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *lotteryPackage;
@property (nonatomic, copy) NSString *goodsId;
/**
* 方法: 微信卡号
* 方法: 取得java.lang.Integer
*
*
*/
@property (nonatomic, copy) NSString *wxcardNumber;
@property (nonatomic, assign) NSInteger goodsNum;
/**
* 方法: 微信卡券面额
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *wxcardDenomation;
@property (nonatomic, copy) NSString *consumerId;
/**
* 方法: 微信卡券实际减免
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *wxcardRealDeduction;
@property (nonatomic, copy) NSString *resellerId;
/**
* 方法: 京东E卡面额
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, strong) NSNumber *jdecardDenomation;
@property (nonatomic, strong) NSNumber *costPrice;
@end /* interface TOShopcartEntity */
/**
红包数
* 促销动作。
@author Debenson
@since 0.1
*/
@property (nonatomic,strong) NSNumber *redPackageCount;
@interface Action : JSONModel
@end /* interface Action */
/**
* 方法: 取得优先级
* (no documentation provided)
*/
@interface IdEntity : JSONModel
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, assign) NSInteger prority;
@end /* interface TOOrderPromotionEntity */
@property (nonatomic, copy) NSString *fid;
@end /* interface IdEntity */
/**
* @Title: Entity
@Description: 订单
@author onlineGenerator
@date 2016-05-06 12:53:09
@version V1.0
* UUID + CODE + NAME
@author Debenson
@since 0.1
*/
@interface TOOrderEntity : JSONModel
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *fid;
@interface UCN : JSONModel
/**
* 方法: 取得java.lang.String
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *createName;
@property (nonatomic, copy) NSString *uuid;
/**
* 方法: 取得java.lang.String
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *createBy;
@property (nonatomic, copy) NSString *code;
/**
* 方法: 取得java.util.Date
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *createDate;
@property (nonatomic, copy) NSString *name;
@end /* interface UCN */
/**
* 方法: 取得java.lang.String
*
*
* @Title: Entity
@Description: t_o_shipping_addr
@author onlineGenerator
@date 2016-05-14 16:14:15
@version V1.0
*/
@property (nonatomic, copy) NSString *updateName;
@interface TOShippingAddrEntity : JSONModel
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *updateBy;
@property (nonatomic, copy) NSString *fid;
/**
* 方法: 取得java.util.Date
*
*
*/
@property (nonatomic, copy) NSString *updateDate;
@property (nonatomic, copy) NSString *createDate;
/**
* 方法: 取得java.lang.String
*
......@@ -2308,222 +2527,220 @@ extern NSString * const SORTDIRECTION_DESC;
*
*
*/
@property (nonatomic, copy) NSString *orderNumber;
/**
* 方法: 取得java.util.Date
*
*
*/
@property (nonatomic, copy) NSString *orderTime;
@property (nonatomic, copy) NSString *name;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *guideId;
@property (nonatomic, copy) NSString *miblephone;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *orderState;
@property (nonatomic, copy) NSString *province;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *consumerId;
@property (nonatomic, copy) NSString *city;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *goodsNum;
/**
* 方法: 取得java.math.BigDecimal
*
*
*/
@property (nonatomic, strong) NSNumber *orderPrice;
@property (nonatomic, copy) NSString *country;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *receiverName;
@property (nonatomic, copy) NSString *address;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *receiverMobile;
@property (nonatomic, copy) NSString *consumerId;
@end /* interface TOShippingAddrEntity */
/**
* 方法: 取得java.lang.String
*
*
* @Title: Entity
@Description: 场景
@author onlineGenerator
@date 2016-05-05 18:39:39
@version V1.0
*/
@property (nonatomic, copy) NSString *receiverAddress;
@interface TOSceneEntity : JSONModel
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *isBill;
@property (nonatomic, copy) NSString *fid;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *billType;
@property (nonatomic, copy) NSString *sceneCode;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *billTitle;
@property (nonatomic, copy) NSString *name;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *payType;
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *consumerName;
@property (nonatomic, copy) NSString *pricure;
/**
* (no documentation provided)
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *guideName;
@property (nonatomic, copy) NSString *category;
/**
* (no documentation provided)
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *resellerName;
@property (nonatomic, copy) NSString *style;
/**
* 方法: 取得java.math.BigDecimal
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, strong) NSNumber *oldPrice;
@end /* interface TOOrderEntity */
@property (nonatomic, copy) NSString *space;
@end /* interface TOSceneEntity */
/**
*
@Title: Entity
@Description: 奖品详情
@author onlineGenerator
@date 2016-11-09 18:13:23
@version V1.0
* 兑奖单实体
@author wolv
*/
@interface TOAwardEntity : JSONModel
@interface TOPrizeBillEntity : JSONModel
/**
* 方法: 取得java.lang.String
*
*
*
*/
@property (nonatomic, copy) NSString *fid;
/**
* 方法: 取得java.lang.String
*
*
*
*/
@property (nonatomic, copy) NSString *orderNumber;
/**
*
*
*
*/
@property (nonatomic, copy) NSString *createName;
/**
* 方法: 取得java.lang.String
*
*
*
*/
@property (nonatomic, copy) NSString *createBy;
/**
* 方法: 取得java.util.Date
*
*
*
*/
@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;
@property (nonatomic, copy) NSString *billnumber;
/**
* 方法: 取得java.lang.Integer
*
*
*
*/
@property (nonatomic, assign) NSInteger remainTotal;
@property (nonatomic, copy) NSString *state;
/**
* 方法: 取得java.math.BigDecimal
*
*
*
*/
@property (nonatomic, strong) NSNumber *drawRate;
@property (nonatomic, copy) NSString *receiver;
/**
* 方法: 取得java.lang.String
*
*
*
*/
@property (nonatomic, copy) NSString *type;
@property (nonatomic, copy) NSString *mobilephone;
/**
* 方法: 取得java.math.BigDecimal
*
*
*
*/
@property (nonatomic, strong) NSNumber *number;
@property (nonatomic, copy) NSString *receiveAddress;
/**
* 方法: 取得java.lang.String
*
*
*
*/
@property (nonatomic, copy) NSString *fdescription;
@property (nonatomic, copy) NSString *employee;
/**
* 方法: 取得java.lang.String
*
*
*
*/
@property (nonatomic, copy) NSString *lotteryId;
@end /* interface TOAwardEntity */
@property (nonatomic, copy) NSString *logisticsCompany;
/**
*
*
*
*/
@property (nonatomic, copy) NSString *trackingNumber;
@end /* interface TOPrizeBillEntity */
/**
* @Title: Entity
@Description: 商品标签分类
@Description: 经销商员工职位
@author onlineGenerator
@date 2016-05-05 16:57:27
@date 2016-05-02 17:39:21
@version V1.0
*/
@interface TOGoodsLabelCategoryEntity : JSONModel
@interface TOPositionEntity : JSONModel
/**
* 方法: 取得java.lang.String
*
......@@ -2535,45 +2752,51 @@ extern NSString * const SORTDIRECTION_DESC;
*
*
*/
@property (nonatomic, copy) NSString *sysOrgCode;
@property (nonatomic, copy) NSString *code;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *sysCompanyCode;
@property (nonatomic, copy) NSString *name;
/**
* 方法: 取得java.lang.String
* 方法: 取得java.math.BigDecimal
*
*
*/
@property (nonatomic, copy) NSString *code;
@property (nonatomic, strong) NSNumber *commission;
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, strong) NSNumber *lowestDiscount;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *name;
@end /* interface TOGoodsLabelCategoryEntity */
@property (nonatomic, copy) NSString *resellerCode;
@end /* interface TOPositionEntity */
/**
* @Title: Entity
@Description: 商品分类
@Description: 订单详情
@author onlineGenerator
@date 2016-05-10 10:17:53
@date 2016-05-06 12:53:09
@version V1.0
*/
@interface TOGoodsCategoryEntity : JSONModel
@interface TOOrderdetailEntity : JSONModel
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *upperName;
@property (nonatomic, copy) NSString *brandName;
/**
* 方法: 取得java.lang.String
*
......@@ -2585,527 +2808,556 @@ extern NSString * const SORTDIRECTION_DESC;
*
*
*/
@property (nonatomic, copy) NSString *code;
@property (nonatomic, copy) NSString *goodsId;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *name;
@property (nonatomic, copy) NSString *goodsCode;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *upperId;
@property (nonatomic, copy) NSString *goodsName;
/**
* 方法: 取得java.lang.Integer
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, assign) NSInteger level;
@end /* interface TOGoodsCategoryEntity */
@property (nonatomic, copy) NSString *goodsCover;
/**
* 经销商和商品关系表。
@author Debenson
@since 0.1
* 方法: 取得java.lang.String
*
*
*/
@interface VOResellerGoodsEntity : JSONModel
@property (nonatomic, copy) NSString *goodsSpec;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *fid;
@property (nonatomic, copy) NSString *goodsBrand;
/**
* 方法: 取得java.util.Date
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *createDate;
@property (nonatomic, copy) NSString *goodsNum;
/**
* 方法: 取得java.util.Date
* 方法: 取得java.math.BigDecimal
*
*
*/
@property (nonatomic, copy) NSString *onlineTime;
@property (nonatomic, strong) NSNumber *goodsPrice;
/**
* 方法: 取得java.lang.String
* 方法: 取得java.math.BigDecimal
*
*
*/
@property (nonatomic, copy) NSString *company;
@property (nonatomic, strong) NSNumber *goodsTotalPrice;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *code;
@property (nonatomic, copy) NSString *orderId;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *name;
@property (nonatomic, copy) NSString *goodsUnit;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *number;
@property (nonatomic, copy) NSString *remark;
@end /* interface TOOrderdetailEntity */
/**
* @Title: Entity
@Description: 抽奖记录
@author onlineGenerator
@date 2016-11-09 18:13:23
@version V1.0
*/
@interface TODrawEntity : JSONModel
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *categoryId;
@property (nonatomic, copy) NSString *fid;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *brandId;
@property (nonatomic, copy) NSString *createName;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *keyword;
@property (nonatomic, copy) NSString *createBy;
/**
* 方法: 取得java.math.BigDecimal
* 方法: 取得java.util.Date
*
*
*/
@property (nonatomic, strong) NSNumber *guidePrice;
@property (nonatomic, copy) NSString *createDate;
/**
* 方法: 取得java.math.BigDecimal
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, strong) NSNumber *tagPrice;
@property (nonatomic, copy) NSString *updateName;
/**
* 方法: 取得java.math.BigDecimal
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, strong) NSNumber *costPrice;
@property (nonatomic, copy) NSString *updateBy;
/**
* 方法: 取得java.lang.String
* 方法: 取得java.util.Date
*
*
*/
@property (nonatomic, copy) NSString *state;
@property (nonatomic, copy) NSString *updateDate;
/**
* 方法: 取得java.lang.Integer
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, assign) NSInteger inv;
@property (nonatomic, copy) NSString *sysOrgCode;
/**
* 方法: 取得java.lang.String
* 方法: 取得java.util.Date
*
*
*/
@property (nonatomic, copy) NSString *detailedIntro;
@property (nonatomic, copy) NSString *drawDate;
/**
* 方法: 取得java.lang.Double
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, assign) double weight;
@property (nonatomic, copy) NSString *winnerId;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *unit;
@property (nonatomic, copy) NSString *awardId;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *productProfile;
@property (nonatomic, copy) NSString *awardDescription;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *power;
@property (nonatomic, copy) NSString *orderNumber;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *colorTemperature;
@property (nonatomic, copy) NSString *state;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *spec;
@property (nonatomic, copy) NSString *lotteryId;
@end /* interface TODrawEntity */
/**
* @Title: Entity
@Description: 京东E卡
@author onlineGenerator
@date 2016-10-18 16:34:26
@version V1.0
*/
@interface TOJingdongEcardEntity : JSONModel
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *function;
@property (nonatomic, copy) NSString *fid;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *material;
@property (nonatomic, copy) NSString *createName;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *lightSource;
@property (nonatomic, copy) NSString *createBy;
/**
* 方法: 取得java.lang.String
* 方法: 取得java.util.Date
*
*
*/
@property (nonatomic, copy) NSString *goodsStyle;
@property (nonatomic, copy) NSString *createDate;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *series;
@property (nonatomic, copy) NSString *updateName;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *area;
@property (nonatomic, copy) NSString *updateBy;
/**
* 方法: 取得java.lang.String
* 方法: 取得java.util.Date
*
*
*/
@property (nonatomic, copy) NSString *size;
@property (nonatomic, copy) NSString *updateDate;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *space;
@property (nonatomic, copy) NSString *sysOrgCode;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *installMethod;
@property (nonatomic, copy) NSString *cardNumber;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *lightNumber;
@property (nonatomic, copy) NSString *cardPassword;
/**
* 方法: 取得java.lang.String
* 方法: 取得java.lang.Integer
*
*
*/
@property (nonatomic, copy) NSString *pictures;
@property (nonatomic, assign) NSInteger denomation;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *barcode;
@property (nonatomic, copy) NSString *state;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *resellerId;
@property (nonatomic, copy) NSString *guideId;
/**
* (no documentation provided)
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *categoryName;
@property (nonatomic, copy) NSString *orderNumber;
/**
* (no documentation provided)
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *brandName;
@end /* interface VOResellerGoodsEntity */
@property (nonatomic, copy) NSString *orderReceiptUrl;
@end /* interface TOJingdongEcardEntity */
/**
* @Title: Entity
@Description: t_o_goods
@Description: 商品标签
@author onlineGenerator
@date 2016-05-12 15:44:01
@date 2016-05-05 17:18:15
@version V1.0
*/
@interface TOGoodsEntity : JSONModel
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, assign) NSInteger resellerInv;
@interface TOGoodsLabelEntity : JSONModel
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, strong) NSNumber *resellerTagPrice;
@property (nonatomic, strong) TOGoodsLabelCategoryEntity *category;
/**
* (no documentation provided)
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *resellerState;
@property (nonatomic, copy) NSString *fid;
/**
* (no documentation provided)
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *categoryName;
@property (nonatomic, copy) NSString *sysOrgCode;
/**
* (no documentation provided)
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *brandName;
@property (nonatomic, copy) NSString *sysCompanyCode;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *fid;
@property (nonatomic, copy) NSString *name;
/**
* 方法: 取得java.util.Date
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *createDate;
@property (nonatomic, copy) NSString *categoryId;
@end /* interface TOGoodsLabelEntity */
/**
* 方法: 取得java.util.Date
*
*
* @Title: Entity
@Description: 商品品牌
@author onlineGenerator
@date 2016-05-05 16:14:51
@version V1.0
*/
@property (nonatomic, copy) NSString *onlineTime;
@interface TOGoodsBrandEntity : JSONModel
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *company;
@property (nonatomic, copy) NSString *fid;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *code;
@property (nonatomic, copy) NSString *createName;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *name;
@property (nonatomic, copy) NSString *createBy;
/**
* 方法: 取得java.lang.String
* 方法: 取得java.util.Date
*
*
*/
@property (nonatomic, copy) NSString *number;
@property (nonatomic, copy) NSString *createDate;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *categoryId;
@property (nonatomic, copy) NSString *sysOrgCode;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *brandId;
@property (nonatomic, copy) NSString *sysCompanyCode;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *keyword;
@property (nonatomic, copy) NSString *code;
/**
* 方法: 取得java.math.BigDecimal
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, strong) NSNumber *guidePrice;
@property (nonatomic, copy) NSString *name;
/**
* 方法: 取得java.math.BigDecimal
* 方法: 取得java.lang.Integer
*
*
*/
@property (nonatomic, strong) NSNumber *tagPrice;
@property (nonatomic, copy) NSString *state;
/**
* 方法: 取得java.math.BigDecimal
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, strong) NSNumber *costPrice;
@property (nonatomic, copy) NSString *logo;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *state;
@property (nonatomic, copy) NSString *fdescription;
@end /* interface TOGoodsBrandEntity */
/**
* 方法: 取得java.lang.Integer
*
*
* (no documentation provided)
*/
@property (nonatomic, assign) NSInteger inv;
@interface TOGoodsForResellerEntity : JSONModel
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *detailedIntro;
@property (nonatomic, copy) NSString *fid;
/**
* 方法: 取得java.lang.Double
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, assign) double weight;
@property (nonatomic, copy) NSString *resellerId;
/**
* 方法: 取得java.lang.String
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *unit;
@property (nonatomic, strong) TOGoodsEntity *goods;
/**
* 方法: 取得java.lang.String
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *productProfile;
@property (nonatomic, copy) NSString *path;
@end /* interface TOGoodsForResellerEntity */
/**
* 方法: 取得java.lang.String
*
*
* @Title: Entity
@Description: 客户
@author onlineGenerator
@date 2016-05-08 18:08:58
@version V1.0
*/
@property (nonatomic, copy) NSString *power;
@interface TOConsumerEntity : JSONModel
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *colorTemperature;
@property (nonatomic, copy) NSString *fid;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *spec;
@property (nonatomic, copy) NSString *createName;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *function;
@property (nonatomic, copy) NSString *createBy;
/**
* 方法: 取得java.lang.String
* 方法: 取得java.util.Date
*
*
*/
@property (nonatomic, copy) NSString *material;
@property (nonatomic, copy) NSString *createDate;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *lightSource;
@property (nonatomic, copy) NSString *sysOrgCode;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *goodsStyle;
@property (nonatomic, copy) NSString *name;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *series;
@property (nonatomic, copy) NSString *mobile;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *area;
@property (nonatomic, copy) NSString *province;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *size;
@property (nonatomic, copy) NSString *city;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *space;
@property (nonatomic, copy) NSString *country;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *installMethod;
@property (nonatomic, copy) NSString *address;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *lightNumber;
@property (nonatomic, copy) NSString *picture;
/**
* 方法: 取得java.lang.String
* 方法: 取得java.util.Date
*
*
*/
@property (nonatomic, copy) NSString *pictures;
@property (nonatomic, copy) NSString *lastVisitedTime;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *barcode;
/**
* (no documentation provided)
* @see TOGoodsForResellerEntity
*
*/
@property (nonatomic, strong) NSArray<TOGoodsForResellerEntity> *goodsResellerList;
@end /* interface TOGoodsEntity */
@property (nonatomic, copy) NSString *company;
@end /* interface TOConsumerEntity */
/**
* @Title: Entity
@Description: 导购分成表
*
@Title: Entity
@Description: 提现申请
@author onlineGenerator
@date 2016-05-16 16:15:27
@date 2016-08-24 09:40:02
@version V1.0
*/
@interface TOCommissionHistEntity : JSONModel
@interface TOApplyBillEntity : JSONModel
/**
* 方法: 取得java.lang.String
*
......@@ -3118,6 +3370,12 @@ extern NSString * const SORTDIRECTION_DESC;
*
*/
@property (nonatomic, copy) NSString *createName;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *createBy;
/**
* 方法: 取得java.util.Date
*
......@@ -3147,80 +3405,92 @@ extern NSString * const SORTDIRECTION_DESC;
*
*
*/
@property (nonatomic, copy) NSString *resellerCode;
@property (nonatomic, copy) NSString *sysOrgCode;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *employeeId;
@property (nonatomic, copy) NSString *billNumber;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *orderId;
@property (nonatomic, copy) NSString *guideId;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *guideName;
/**
* 方法: 取得java.math.BigDecimal
*
*
*/
@property (nonatomic, strong) NSNumber *applyMoney;
/**
* 方法: 取得java.math.BigDecimal
*
*
*/
@property (nonatomic, strong) NSNumber *amount;
@property (nonatomic, strong) NSNumber *beforeMoney;
/**
* 方法: 取得java.math.BigDecimal
*
*
*/
@property (nonatomic, strong) NSNumber *afteramount;
@property (nonatomic, strong) NSNumber *afterMoney;
/**
* 方法: 取得java.lang.String
*
*
*/
@property (nonatomic, copy) NSString *remark;
@property (nonatomic, copy) NSString *billStates;
@end /* interface TOApplyBillEntity */
/**
* 方法: 设置java.lang.String
*
*
* 学习任务查询条件。
@author thor
*/
@property (nonatomic, copy) NSString *orderNumber;
@interface StudyTaskCondition : JSONModel
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *employeeName;
@property (nonatomic, copy) NSString *typeEquals;
/**
* 方法: 设置java.lang.String
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *state;
@end /* interface TOCommissionHistEntity */
@property (nonatomic, copy) NSString *stateEquals;
/**
* 商品分享返回数据。
@author Debenson
@since 0.1
* (no documentation provided)
*
*
*/
@interface RsShareResponse : JSONModel
@property (nonatomic, copy) NSString *titleLike;
/**
* 分享记录标识
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *shareId;
@property (nonatomic, copy) NSString *employeeIdEquals;
/**
* 分享页面链接
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *url;
@end /* interface RsShareResponse */
@property (nonatomic, strong) DataPage *page;
@end /* interface StudyTaskCondition */
......@@ -3241,52 +3511,56 @@ extern NSString * const SORTDIRECTION_DESC;
/**
* @author Administrator
@since 0.1
* 积分详情
@author wolv
*/
@interface SceneCondition : JSONModel
@interface RsScoreDetails : JSONModel
/**
* 查询条件:风格
*
*
*
*/
@property (nonatomic, copy) NSString *styleEquals;
@property (nonatomic, assign) double currentScore;
/**
* 查询条件:空间
*
*
*
*/
@property (nonatomic, copy) NSString *spaceEquals;
@property (nonatomic, assign) NSInteger quarterlyRanking;
/**
* (no documentation provided)
*
*
*
*/
@property (nonatomic, strong) DataPage *page;
@end /* interface SceneCondition */
@property (nonatomic, assign) NSInteger annualRanking;
/**
* (no documentation provided)
* @see TOScoreRecordEntity
*
*/
@property (nonatomic, strong) NSArray<TOScoreRecordEntity> *recoreds;
@end /* interface RsScoreDetails */
/**
* @author wolv
* 促销计算结果。
@author Debenson
@since 0.1
*/
@interface RsPrizeBill : JSONModel
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, strong) TOPrizeEntity *bill;
@interface RsActionResult : JSONModel
/**
* (no documentation provided)
* @see TOPrizeBillDetailsEntity
* 结果集合,空集合表示没有促销。
* @see Action
*
*/
@property (nonatomic, strong) NSArray<TOPrizeBillDetailsEntity> *details;
@end /* interface RsPrizeBill */
@property (nonatomic, strong) NSArray<Action> *actions;
@end /* interface RsActionResult */
......@@ -3385,7 +3659,7 @@ extern NSString * const SORTDIRECTION_DESC;
* @see TOJingdongEcardEntity
*
*/
@property (nonatomic, strong) NSArray<TOJingdongEcardEntity> *eCards;
@property (nonatomic, strong) NSMutableArray<TOJingdongEcardEntity> *eCards;
@end /* interface GroupByOrderNumber */
......@@ -3539,122 +3813,170 @@ extern NSString * const SORTDIRECTION_DESC;
/**
* 客户查询条件。
* 用户权限信息
@author Debenson
@since 0.1
@author thor
@date 2016年11月17日 下午2:29:40
@version 0.1
*/
@interface ConsumerQueryCondition : JSONModel
@interface FunctionInfo : JSONModel
/**
* 经销商代码等于
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *resellerCodeEquals;
@property (nonatomic, copy) NSString *userName;
/**
* 名称等于
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *nameEquals;
@property (nonatomic, copy) NSString *functionName;
@end /* interface FunctionInfo */
/**
* 手机号等于
* 分页类
@author Administrator
@since 0.1
*/
@interface PageRows : JSONModel
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *mobileEquals;
@property (nonatomic, assign) NSInteger page;
/**
* 创建时间起始于,格式: yyyy-MM-dd HH:mm:ss
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *createTimeBegin;
@property (nonatomic, assign) NSInteger rows;
/**
* 创建时间截止于,格式: yyyy-MM-dd HH:mm:ss
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *createTimeEnd;
@property (nonatomic, assign) NSInteger total;
/**
* 分布查询条件, 可空
* (no documentation provided)
*
*
*/
@property (nonatomic, strong) DataPage *page;
@end /* interface ConsumerQueryCondition */
@property (nonatomic, assign) NSInteger totalpages;
@end /* interface PageRows */
/**
* 异常代码。
* easyui的datagrid向后台传递参数使用的model
@author
@author Debenson
@since 0.1
*/
@interface ExceptionCode : JSONModel
@interface DataPage : JSONModel
/**
* 异常代码
* (no documentation provided)
*
*
*/
@property (nonatomic, assign) NSInteger code;
@property (nonatomic, assign) NSInteger total;
/**
* 异常信息
* (no documentation provided)
*
*
*/
@property (nonatomic, copy) NSString *message;
@end /* interface ExceptionCode */
@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 */
/**
* @author Administrator
@since 0.1
*/
@interface ApplyRequest : JSONModel
/**
* (no documentation provided)
*
*
*/
@interface EarningsResponse : JSONModel
@property (nonatomic, strong) NSNumber *amount;
@end /* interface ApplyRequest */
/**
* 公告筛选条件
@author thor
@date 2016年11月16日 上午11:53:21
@version 0.1
*/
@interface AfficheCondition : JSONModel
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, strong) NSNumber *accountTotal;
@property (nonatomic, strong) DataPage *page;
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, strong) NSNumber *yesterdayEarnings;
@property (nonatomic, copy) NSString *userIdEquals;
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, strong) NSNumber *historyEarning;
@property (nonatomic, assign) NSInteger dayCountEquals;
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, strong) NSNumber *applytotal;
@end /* interface EarningsResponse */
@property (nonatomic, copy) NSString *afficheTypeEuals;
/**
* @author Administrator
@since 0.1
* (no documentation provided)
*
*
*/
@interface ApplyRequest : JSONModel
@property (nonatomic, copy) NSString *order;
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, strong) NSNumber *amount;
@end /* interface ApplyRequest */
@property (nonatomic, copy) NSString *sort;
@end /* interface AfficheCondition */
......@@ -3677,20 +3999,26 @@ extern NSString * const SORTDIRECTION_DESC;
/**
* 查询京东E卡分页
* 查询抽奖结果分页
@author nevermore
@since 0.1
*/
@interface RsSimpleJingDongECardResponse : PageRows
@interface RsAwardDraw : PageRows
/**
* (no documentation provided)
* @see TOJingdongEcardEntity
*
*
*/
@property (nonatomic, strong) NSArray<TOJingdongEcardEntity> *list;
@end /* interface RsSimpleJingDongECardResponse */
@property (nonatomic, strong) TODrawEntity *draw;
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, strong) TOAwardEntity *award;
@end /* interface RsAwardDraw */
......@@ -3834,6 +4162,24 @@ extern NSString * const SORTDIRECTION_DESC;
/**
* 查询抽奖结果分页
@author nevermore
@since 0.1
*/
@interface RsLotteryResponse : PageRows
/**
* (no documentation provided)
* @see RsAwardDraw
*
*/
@property (nonatomic, strong) NSArray<RsAwardDraw> *list;
@end /* interface RsLotteryResponse */
/**
* 用户-组织机构 实体
<p/>
......@@ -3861,20 +4207,20 @@ extern NSString * const SORTDIRECTION_DESC;
/**
* 查询抽奖结果分页
* 奖品查询结果
@author wolv
@author nevermore
@since 0.1
*/
@interface RsLotteryResponse : PageRows
@interface PrizeResponse : PageRows
/**
* (no documentation provided)
* @see RsAwardDraw
*
* @see TOPrizeEntity
*
*/
@property (nonatomic, strong) NSArray<RsAwardDraw> *list;
@end /* interface RsLotteryResponse */
@property (nonatomic, strong) NSArray<TOPrizeEntity> *prizes;
@end /* interface PrizeResponse */
......@@ -3931,26 +4277,20 @@ extern NSString * const SORTDIRECTION_DESC;
/**
* 查询抽奖结果分页
* 查询京东E卡分页
@author nevermore
@since 0.1
*/
@interface RsAwardDraw : PageRows
/**
* (no documentation provided)
*
*
*/
@property (nonatomic, strong) TODrawEntity *draw;
@interface RsSimpleJingDongECardResponse : PageRows
/**
* (no documentation provided)
*
* @see TOJingdongEcardEntity
*
*/
@property (nonatomic, strong) TOAwardEntity *award;
@end /* interface RsAwardDraw */
@property (nonatomic, strong) NSArray<TOJingdongEcardEntity> *list;
@end /* interface RsSimpleJingDongECardResponse */
......@@ -4124,8 +4464,8 @@ extern NSString * const SORTDIRECTION_DESC;
@property (nonatomic, copy) NSString *picture;
/**
* (no documentation provided)
*
*
*
*
*/
@property (nonatomic, copy) NSString *positionsName;
@end /* interface TOEmployee */
......
#import "opple_objc_json_client.h"
@implementation RsApplyBillRequest
@synthesize employeeId;
@synthesize page;
@implementation EarningsResponse
@synthesize accountTotal;
@synthesize yesterdayEarnings;
@synthesize historyEarning;
@synthesize applytotal;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -13,8 +15,8 @@
@end
@implementation RsCommissionRequest
@synthesize emploreeId;
@implementation RsApplyBillRequest
@synthesize employeeId;
@synthesize page;
+(BOOL)propertyIsOptional:(NSString*)propertyName
......@@ -25,12 +27,9 @@
@end
@implementation DataPage
@synthesize total;
@implementation RsCommissionRequest
@synthesize emploreeId;
@synthesize page;
@synthesize rows;
@synthesize sort;
@synthesize order;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -40,11 +39,9 @@
@end
@implementation PageRows
@synthesize page;
@synthesize rows;
@synthesize total;
@synthesize totalpages;
@implementation ExceptionCode
@synthesize code;
@synthesize message;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -65,6 +62,22 @@
}
@end
@implementation ConsumerQueryCondition
@synthesize resellerCodeEquals;
@synthesize nameEquals;
@synthesize mobileEquals;
@synthesize createTimeBegin;
@synthesize createTimeEnd;
@synthesize page;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
return YES;
}
@end
@implementation LoginInfo
......@@ -274,6 +287,7 @@
@synthesize JDEcardsPrority;
@synthesize drawPrority;
@synthesize lotteryPrority;
@synthesize wxCardPrority;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -304,8 +318,22 @@
@end
@implementation RsActionResult
@synthesize actions;
@implementation RsPrizeBill
@synthesize bill;
@synthesize details;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
return YES;
}
@end
@implementation SceneCondition
@synthesize styleEquals;
@synthesize spaceEquals;
@synthesize page;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -363,22 +391,34 @@
@end
@implementation TOApplyBillEntity
@implementation RsShareResponse
@synthesize shareId;
@synthesize url;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
return YES;
}
@end
@implementation TOCommissionHistEntity
@synthesize fid;
@synthesize createName;
@synthesize createBy;
@synthesize createDate;
@synthesize updateName;
@synthesize updateBy;
@synthesize updateDate;
@synthesize sysOrgCode;
@synthesize billNumber;
@synthesize guideId;
@synthesize guideName;
@synthesize applyMoney;
@synthesize beforeMoney;
@synthesize afterMoney;
@synthesize billStates;
@synthesize resellerCode;
@synthesize employeeId;
@synthesize orderId;
@synthesize amount;
@synthesize afteramount;
@synthesize remark;
@synthesize orderNumber;
@synthesize employeeName;
@synthesize state;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -396,21 +436,47 @@
@end
@implementation TOConsumerEntity
@implementation TOGoodsEntity
@synthesize resellerInv;
@synthesize resellerTagPrice;
@synthesize resellerState;
@synthesize categoryName;
@synthesize brandName;
@synthesize fid;
@synthesize createName;
@synthesize createBy;
@synthesize createDate;
@synthesize sysOrgCode;
@synthesize name;
@synthesize mobile;
@synthesize province;
@synthesize city;
@synthesize country;
@synthesize address;
@synthesize picture;
@synthesize lastVisitedTime;
@synthesize onlineTime;
@synthesize company;
@synthesize code;
@synthesize name;
@synthesize number;
@synthesize categoryId;
@synthesize brandId;
@synthesize keyword;
@synthesize guidePrice;
@synthesize tagPrice;
@synthesize costPrice;
@synthesize state;
@synthesize inv;
@synthesize detailedIntro;
@synthesize weight;
@synthesize unit;
@synthesize productProfile;
@synthesize power;
@synthesize colorTemperature;
@synthesize spec;
@synthesize function;
@synthesize material;
@synthesize lightSource;
@synthesize goodsStyle;
@synthesize series;
@synthesize area;
@synthesize size;
@synthesize space;
@synthesize installMethod;
@synthesize lightNumber;
@synthesize pictures;
@synthesize barcode;
@synthesize goodsResellerList;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -428,11 +494,44 @@
@end
@implementation TOGoodsForResellerEntity
@implementation VOResellerGoodsEntity
@synthesize fid;
@synthesize createDate;
@synthesize onlineTime;
@synthesize company;
@synthesize code;
@synthesize name;
@synthesize number;
@synthesize categoryId;
@synthesize brandId;
@synthesize keyword;
@synthesize guidePrice;
@synthesize tagPrice;
@synthesize costPrice;
@synthesize state;
@synthesize inv;
@synthesize detailedIntro;
@synthesize weight;
@synthesize unit;
@synthesize productProfile;
@synthesize power;
@synthesize colorTemperature;
@synthesize spec;
@synthesize function;
@synthesize material;
@synthesize lightSource;
@synthesize goodsStyle;
@synthesize series;
@synthesize area;
@synthesize size;
@synthesize space;
@synthesize installMethod;
@synthesize lightNumber;
@synthesize pictures;
@synthesize barcode;
@synthesize resellerId;
@synthesize goods;
@synthesize path;
@synthesize categoryName;
@synthesize brandName;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -450,18 +549,13 @@
@end
@implementation TOGoodsBrandEntity
@implementation TOGoodsCategoryEntity
@synthesize upperName;
@synthesize fid;
@synthesize createName;
@synthesize createBy;
@synthesize createDate;
@synthesize sysOrgCode;
@synthesize sysCompanyCode;
@synthesize code;
@synthesize name;
@synthesize state;
@synthesize logo;
@synthesize fdescription;
@synthesize upperId;
@synthesize level;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -472,7 +566,6 @@
+(JSONKeyMapper*)keyMapper
{
return [[JSONKeyMapper alloc] initWithDictionary:@{
@"description": @"fdescription",
@"id": @"fid",
}];
}
......@@ -480,13 +573,12 @@
@end
@implementation TOGoodsLabelEntity
@synthesize category;
@implementation TOGoodsLabelCategoryEntity
@synthesize fid;
@synthesize sysOrgCode;
@synthesize sysCompanyCode;
@synthesize code;
@synthesize name;
@synthesize categoryId;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -504,7 +596,7 @@
@end
@implementation TOJingdongEcardEntity
@implementation TOAwardEntity
@synthesize fid;
@synthesize createName;
@synthesize createBy;
......@@ -513,13 +605,12 @@
@synthesize updateBy;
@synthesize updateDate;
@synthesize sysOrgCode;
@synthesize cardNumber;
@synthesize cardPassword;
@synthesize denomation;
@synthesize state;
@synthesize guideId;
@synthesize orderNumber;
@synthesize orderReceiptUrl;
@synthesize remainTotal;
@synthesize drawRate;
@synthesize type;
@synthesize number;
@synthesize fdescription;
@synthesize lotteryId;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -530,6 +621,7 @@
+(JSONKeyMapper*)keyMapper
{
return [[JSONKeyMapper alloc] initWithDictionary:@{
@"description": @"fdescription",
@"id": @"fid",
}];
}
......@@ -537,7 +629,7 @@
@end
@implementation TODrawEntity
@implementation TOOrderEntity
@synthesize fid;
@synthesize createName;
@synthesize createBy;
......@@ -546,13 +638,24 @@
@synthesize updateBy;
@synthesize updateDate;
@synthesize sysOrgCode;
@synthesize drawDate;
@synthesize winnerId;
@synthesize awardId;
@synthesize awardDescription;
@synthesize orderNumber;
@synthesize state;
@synthesize lotteryId;
@synthesize orderTime;
@synthesize guideId;
@synthesize orderState;
@synthesize consumerId;
@synthesize goodsNum;
@synthesize orderPrice;
@synthesize receiverName;
@synthesize receiverMobile;
@synthesize receiverAddress;
@synthesize isBill;
@synthesize billType;
@synthesize billTitle;
@synthesize payType;
@synthesize consumerName;
@synthesize guideName;
@synthesize resellerName;
@synthesize oldPrice;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -570,21 +673,30 @@
@end
@implementation TOOrderdetailEntity
@synthesize brandName;
@implementation TOOrderPromotionEntity
@synthesize fid;
@synthesize createName;
@synthesize createBy;
@synthesize createDate;
@synthesize updateName;
@synthesize updateBy;
@synthesize updateDate;
@synthesize sysOrgCode;
@synthesize goodsId;
@synthesize goodsCode;
@synthesize goodsName;
@synthesize goodsCover;
@synthesize goodsSpec;
@synthesize goodsBrand;
@synthesize goodsNum;
@synthesize goodsPrice;
@synthesize goodsTotalPrice;
@synthesize orderId;
@synthesize goodsUnit;
@synthesize remark;
@synthesize promotionNumber;
@synthesize promotionMoney;
@synthesize orderNumber;
@synthesize discountRate;
@synthesize lotteryPackage;
@synthesize wxcardNumber;
@synthesize wxcardDenomation;
@synthesize wxcardRealDeduction;
@synthesize JDEcardDenomation;
@synthesize redPackageNumber;
@synthesize redPackageCount;
@synthesize prority;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -602,13 +714,10 @@
@end
@implementation TOPositionEntity
@implementation TOPrizeBillDetailsEntity
@synthesize fid;
@synthesize code;
@synthesize name;
@synthesize commission;
@synthesize lowestDiscount;
@synthesize resellerCode;
@synthesize bill;
@synthesize prize;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -626,10 +735,17 @@
@end
@implementation TOPrizeBillDetailsEntity
@implementation TOPrizeEntity
@synthesize fid;
@synthesize bill;
@synthesize prize;
@synthesize picture;
@synthesize createName;
@synthesize createBy;
@synthesize updateName;
@synthesize updateBy;
@synthesize code;
@synthesize name;
@synthesize createDate;
@synthesize updateDate;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -647,17 +763,14 @@
@end
@implementation TOShippingAddrEntity
@implementation TOScoreRecordEntity
@synthesize fid;
@synthesize createDate;
@synthesize sysOrgCode;
@synthesize name;
@synthesize miblephone;
@synthesize province;
@synthesize city;
@synthesize country;
@synthesize address;
@synthesize consumerId;
@synthesize employeeId;
@synthesize score;
@synthesize sourceId;
@synthesize sourceType;
@synthesize sourceReason;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -675,10 +788,20 @@
@end
@implementation UCN
@synthesize uuid;
@synthesize code;
@synthesize name;
@implementation TOShopcartEntity
@synthesize goods;
@synthesize fid;
@synthesize createName;
@synthesize createBy;
@synthesize createDate;
@synthesize updateName;
@synthesize updateBy;
@synthesize updateDate;
@synthesize goodsId;
@synthesize goodsNum;
@synthesize consumerId;
@synthesize resellerId;
@synthesize costPrice;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -686,6 +809,14 @@
}
+(JSONKeyMapper*)keyMapper
{
return [[JSONKeyMapper alloc] initWithDictionary:@{
@"id": @"fid",
}];
}
@end
@implementation Action
......@@ -698,10 +829,6 @@
@end
NSString * const SORTDIRECTION_ASC = @"asc";
NSString * const SORTDIRECTION_DESC = @"desc";
@implementation IdEntity
@synthesize fid;
......@@ -721,20 +848,34 @@ NSString * const SORTDIRECTION_DESC = @"desc";
@end
@implementation TOShopcartEntity
@synthesize goods;
NSString * const SORTDIRECTION_ASC = @"asc";
NSString * const SORTDIRECTION_DESC = @"desc";
@implementation UCN
@synthesize uuid;
@synthesize code;
@synthesize name;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
return YES;
}
@end
@implementation TOShippingAddrEntity
@synthesize fid;
@synthesize createName;
@synthesize createBy;
@synthesize createDate;
@synthesize updateName;
@synthesize updateBy;
@synthesize updateDate;
@synthesize goodsId;
@synthesize goodsNum;
@synthesize sysOrgCode;
@synthesize name;
@synthesize miblephone;
@synthesize province;
@synthesize city;
@synthesize country;
@synthesize address;
@synthesize consumerId;
@synthesize resellerId;
@synthesize costPrice;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -777,17 +918,47 @@ NSString * const SORTDIRECTION_DESC = @"desc";
@end
@implementation TOPrizeEntity
@implementation TOPrizeBillEntity
@synthesize fid;
@synthesize picture;
@synthesize orderNumber;
@synthesize createName;
@synthesize createBy;
@synthesize createDate;
@synthesize updateName;
@synthesize updateBy;
@synthesize updateDate;
@synthesize billnumber;
@synthesize state;
@synthesize receiver;
@synthesize mobilephone;
@synthesize receiveAddress;
@synthesize employee;
@synthesize logisticsCompany;
@synthesize trackingNumber;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
return YES;
}
+(JSONKeyMapper*)keyMapper
{
return [[JSONKeyMapper alloc] initWithDictionary:@{
@"id": @"fid",
}];
}
@end
@implementation TOPositionEntity
@synthesize fid;
@synthesize code;
@synthesize name;
@synthesize createDate;
@synthesize updateDate;
@synthesize commission;
@synthesize lowestDiscount;
@synthesize resellerCode;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -805,29 +976,21 @@ NSString * const SORTDIRECTION_DESC = @"desc";
@end
@implementation TOOrderPromotionEntity
@implementation TOOrderdetailEntity
@synthesize brandName;
@synthesize fid;
@synthesize createName;
@synthesize createBy;
@synthesize createDate;
@synthesize updateName;
@synthesize updateBy;
@synthesize updateDate;
@synthesize sysOrgCode;
@synthesize goodsId;
@synthesize goodsCode;
@synthesize goodsName;
@synthesize promotionNumber;
@synthesize promotionMoney;
@synthesize orderNumber;
@synthesize discountRate;
@synthesize lotteryPackage;
@synthesize wxcardNumber;
@synthesize wxcardDenomation;
@synthesize wxcardRealDeduction;
@synthesize jdecardDenomation;
@synthesize redPackageCount;
@synthesize prority;
@synthesize goodsCover;
@synthesize goodsSpec;
@synthesize goodsBrand;
@synthesize goodsNum;
@synthesize goodsPrice;
@synthesize goodsTotalPrice;
@synthesize orderId;
@synthesize goodsUnit;
@synthesize remark;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -845,7 +1008,7 @@ NSString * const SORTDIRECTION_DESC = @"desc";
@end
@implementation TOOrderEntity
@implementation TODrawEntity
@synthesize fid;
@synthesize createName;
@synthesize createBy;
......@@ -854,25 +1017,13 @@ NSString * const SORTDIRECTION_DESC = @"desc";
@synthesize updateBy;
@synthesize updateDate;
@synthesize sysOrgCode;
@synthesize drawDate;
@synthesize winnerId;
@synthesize awardId;
@synthesize awardDescription;
@synthesize orderNumber;
@synthesize orderTime;
@synthesize guideId;
@synthesize orderState;
@synthesize consumerId;
@synthesize goodsNum;
@synthesize orderPrice;
@synthesize receiverName;
@synthesize receiverMobile;
@synthesize receiverAddress;
@synthesize isBill;
@synthesize billType;
@synthesize billTitle;
@synthesize payType;
@synthesize consumerName;
@synthesize guideName;
@synthesize resellerName;
@synthesize oldPrice;
@synthesize state;
@synthesize lotteryId;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -890,7 +1041,7 @@ NSString * const SORTDIRECTION_DESC = @"desc";
@end
@implementation TOAwardEntity
@implementation TOJingdongEcardEntity
@synthesize fid;
@synthesize createName;
@synthesize createBy;
......@@ -899,12 +1050,13 @@ NSString * const SORTDIRECTION_DESC = @"desc";
@synthesize updateBy;
@synthesize updateDate;
@synthesize sysOrgCode;
@synthesize remainTotal;
@synthesize drawRate;
@synthesize type;
@synthesize number;
@synthesize fdescription;
@synthesize lotteryId;
@synthesize cardNumber;
@synthesize cardPassword;
@synthesize denomation;
@synthesize state;
@synthesize guideId;
@synthesize orderNumber;
@synthesize orderReceiptUrl;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -915,7 +1067,6 @@ NSString * const SORTDIRECTION_DESC = @"desc";
+(JSONKeyMapper*)keyMapper
{
return [[JSONKeyMapper alloc] initWithDictionary:@{
@"description": @"fdescription",
@"id": @"fid",
}];
}
......@@ -923,12 +1074,13 @@ NSString * const SORTDIRECTION_DESC = @"desc";
@end
@implementation TOGoodsLabelCategoryEntity
@implementation TOGoodsLabelEntity
@synthesize category;
@synthesize fid;
@synthesize sysOrgCode;
@synthesize sysCompanyCode;
@synthesize code;
@synthesize name;
@synthesize categoryId;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -946,13 +1098,18 @@ NSString * const SORTDIRECTION_DESC = @"desc";
@end
@implementation TOGoodsCategoryEntity
@synthesize upperName;
@implementation TOGoodsBrandEntity
@synthesize fid;
@synthesize createName;
@synthesize createBy;
@synthesize createDate;
@synthesize sysOrgCode;
@synthesize sysCompanyCode;
@synthesize code;
@synthesize name;
@synthesize upperId;
@synthesize level;
@synthesize state;
@synthesize logo;
@synthesize fdescription;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -963,6 +1120,7 @@ NSString * const SORTDIRECTION_DESC = @"desc";
+(JSONKeyMapper*)keyMapper
{
return [[JSONKeyMapper alloc] initWithDictionary:@{
@"description": @"fdescription",
@"id": @"fid",
}];
}
......@@ -970,44 +1128,11 @@ NSString * const SORTDIRECTION_DESC = @"desc";
@end
@implementation VOResellerGoodsEntity
@implementation TOGoodsForResellerEntity
@synthesize fid;
@synthesize createDate;
@synthesize onlineTime;
@synthesize company;
@synthesize code;
@synthesize name;
@synthesize number;
@synthesize categoryId;
@synthesize brandId;
@synthesize keyword;
@synthesize guidePrice;
@synthesize tagPrice;
@synthesize costPrice;
@synthesize state;
@synthesize inv;
@synthesize detailedIntro;
@synthesize weight;
@synthesize unit;
@synthesize productProfile;
@synthesize power;
@synthesize colorTemperature;
@synthesize spec;
@synthesize function;
@synthesize material;
@synthesize lightSource;
@synthesize goodsStyle;
@synthesize series;
@synthesize area;
@synthesize size;
@synthesize space;
@synthesize installMethod;
@synthesize lightNumber;
@synthesize pictures;
@synthesize barcode;
@synthesize resellerId;
@synthesize categoryName;
@synthesize brandName;
@synthesize goods;
@synthesize path;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -1025,47 +1150,21 @@ NSString * const SORTDIRECTION_DESC = @"desc";
@end
@implementation TOGoodsEntity
@synthesize resellerInv;
@synthesize resellerTagPrice;
@synthesize resellerState;
@synthesize categoryName;
@synthesize brandName;
@implementation TOConsumerEntity
@synthesize fid;
@synthesize createName;
@synthesize createBy;
@synthesize createDate;
@synthesize onlineTime;
@synthesize company;
@synthesize code;
@synthesize sysOrgCode;
@synthesize name;
@synthesize number;
@synthesize categoryId;
@synthesize brandId;
@synthesize keyword;
@synthesize guidePrice;
@synthesize tagPrice;
@synthesize costPrice;
@synthesize state;
@synthesize inv;
@synthesize detailedIntro;
@synthesize weight;
@synthesize unit;
@synthesize productProfile;
@synthesize power;
@synthesize colorTemperature;
@synthesize spec;
@synthesize function;
@synthesize material;
@synthesize lightSource;
@synthesize goodsStyle;
@synthesize series;
@synthesize area;
@synthesize size;
@synthesize space;
@synthesize installMethod;
@synthesize lightNumber;
@synthesize pictures;
@synthesize barcode;
@synthesize goodsResellerList;
@synthesize mobile;
@synthesize province;
@synthesize city;
@synthesize country;
@synthesize address;
@synthesize picture;
@synthesize lastVisitedTime;
@synthesize company;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -1083,22 +1182,22 @@ NSString * const SORTDIRECTION_DESC = @"desc";
@end
@implementation TOCommissionHistEntity
@implementation TOApplyBillEntity
@synthesize fid;
@synthesize createName;
@synthesize createBy;
@synthesize createDate;
@synthesize updateName;
@synthesize updateBy;
@synthesize updateDate;
@synthesize resellerCode;
@synthesize employeeId;
@synthesize orderId;
@synthesize amount;
@synthesize afteramount;
@synthesize remark;
@synthesize orderNumber;
@synthesize employeeName;
@synthesize state;
@synthesize sysOrgCode;
@synthesize billNumber;
@synthesize guideId;
@synthesize guideName;
@synthesize applyMoney;
@synthesize beforeMoney;
@synthesize afterMoney;
@synthesize billStates;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -1116,9 +1215,12 @@ NSString * const SORTDIRECTION_DESC = @"desc";
@end
@implementation RsShareResponse
@synthesize shareId;
@synthesize url;
@implementation StudyTaskCondition
@synthesize typeEquals;
@synthesize stateEquals;
@synthesize titleLike;
@synthesize employeeIdEquals;
@synthesize page;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -1139,10 +1241,11 @@ NSString * const SORTDIRECTION_DESC = @"desc";
@end
@implementation SceneCondition
@synthesize styleEquals;
@synthesize spaceEquals;
@synthesize page;
@implementation RsScoreDetails
@synthesize currentScore;
@synthesize quarterlyRanking;
@synthesize annualRanking;
@synthesize recoreds;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -1152,9 +1255,8 @@ NSString * const SORTDIRECTION_DESC = @"desc";
@end
@implementation RsPrizeBill
@synthesize bill;
@synthesize details;
@implementation RsActionResult
@synthesize actions;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -1270,13 +1372,9 @@ NSString * const SORTDIRECTION_DESC = @"desc";
@end
@implementation ConsumerQueryCondition
@synthesize resellerCodeEquals;
@synthesize nameEquals;
@synthesize mobileEquals;
@synthesize createTimeBegin;
@synthesize createTimeEnd;
@synthesize page;
@implementation FunctionInfo
@synthesize userName;
@synthesize functionName;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -1286,9 +1384,11 @@ NSString * const SORTDIRECTION_DESC = @"desc";
@end
@implementation ExceptionCode
@synthesize code;
@synthesize message;
@implementation PageRows
@synthesize page;
@synthesize rows;
@synthesize total;
@synthesize totalpages;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -1298,11 +1398,12 @@ NSString * const SORTDIRECTION_DESC = @"desc";
@end
@implementation EarningsResponse
@synthesize accountTotal;
@synthesize yesterdayEarnings;
@synthesize historyEarning;
@synthesize applytotal;
@implementation DataPage
@synthesize total;
@synthesize page;
@synthesize rows;
@synthesize sort;
@synthesize order;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -1321,6 +1422,22 @@ NSString * const SORTDIRECTION_DESC = @"desc";
}
@end
@implementation AfficheCondition
@synthesize page;
@synthesize userIdEquals;
@synthesize dayCountEquals;
@synthesize afficheTypeEuals;
@synthesize order;
@synthesize sort;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
return YES;
}
@end
@implementation RsJingDongECardResponse
......@@ -1334,8 +1451,9 @@ NSString * const SORTDIRECTION_DESC = @"desc";
@end
@implementation RsSimpleJingDongECardResponse
@synthesize list;
@implementation RsAwardDraw
@synthesize draw;
@synthesize award;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -1391,6 +1509,17 @@ NSString * const SORTDIRECTION_DESC = @"desc";
}
@end
@implementation RsLotteryResponse
@synthesize list;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
return YES;
}
@end
@implementation TSUserOrg
......@@ -1405,8 +1534,8 @@ NSString * const SORTDIRECTION_DESC = @"desc";
@end
@implementation RsLotteryResponse
@synthesize list;
@implementation PrizeResponse
@synthesize prizes;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......@@ -1449,9 +1578,8 @@ NSString * const SORTDIRECTION_DESC = @"desc";
@end
@implementation RsAwardDraw
@synthesize draw;
@synthesize award;
@implementation RsSimpleJingDongECardResponse
@synthesize list;
+(BOOL)propertyIsOptional:(NSString*)propertyName
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment