Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
O
Opple-iOS
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张杰
Opple-iOS
Commits
411e96c3
Commit
411e96c3
authored
Nov 21, 2016
by
曹云霄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改项说明:
parent
6a00b24e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1683 additions
and
1215 deletions
+1683
-1215
OrderdetailsViewController.m
Class/OrderdetailsViewController.m
+5
-5
opple_objc_json_client.h
Tools/opple_objc_json_client.h
+1260
-920
opple_objc_json_client.m
Tools/opple_objc_json_client.m
+418
-290
No files found.
Class/OrderdetailsViewController.m
View file @
411e96c3
...
...
@@ -295,10 +295,10 @@ NSString *const PROMOTIONALSTRING = @"促销信息";
deductionModel
.
priority
=
oldPromotion
.
prority
;
[
weakSelf
.
promotionInformationArray
addObject
:
deductionModel
];
}
else
if
(
!
[
BaseViewController
isBlankString
:[
oldPromotion
.
jde
cardDenomation
stringValue
]])
{
}
else
if
(
!
[
BaseViewController
isBlankString
:[
oldPromotion
.
JDE
cardDenomation
stringValue
]])
{
// 京东E卡
PromotionJDECardModel
*
jdECardModel
=
[[
PromotionJDECardModel
alloc
]
init
];
jdECardModel
.
total
=
[
oldPromotion
.
jde
cardDenomation
integerValue
];
jdECardModel
.
total
=
[
oldPromotion
.
JDE
cardDenomation
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
];
}];
...
...
Tools/opple_objc_json_client.h
View file @
411e96c3
...
...
@@ -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
TOCo
nsumer
Entity
;
@class
TOGoods
ForReseller
Entity
;
@class
TOGoodsBrand
Entity
;
@class
TOGoods
Label
Entity
;
@class
TO
JingdongEcard
Entity
;
@class
TO
Draw
Entity
;
@class
TOOrder
detail
Entity
;
@class
TO
Posi
tionEntity
;
@class
RsShareResponse
;
@class
TOCo
mmissionHist
Entity
;
@class
TOGoodsEntity
;
@class
VOResellerGoods
Entity
;
@class
TOGoods
Category
Entity
;
@class
TO
GoodsLabelCategory
Entity
;
@class
TO
Award
Entity
;
@class
TOOrderEntity
;
@class
TO
OrderPromo
tionEntity
;
@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
Rs
PrizeBill
;
@class
RsScoreDetails
;
@class
Rs
ActionResult
;
@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
EarningsRespons
e
;
@class
FunctionInfo
;
@class
PageRows
;
@class
DataPag
e
;
@class
ApplyRequest
;
@class
AfficheCondition
;
@class
RsJingDongECardResponse
;
@class
Rs
SimpleJingDongECardResponse
;
@class
Rs
AwardDraw
;
@class
TSBaseUser
;
@class
TSDepart
;
@class
TSUserOrg
;
@class
RsLotteryResponse
;
@class
TSUserOrg
;
@class
PrizeResponse
;
@class
ShopCartResponse
;
@class
SceneResponse
;
@class
OrderResponse
;
@class
Rs
AwardDraw
;
@class
Rs
SimpleJingDongECardResponse
;
@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
TOCo
nsumer
Entity
@end
@protocol
TOGoods
ForReseller
Entity
@end
@protocol
TOGoodsBrand
Entity
@end
@protocol
TOGoods
Label
Entity
@end
@protocol
TO
JingdongEcard
Entity
@end
@protocol
TO
Draw
Entity
@end
@protocol
TOOrder
detail
Entity
@end
@protocol
TO
Posi
tionEntity
@end
@protocol
RsShareResponse
@end
@protocol
TOCo
mmissionHist
Entity
@end
@protocol
TOGoodsEntity
@end
@protocol
VOResellerGoods
Entity
@end
@protocol
TOGoods
Category
Entity
@end
@protocol
TO
GoodsLabelCategory
Entity
@end
@protocol
TO
Award
Entity
@end
@protocol
TOOrderEntity
@end
@protocol
TO
OrderPromo
tionEntity
@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
Rs
PrizeBill
@end
@protocol
RsScoreDetails
@end
@protocol
Rs
ActionResult
@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
EarningsRespons
e
@end
@protocol
FunctionInfo
@end
@protocol
PageRows
@end
@protocol
DataPag
e
@end
@protocol
ApplyRequest
@end
@protocol
AfficheCondition
@end
@protocol
RsJingDongECardResponse
@end
@protocol
Rs
SimpleJingDongECardResponse
@end
@protocol
Rs
AwardDraw
@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
Rs
AwardDraw
@end
@protocol
Rs
SimpleJingDongECardResponse
@end
@protocol
GoodsResponse
@end
@protocol
ConsumerPageResult
@end
@protocol
RsCommissionResponse
@end
...
...
@@ -187,122 +201,100 @@ extern NSString * const SORTDIRECTION_DESC;
/**
* (no documentation provided)
*/
@interface
RsApplyBillRequest
:
JSONModel
@interface
EarningsResponse
:
JSONModel
/**
* (no documentation provided)
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
employeeId
;
@property
(
nonatomic
,
strong
)
NSNumber
*
accountTotal
;
/**
* (no documentation provided)
*
*
*/
@property
(
nonatomic
,
strong
)
DataPage
*
page
;
@end
/* interface RsApplyBillRequest */
/**
* 流水请求
@author nevermore
@since 0.1
*/
@interface
RsCommissionRequest
:
JSONModel
@property
(
nonatomic
,
strong
)
NSNumber
*
yesterdayEarnings
;
/**
* (no documentation provided)
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
emploreeId
;
@property
(
nonatomic
,
strong
)
NSNumber
*
historyEarning
;
/**
* (no documentation provided)
*
*
*/
@property
(
nonatomic
,
strong
)
DataPage
*
page
;
@end
/* interface RsCommissionRequest */
/**
* easyui的datagrid向后台传递参数使用的model
@property
(
nonatomic
,
strong
)
NSNumber
*
applytotal
;
@end
/* interface EarningsResponse */
@author
*/
@interface
DataPage
:
JSONModel
/**
* (no documentation provided)
*
*
*/
@property
(
nonatomic
,
assign
)
NSInteger
total
;
/**
* (no documentation provided)
*
*
*/
@
property
(
nonatomic
,
assign
)
NSInteger
page
;
@
interface
RsApplyBillRequest
:
JSONModel
/**
* (no documentation provided)
*
*
*/
@property
(
nonatomic
,
assign
)
NSInteger
rows
;
@property
(
nonatomic
,
copy
)
NSString
*
employeeId
;
/**
* (no documentation provided)
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
sort
;
/**
* (no documentation provided)
*
* 取值: SORTDIRECTION_ASC, SORTDIRECTION_DESC,
*/
@property
(
nonatomic
,
copy
)
NSString
*
order
;
@end
/* interface DataPage */
@property
(
nonatomic
,
strong
)
DataPage
*
page
;
@end
/* interface RsApplyBillRequest */
/**
*
分页类
*
流水请求
@author
Administrator
@author
nevermore
@since 0.1
*/
@interface
PageRows
:
JSONModel
@interface
RsCommissionRequest
:
JSONModel
/**
* (no documentation provided)
*
*
*/
@property
(
nonatomic
,
assign
)
NSInteger
page
;
@property
(
nonatomic
,
copy
)
NSString
*
emploreeId
;
/**
* (no documentation provided)
*
*
*/
@property
(
nonatomic
,
assign
)
NSInteger
rows
;
@property
(
nonatomic
,
strong
)
DataPage
*
page
;
@end
/* interface RsCommissionRequest */
/**
* (no documentation provided)
* 异常代码。
@author Debenson
@since 0.1
*/
@interface
ExceptionCode
:
JSONModel
/**
* 异常代码
*
*
*/
@property
(
nonatomic
,
assign
)
NSInteger
total
;
@property
(
nonatomic
,
assign
)
NSInteger
code
;
/**
*
(no documentation provided)
*
异常信息
*
*
*/
@property
(
nonatomic
,
assign
)
NSInteger
totalpages
;
@end
/* interface
PageRows
*/
@property
(
nonatomic
,
copy
)
NSString
*
message
;
@end
/* interface
ExceptionCode
*/
...
...
@@ -337,56 +329,104 @@ extern NSString * const SORTDIRECTION_DESC;
/**
*
经销商用户登录信息
。
*
客户查询条件
。
@author Debenson
@since 0.1
*/
@interface
LoginInfo
:
JSONModel
@interface
ConsumerQueryCondition
:
JSONModel
/**
*
用户名
*
经销商代码等于
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
username
;
@property
(
nonatomic
,
copy
)
NSString
*
resellerCodeEquals
;
/**
*
密码
*
名称等于
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
password
;
@end
/* interface LoginInfo */
@property
(
nonatomic
,
copy
)
NSString
*
nameEquals
;
/**
* 修改密码请求。
@author Debenson
@since 0.1
* 手机号等于
*
*
*/
@
interface
ModifyPasswordRequest
:
JSONModel
@
property
(
nonatomic
,
copy
)
NSString
*
mobileEquals
;
/**
*
员工标识。
*
创建时间起始于,格式: yyyy-MM-dd HH:mm:ss
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
employeeId
;
@property
(
nonatomic
,
copy
)
NSString
*
createTimeBegin
;
/**
*
原密码。
*
创建时间截止于,格式: yyyy-MM-dd HH:mm:ss
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
oldPasswor
d
;
@property
(
nonatomic
,
copy
)
NSString
*
createTimeEn
d
;
/**
*
新密码
*
分布查询条件, 可空
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
fnewPassword
;
@end
/* interface ModifyPasswordRequest */
@property
(
nonatomic
,
strong
)
DataPage
*
page
;
@end
/* interface ConsumerQueryCondition */
/**
* 经销商用户登录信息。
@author Debenson
@since 0.1
*/
@interface
LoginInfo
:
JSONModel
/**
* 用户名
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
username
;
/**
* 密码
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
password
;
@end
/* interface LoginInfo */
/**
* 修改密码请求。
@author Debenson
@since 0.1
*/
@interface
ModifyPasswordRequest
:
JSONModel
/**
* 员工标识。
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
employeeId
;
/**
* 原密码。
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
oldPassword
;
/**
* 新密码
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
fnewPassword
;
@end
/* interface ModifyPasswordRequest */
...
...
@@ -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
;
/**
* 抵扣优先级
*
...
...
@@ -848,31 +886,32 @@ extern NSString * const SORTDIRECTION_DESC;
*
*/
@property
(
nonatomic
,
assign
)
NSInteger
wxCardPrority
;
@end
/* interface OrderPayRequest */
/**
* @author wolv
* 奖品查询条件
@author wolv
*/
@interface
PrizeCondition
:
JSONModel
/**
*
(no documentation provided)
*
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
codeLike
;
/**
*
(no documentation provided)
*
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
nameLike
;
/**
*
(no documentation provided)
*
*
*
*/
...
...
@@ -882,20 +921,54 @@ extern NSString * const SORTDIRECTION_DESC;
/**
*
促销计算结果。
*
兑奖单
@author Debenson
@author wolv
*/
@interface
RsPrizeBill
:
JSONModel
/**
*
*
*
*/
@property
(
nonatomic
,
strong
)
TOPrizeBillEntity
*
bill
;
/**
*
* @see TOPrizeBillDetailsEntity
*
*/
@property
(
nonatomic
,
strong
)
NSArray
<
TOPrizeBillDetailsEntity
>
*
details
;
@end
/* interface RsPrizeBill */
/**
* @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-0
8-24 09:40:02
@date 2016-0
5-16 16:15:27
@version V1.0
*/
@interface
TO
ApplyBill
Entity
:
JSONModel
@interface
TO
CommissionHist
Entity
:
JSONModel
/**
* 方法: 取得java.lang.String
*
...
...
@@ -1012,98 +1108,350 @@ extern NSString * const SORTDIRECTION_DESC;
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
createName
;
/**
* 方法: 取得java.util.Date
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
createDate
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
createBy
;
@property
(
nonatomic
,
copy
)
NSString
*
updateName
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
updateBy
;
/**
* 方法: 取得java.util.Date
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
createDate
;
@property
(
nonatomic
,
copy
)
NSString
*
updateDate
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
resellerCode
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
employeeId
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
orderId
;
/**
* 方法: 取得java.math.BigDecimal
*
*
*/
@property
(
nonatomic
,
strong
)
NSNumber
*
amount
;
/**
* 方法: 取得java.math.BigDecimal
*
*
*/
@property
(
nonatomic
,
strong
)
NSNumber
*
afteramount
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
remark
;
/**
* 方法: 设置java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
orderNumber
;
/**
* (no documentation provided)
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
employeeName
;
/**
* 方法: 设置java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
state
;
@end
/* interface TOCommissionHistEntity */
/**
* @Title: Entity
@Description: t_o_goods
@author onlineGenerator
@date 2016-05-12 15:44:01
@version V1.0
*/
@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
*
company
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
code
;
/**
* 方法: 取得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
*
power
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
colorTemperature
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
spec
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
function
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
material
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
updateNam
e
;
@property
(
nonatomic
,
copy
)
NSString
*
lightSourc
e
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
updateBy
;
@property
(
nonatomic
,
copy
)
NSString
*
goodsStyle
;
/**
* 方法: 取得java.
util.Date
* 方法: 取得java.
lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
updateDate
;
@property
(
nonatomic
,
copy
)
NSString
*
series
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
sysOrgCode
;
@property
(
nonatomic
,
copy
)
NSString
*
area
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
billNumber
;
@property
(
nonatomic
,
copy
)
NSString
*
size
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
guideId
;
@property
(
nonatomic
,
copy
)
NSString
*
space
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
guideName
;
@property
(
nonatomic
,
copy
)
NSString
*
installMethod
;
/**
* 方法: 取得java.
math.BigDecimal
* 方法: 取得java.
lang.String
*
*
*/
@property
(
nonatomic
,
strong
)
NSNumber
*
applyMoney
;
@property
(
nonatomic
,
copy
)
NSString
*
lightNumber
;
/**
* 方法: 取得java.
math.BigDecimal
* 方法: 取得java.
lang.String
*
*
*/
@property
(
nonatomic
,
strong
)
NSNumber
*
beforeMoney
;
@property
(
nonatomic
,
copy
)
NSString
*
pictures
;
/**
* 方法: 取得java.
math.BigDecimal
* 方法: 取得java.
lang.String
*
*
*/
@property
(
nonatomic
,
strong
)
NSNumber
*
afterMoney
;
@property
(
nonatomic
,
copy
)
NSString
*
barcode
;
/**
*
方法: 取得java.lang.String
*
*
(no documentation provided)
*
@see TOGoodsForResellerEntity
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
billStates
;
@end
/* interface TO
ApplyBill
Entity */
@property
(
nonatomic
,
strong
)
NSArray
<
TOGoodsForResellerEntity
>
*
goodsResellerList
;
@end
/* interface TO
Goods
Entity */
/**
* @Title: Entity
@Description: 客户
@author onlineGenerator
@date 2016-05-08 18:08:58
@version V1.0
* 经销商和商品关系表。
@author Debenson
@since 0.1
*/
@interface
TOConsumer
Entity
:
JSONModel
@interface
VOResellerGoods
Entity
:
JSONModel
/**
* 方法: 取得java.lang.String
*
...
...
@@ -1111,29 +1459,29 @@ extern NSString * const SORTDIRECTION_DESC;
*/
@property
(
nonatomic
,
copy
)
NSString
*
fid
;
/**
* 方法: 取得java.
lang.String
* 方法: 取得java.
util.Date
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
create
Nam
e
;
@property
(
nonatomic
,
copy
)
NSString
*
create
Dat
e
;
/**
* 方法: 取得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
*
c
reateDate
;
@property
(
nonatomic
,
copy
)
NSString
*
c
ompany
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
sysOrgC
ode
;
@property
(
nonatomic
,
copy
)
NSString
*
c
ode
;
/**
* 方法: 取得java.lang.String
*
...
...
@@ -1145,330 +1493,296 @@ extern NSString * const SORTDIRECTION_DESC;
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
mobile
;
@property
(
nonatomic
,
copy
)
NSString
*
number
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
province
;
@property
(
nonatomic
,
copy
)
NSString
*
categoryId
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
city
;
@property
(
nonatomic
,
copy
)
NSString
*
brandId
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
country
;
@property
(
nonatomic
,
copy
)
NSString
*
keyword
;
/**
* 方法: 取得java.
lang.String
* 方法: 取得java.
math.BigDecimal
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
address
;
@property
(
nonatomic
,
strong
)
NSNumber
*
guidePrice
;
/**
* 方法: 取得java.
lang.String
* 方法: 取得java.
math.BigDecimal
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
pictur
e
;
@property
(
nonatomic
,
strong
)
NSNumber
*
tagPric
e
;
/**
* 方法: 取得java.
util.Date
* 方法: 取得java.
math.BigDecimal
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
lastVisitedTim
e
;
@property
(
nonatomic
,
strong
)
NSNumber
*
costPric
e
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
company
;
@end
/* interface TOConsumerEntity */
/**
* (no documentation provided)
*/
@interface
TOGoodsForResellerEntity
:
JSONModel
@property
(
nonatomic
,
copy
)
NSString
*
state
;
/**
* 方法: 取得java.lang.
String
* 方法: 取得java.lang.
Integer
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
fid
;
@property
(
nonatomic
,
assign
)
NSInteger
inv
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
resellerId
;
@property
(
nonatomic
,
copy
)
NSString
*
detailedIntro
;
/**
*
(no documentation provided)
*
方法: 取得java.lang.Double
*
*
*/
@property
(
nonatomic
,
strong
)
TOGoodsEntity
*
goods
;
@property
(
nonatomic
,
assign
)
double
weight
;
/**
*
(no documentation provided)
*
方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
path
;
@end
/* interface TOGoodsForResellerEntity */
@property
(
nonatomic
,
copy
)
NSString
*
unit
;
/**
* @Title: Entity
@Description: 商品品牌
@author onlineGenerator
@date 2016-05-05 16:14:51
@version V1.0
* 方法: 取得java.lang.String
*
*
*/
@
interface
TOGoodsBrandEntity
:
JSONModel
@
property
(
nonatomic
,
copy
)
NSString
*
productProfile
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
fid
;
@property
(
nonatomic
,
copy
)
NSString
*
power
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
c
reateNam
e
;
@property
(
nonatomic
,
copy
)
NSString
*
c
olorTemperatur
e
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
createBy
;
@property
(
nonatomic
,
copy
)
NSString
*
spec
;
/**
* 方法: 取得java.
util.Date
* 方法: 取得java.
lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
createDate
;
@property
(
nonatomic
,
copy
)
NSString
*
function
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
sysOrgCode
;
@property
(
nonatomic
,
copy
)
NSString
*
material
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
sysCompanyCod
e
;
@property
(
nonatomic
,
copy
)
NSString
*
lightSourc
e
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
cod
e
;
@property
(
nonatomic
,
copy
)
NSString
*
goodsStyl
e
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
name
;
@property
(
nonatomic
,
copy
)
NSString
*
series
;
/**
* 方法: 取得java.lang.
Integer
* 方法: 取得java.lang.
String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
state
;
@property
(
nonatomic
,
copy
)
NSString
*
area
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
logo
;
@property
(
nonatomic
,
copy
)
NSString
*
size
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
fdescription
;
@end
/* interface TOGoodsBrandEntity */
@property
(
nonatomic
,
copy
)
NSString
*
space
;
/**
* @Title: Entity
@Description: 商品标签
@author onlineGenerator
@date 2016-05-05 17:18:15
@version V1.0
* 方法: 取得java.lang.String
*
*
*/
@
interface
TOGoodsLabelEntity
:
JSONModel
@
property
(
nonatomic
,
copy
)
NSString
*
installMethod
;
/**
*
(no documentation provided)
*
方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
strong
)
TOGoodsLabelCategoryEntity
*
category
;
@property
(
nonatomic
,
copy
)
NSString
*
lightNumber
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
fid
;
@property
(
nonatomic
,
copy
)
NSString
*
pictures
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
sysOrgC
ode
;
@property
(
nonatomic
,
copy
)
NSString
*
barc
ode
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
sysCompanyCode
;
@property
(
nonatomic
,
copy
)
NSString
*
resellerId
;
/**
*
方法: 取得java.lang.String
*
(no documentation provided)
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
n
ame
;
@property
(
nonatomic
,
copy
)
NSString
*
categoryN
ame
;
/**
*
方法: 取得java.lang.String
*
(no documentation provided)
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
categoryId
;
@end
/* interface
TOGoodsLabel
Entity */
@property
(
nonatomic
,
copy
)
NSString
*
brandName
;
@end
/* interface
VOResellerGoods
Entity */
/**
* @Title: Entity
@Description:
京东E卡
@Description:
商品分类
@author onlineGenerator
@date 2016-
10-18 16:34:26
@date 2016-
05-10 10:17:53
@version V1.0
*/
@interface
TO
JingdongEcard
Entity
:
JSONModel
@interface
TO
GoodsCategory
Entity
:
JSONModel
/**
*
方法: 取得java.lang.String
*
(no documentation provided)
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
fid
;
@property
(
nonatomic
,
copy
)
NSString
*
upperName
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
createName
;
@property
(
nonatomic
,
copy
)
NSString
*
fid
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
createBy
;
/**
* 方法: 取得java.util.Date
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
createDate
;
@property
(
nonatomic
,
copy
)
NSString
*
code
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
updateN
ame
;
@property
(
nonatomic
,
copy
)
NSString
*
n
ame
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
updateBy
;
/**
* 方法: 取得java.util.Date
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
updateDate
;
@property
(
nonatomic
,
copy
)
NSString
*
upperId
;
/**
* 方法: 取得java.lang.
String
* 方法: 取得java.lang.
Integer
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
sysOrgCode
;
@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
*
cardNumber
;
@
interface
TOGoodsLabelCategoryEntity
:
JSONModel
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
cardPassword
;
/**
* 方法: 取得java.lang.Integer
*
*
*/
@property
(
nonatomic
,
assign
)
NSInteger
denomation
;
@property
(
nonatomic
,
copy
)
NSString
*
fid
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
s
tat
e
;
@property
(
nonatomic
,
copy
)
NSString
*
s
ysOrgCod
e
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
guideId
;
@property
(
nonatomic
,
copy
)
NSString
*
sysCompanyCode
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
orderNumber
;
@property
(
nonatomic
,
copy
)
NSString
*
code
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
orderReceiptUrl
;
@end
/* interface TO
JingdongEcard
Entity */
@property
(
nonatomic
,
copy
)
NSString
*
name
;
@end
/* interface TO
GoodsLabelCategory
Entity */
/**
*
@Title: Entity
@Description:
抽奖记录
@Description:
奖品详情
@author onlineGenerator
@date 2016-11-09 18:13:23
@version V1.0
*/
@interface
TO
Draw
Entity
:
JSONModel
@interface
TO
Award
Entity
:
JSONModel
/**
* 方法: 取得java.lang.String
*
...
...
@@ -1518,577 +1832,459 @@ extern NSString * const SORTDIRECTION_DESC;
*/
@property
(
nonatomic
,
copy
)
NSString
*
sysOrgCode
;
/**
* 方法: 取得java.util.Date
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
drawDate
;
/**
* 方法: 取得java.lang.String
* 方法: 取得java.lang.Integer
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
winnerId
;
@property
(
nonatomic
,
assign
)
NSInteger
remainTotal
;
/**
* 方法: 取得java.
lang.String
* 方法: 取得java.
math.BigDecimal
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
awardId
;
@property
(
nonatomic
,
strong
)
NSNumber
*
drawRate
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
awardDescription
;
@property
(
nonatomic
,
copy
)
NSString
*
type
;
/**
* 方法: 取得java.
lang.String
* 方法: 取得java.
math.BigDecimal
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
orderN
umber
;
@property
(
nonatomic
,
strong
)
NSNumber
*
n
umber
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
state
;
@property
(
nonatomic
,
copy
)
NSString
*
fdescription
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
lotteryId
;
@end
/* interface TO
Draw
Entity */
@end
/* interface TO
Award
Entity */
/**
* @Title: Entity
@Description: 订单
详情
@Description: 订单
@author onlineGenerator
@date 2016-05-06 12:53:09
@version V1.0
*/
@interface
TOOrder
detail
Entity
:
JSONModel
@interface
TOOrderEntity
:
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
*
goodsCod
e
;
@property
(
nonatomic
,
copy
)
NSString
*
createDat
e
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
goods
Name
;
@property
(
nonatomic
,
copy
)
NSString
*
update
Name
;
/**
* 方法: 取得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
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
goodsNum
;
@property
(
nonatomic
,
copy
)
NSString
*
orderNumber
;
/**
* 方法: 取得java.
math.BigDecimal
* 方法: 取得java.
util.Date
*
*
*/
@property
(
nonatomic
,
strong
)
NSNumber
*
goodsPric
e
;
@property
(
nonatomic
,
copy
)
NSString
*
orderTim
e
;
/**
* 方法: 取得java.
math.BigDecimal
* 方法: 取得java.
lang.String
*
*
*/
@property
(
nonatomic
,
strong
)
NSNumber
*
goodsTotalPrice
;
@property
(
nonatomic
,
copy
)
NSString
*
guideId
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
order
Id
;
@property
(
nonatomic
,
copy
)
NSString
*
order
State
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
goodsUnit
;
@property
(
nonatomic
,
copy
)
NSString
*
consumerId
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
remark
;
@end
/* interface TOOrderdetailEntity */
@property
(
nonatomic
,
copy
)
NSString
*
goodsNum
;
/**
* @Title: Entity
@Description: 经销商员工职位
@author onlineGenerator
@date 2016-05-02 17:39:21
@version V1.0
* 方法: 取得java.math.BigDecimal
*
*
*/
@
interface
TOPositionEntity
:
JSONModel
@
property
(
nonatomic
,
strong
)
NSNumber
*
orderPrice
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
fid
;
@property
(
nonatomic
,
copy
)
NSString
*
receiverName
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
cod
e
;
@property
(
nonatomic
,
copy
)
NSString
*
receiverMobil
e
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
name
;
@property
(
nonatomic
,
copy
)
NSString
*
receiverAddress
;
/**
* 方法: 取得java.
math.BigDecimal
* 方法: 取得java.
lang.String
*
*
*/
@property
(
nonatomic
,
strong
)
NSNumber
*
commission
;
@property
(
nonatomic
,
copy
)
NSString
*
isBill
;
/**
*
(no documentation provided)
*
方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
strong
)
NSNumber
*
lowestDiscount
;
@property
(
nonatomic
,
copy
)
NSString
*
billType
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
resellerCode
;
@end
/* interface TOPositionEntity */
@property
(
nonatomic
,
copy
)
NSString
*
billTitle
;
/**
* 方法: 取得java.lang.String
*
*
@Title: Entity
@Description: 兑奖单奖品明细
@author onlineGenerator
@date 2016-11-06 21:01:00
@version V1.0
*/
@
interface
TOPrizeBillDetailsEntity
:
JSONModel
@
property
(
nonatomic
,
copy
)
NSString
*
payType
;
/**
*
方法: 取得java.lang.String
*
(no documentation provided)
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
fid
;
@property
(
nonatomic
,
copy
)
NSString
*
consumerName
;
/**
*
方法: 取得java.lang.String
*
(no documentation provided)
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
bill
;
@property
(
nonatomic
,
copy
)
NSString
*
guideName
;
/**
*
方法: 取得java.lang.String
*
(no documentation provided)
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
prize
;
@end
/* interface TOPrizeBillDetailsEntity */
@property
(
nonatomic
,
copy
)
NSString
*
resellerName
;
/**
* 方法: 取得java.math.BigDecimal
*
*
*/
@property
(
nonatomic
,
strong
)
NSNumber
*
oldPrice
;
@end
/* interface TOOrderEntity */
/**
* @Title: Entity
@Description:
t_o_shipping_addr
@Description:
订油单的促销事件记录
@author onlineGenerator
@date 2016-
05-14 16:14:15
@date 2016-
10-19 17:43:12
@version V1.0
*/
@interface
TO
ShippingAddr
Entity
:
JSONModel
@interface
TO
OrderPromotion
Entity
:
JSONModel
/**
* 方法:
取得java.lang.String
* 方法:
主键
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
fid
;
/**
* 方法: 取得java.util.Date
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
createDate
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
sysOrgCode
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
name
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
miblephone
;
/**
* 方法: 取得java.lang.String
* 方法: 创建人名称
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
provinc
e
;
@property
(
nonatomic
,
copy
)
NSString
*
createNam
e
;
/**
* 方法:
取得java.lang.String
* 方法:
创建人登录名称
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
c
it
y
;
@property
(
nonatomic
,
copy
)
NSString
*
c
reateB
y
;
/**
* 方法:
取得java.lang.String
* 方法:
创建日期
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
c
ountry
;
@property
(
nonatomic
,
copy
)
NSString
*
c
reateDate
;
/**
* 方法:
取得java.lang.String
* 方法:
更新人名称
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
address
;
@property
(
nonatomic
,
copy
)
NSString
*
updateName
;
/**
* 方法:
取得java.lang.String
* 方法:
更新人登录名称
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
consumerId
;
@end
/* interface TOShippingAddrEntity */
/**
* UUID + CODE + NAME
@author Debenson
@since 0.1
*/
@interface
UCN
:
JSONModel
@property
(
nonatomic
,
copy
)
NSString
*
updateBy
;
/**
*
(no documentation provided)
*
方法: 更新日期
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
u
uid
;
@property
(
nonatomic
,
copy
)
NSString
*
u
pdateDate
;
/**
*
(no documentation provided)
*
方法: 所属部门
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
c
ode
;
@property
(
nonatomic
,
copy
)
NSString
*
sysOrgC
ode
;
/**
*
(no documentation provided)
*
方法: 商品标识
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
name
;
@end
/* interface UCN */
/**
* 促销动作。
@author Debenson
@since 0.1
*/
@interface
Action
:
JSONModel
@end
/* interface Action */
/**
* (no documentation provided)
*/
@interface
IdEntity
:
JSONModel
@property
(
nonatomic
,
copy
)
NSString
*
goodsId
;
/**
*
(no documentation provided)
*
方法: 商品代码
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
fid
;
@end
/* interface IdEntity */
/**
* @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
*
goodsCode
;
/**
*
商品详情
*
方法: 商品名称
*
*
*/
@property
(
nonatomic
,
strong
)
VOResellerGoodsEntity
*
goods
;
@property
(
nonatomic
,
copy
)
NSString
*
goodsName
;
/**
* 方法:
取得java.lang.String
* 方法:
促销商品数量
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
fid
;
@property
(
nonatomic
,
strong
)
NSNumber
*
promotionNumber
;
/**
* 方法:
取得java.lang.String
* 方法:
促销金额
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
createName
;
@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
*
createD
ate
;
@property
(
nonatomic
,
strong
)
NSNumber
*
discountR
ate
;
/**
* 方法:
取得java.lang.String
* 方法:
抽奖红包
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
updateNam
e
;
@property
(
nonatomic
,
copy
)
NSString
*
lotteryPackag
e
;
/**
* 方法:
取得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 TO
Shopcart
Entity */
@property
(
nonatomic
,
assign
)
NSInteger
prority
;
@end
/* interface TO
OrderPromotion
Entity */
/**
* @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
*
spac
e
;
@end
/* interface TO
Scene
Entity */
@property
(
nonatomic
,
copy
)
NSString
*
priz
e
;
@end
/* interface TO
PrizeBillDetails
Entity */
/**
*
@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
TO
OrderPromotion
Entity
:
JSONModel
@interface
TO
ScoreRecord
Entity
:
JSONModel
/**
*
方法: 主键
*
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
fid
;
/**
*
方法: 创建人名称
*
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
create
Nam
e
;
@property
(
nonatomic
,
copy
)
NSString
*
create
Dat
e
;
/**
*
方法: 创建人登录名称
*
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
createBy
;
@property
(
nonatomic
,
copy
)
NSString
*
employeeId
;
/**
*
方法: 创建日期
*
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
createDat
e
;
@property
(
nonatomic
,
assign
)
double
scor
e
;
/**
*
方法: 更新人名称
*
*
*
*/
@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
*
goodsI
d
;
@property
(
nonatomic
,
copy
)
NSString
*
fi
d
;
/**
* 方法:
商品代码
* 方法:
取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
goodsCod
e
;
@property
(
nonatomic
,
copy
)
NSString
*
createNam
e
;
/**
* 方法:
商品名称
* 方法:
取得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
*
discountR
ate
;
@property
(
nonatomic
,
copy
)
NSString
*
updateD
ate
;
/**
* 方法:
抽奖红包
* 方法:
取得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
TOOrderPromotion
Entity */
@property
(
nonatomic
,
copy
)
NSString
*
fid
;
@end
/* interface
Id
Entity */
/**
* @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
*
c
reateBy
;
@property
(
nonatomic
,
copy
)
NSString
*
c
ode
;
/**
*
方法: 取得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
*
upd
ateDate
;
@property
(
nonatomic
,
copy
)
NSString
*
cre
ateDate
;
/**
* 方法: 取得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
*
orderStat
e
;
@property
(
nonatomic
,
copy
)
NSString
*
provinc
e
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
c
onsumerId
;
@property
(
nonatomic
,
copy
)
NSString
*
c
ity
;
/**
* 方法: 取得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
*
billTyp
e
;
@property
(
nonatomic
,
copy
)
NSString
*
sceneCod
e
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
billTitl
e
;
@property
(
nonatomic
,
copy
)
NSString
*
nam
e
;
/**
* 方法: 取得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
*
resellerNam
e
;
@property
(
nonatomic
,
copy
)
NSString
*
styl
e
;
/**
* 方法: 取得java.
math.BigDecimal
* 方法: 取得java.
lang.String
*
*
*/
@property
(
nonatomic
,
strong
)
NSNumber
*
oldPri
ce
;
@end
/* interface TO
Order
Entity */
@property
(
nonatomic
,
copy
)
NSString
*
spa
ce
;
@end
/* interface TO
Scene
Entity */
/**
*
@Title: Entity
@Description: 奖品详情
@author onlineGenerator
@date 2016-11-09 18:13:23
@version V1.0
* 兑奖单实体
@author wolv
*/
@interface
TO
Award
Entity
:
JSONModel
@interface
TO
PrizeBill
Entity
:
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
*
typ
e
;
@property
(
nonatomic
,
copy
)
NSString
*
mobilephon
e
;
/**
*
方法: 取得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-0
5 16:57:27
@date 2016-05-0
2 17:39:21
@version V1.0
*/
@interface
TO
GoodsLabelCategory
Entity
:
JSONModel
@interface
TO
Position
Entity
:
JSONModel
/**
* 方法: 取得java.lang.String
*
...
...
@@ -2535,45 +2752,51 @@ extern NSString * const SORTDIRECTION_DESC;
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
sysOrgC
ode
;
@property
(
nonatomic
,
copy
)
NSString
*
c
ode
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
sysCompanyCod
e
;
@property
(
nonatomic
,
copy
)
NSString
*
nam
e
;
/**
* 方法: 取得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
*
nam
e
;
@end
/* interface TO
GoodsLabelCategory
Entity */
@property
(
nonatomic
,
copy
)
NSString
*
resellerCod
e
;
@end
/* interface TO
Position
Entity */
/**
* @Title: Entity
@Description:
商品分类
@Description:
订单详情
@author onlineGenerator
@date 2016-05-
10 10:17:53
@date 2016-05-
06 12:53:09
@version V1.0
*/
@interface
TO
GoodsCategory
Entity
:
JSONModel
@interface
TO
Orderdetail
Entity
:
JSONModel
/**
* (no documentation provided)
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
upper
Name
;
@property
(
nonatomic
,
copy
)
NSString
*
brand
Name
;
/**
* 方法: 取得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
*
nam
e
;
@property
(
nonatomic
,
copy
)
NSString
*
goodsCod
e
;
/**
* 方法: 取得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
*
fi
d
;
@property
(
nonatomic
,
copy
)
NSString
*
goodsBran
d
;
/**
* 方法: 取得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
*
onlineTim
e
;
@property
(
nonatomic
,
strong
)
NSNumber
*
goodsPric
e
;
/**
* 方法: 取得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
*
categoryI
d
;
@property
(
nonatomic
,
copy
)
NSString
*
fi
d
;
/**
* 方法: 取得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
*
guidePric
e
;
@property
(
nonatomic
,
copy
)
NSString
*
createDat
e
;
/**
* 方法: 取得java.
math.BigDecimal
* 方法: 取得java.
lang.String
*
*
*/
@property
(
nonatomic
,
strong
)
NSNumber
*
tagPric
e
;
@property
(
nonatomic
,
copy
)
NSString
*
updateNam
e
;
/**
* 方法: 取得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
*
st
ate
;
@property
(
nonatomic
,
copy
)
NSString
*
updateD
ate
;
/**
* 方法: 取得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
*
d
etailedIntro
;
@property
(
nonatomic
,
copy
)
NSString
*
d
rawDate
;
/**
* 方法: 取得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
*
pow
er
;
@property
(
nonatomic
,
copy
)
NSString
*
orderNumb
er
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
colorTemperatur
e
;
@property
(
nonatomic
,
copy
)
NSString
*
stat
e
;
/**
* 方法: 取得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
*
f
unction
;
@property
(
nonatomic
,
copy
)
NSString
*
f
id
;
/**
* 方法: 取得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
*
goodsStyl
e
;
@property
(
nonatomic
,
copy
)
NSString
*
createDat
e
;
/**
* 方法: 取得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
*
siz
e
;
@property
(
nonatomic
,
copy
)
NSString
*
updateDat
e
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
s
pac
e
;
@property
(
nonatomic
,
copy
)
NSString
*
s
ysOrgCod
e
;
/**
* 方法: 取得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
*
barcod
e
;
@property
(
nonatomic
,
copy
)
NSString
*
stat
e
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
reseller
Id
;
@property
(
nonatomic
,
copy
)
NSString
*
guide
Id
;
/**
*
(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
VOResellerGoods
Entity */
@property
(
nonatomic
,
copy
)
NSString
*
orderReceiptUrl
;
@end
/* interface
TOJingdongEcard
Entity */
/**
* @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
*
categoryNam
e
;
@property
(
nonatomic
,
copy
)
NSString
*
sysOrgCod
e
;
/**
*
(no documentation provided)
*
方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
brandNam
e
;
@property
(
nonatomic
,
copy
)
NSString
*
sysCompanyCod
e
;
/**
* 方法: 取得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
*
c
od
e
;
@property
(
nonatomic
,
copy
)
NSString
*
c
reateNam
e
;
/**
* 方法: 取得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
*
guidePric
e
;
@property
(
nonatomic
,
copy
)
NSString
*
nam
e
;
/**
* 方法: 取得java.
math.BigDecimal
* 方法: 取得java.
lang.Integer
*
*
*/
@property
(
nonatomic
,
strong
)
NSNumber
*
tagPric
e
;
@property
(
nonatomic
,
copy
)
NSString
*
stat
e
;
/**
* 方法: 取得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
*
lightSourc
e
;
@property
(
nonatomic
,
copy
)
NSString
*
sysOrgCod
e
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
goodsStyl
e
;
@property
(
nonatomic
,
copy
)
NSString
*
nam
e
;
/**
* 方法: 取得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-0
5-16 16:15:27
@date 2016-0
8-24 09:40:02
@version V1.0
*/
@interface
TO
CommissionHist
Entity
:
JSONModel
@interface
TO
ApplyBill
Entity
:
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
*
reseller
Code
;
@property
(
nonatomic
,
copy
)
NSString
*
sysOrg
Code
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
employeeId
;
@property
(
nonatomic
,
copy
)
NSString
*
billNumber
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
guideId
;
/**
* 方法: 取得java.lang.String
*
*
*/
@property
(
nonatomic
,
copy
)
NSString
*
orderId
;
@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
*
after
amount
;
@property
(
nonatomic
,
strong
)
NSNumber
*
after
Money
;
/**
* 方法: 取得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
>
*
detail
s
;
@end
/* interface Rs
PrizeBill
*/
@property
(
nonatomic
,
strong
)
NSArray
<
Action
>
*
action
s
;
@end
/* interface Rs
ActionResult
*/
...
...
@@ -3385,7 +3659,7 @@ extern NSString * const SORTDIRECTION_DESC;
* @see TOJingdongEcardEntity
*
*/
@property
(
nonatomic
,
strong
)
NSArray
<
TOJingdongEcardEntity
>
*
eCards
;
@property
(
nonatomic
,
strong
)
NS
Mutable
Array
<
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
ExceptionCod
e
:
JSONModel
@interface
DataPag
e
:
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
*
yesterdayEarning
s
;
@property
(
nonatomic
,
copy
)
NSString
*
userIdEqual
s
;
/**
* (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
*
amoun
t
;
@end
/* interface A
pplyRequest
*/
@property
(
nonatomic
,
copy
)
NSString
*
sor
t
;
@end
/* interface A
fficheCondition
*/
...
...
@@ -3677,20 +3999,26 @@ extern NSString * const SORTDIRECTION_DESC;
/**
* 查询
京东E卡
分页
* 查询
抽奖结果
分页
@author nevermore
@since 0.1
*/
@interface
Rs
SimpleJingDongECardResponse
:
PageRows
@interface
Rs
AwardDraw
:
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
RsLottery
Response
:
PageRows
@interface
Prize
Response
:
PageRows
/**
*
(no documentation provided)
* @see
RsAwardDraw
*
* @see
TOPrizeEntity
*
*/
@property
(
nonatomic
,
strong
)
NSArray
<
RsAwardDraw
>
*
list
;
@end
/* interface
RsLottery
Response */
@property
(
nonatomic
,
strong
)
NSArray
<
TOPrizeEntity
>
*
prizes
;
@end
/* interface
Prize
Response */
...
...
@@ -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 Rs
AwardDraw
*/
@property
(
nonatomic
,
strong
)
NSArray
<
TOJingdongEcardEntity
>
*
list
;
@end
/* interface Rs
SimpleJingDongECardResponse
*/
...
...
Tools/opple_objc_json_client.m
View file @
411e96c3
#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
Rs
Commission
Request
@synthesize
emplo
r
eeId
;
@implementation
Rs
ApplyBill
Request
@synthesize
emplo
y
eeId
;
@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
TOGoodsForReseller
Entity
@implementation
VOResellerGoods
Entity
@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
TO
JingdongEc
ardEntity
@implementation
TO
Aw
ardEntity
@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
TO
Draw
Entity
@implementation
TO
Order
Entity
@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
TOP
osition
Entity
@implementation
TOP
rizeBillDetails
Entity
@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
TOPrize
BillDetails
Entity
@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
TOS
hippingAddr
Entity
@implementation
TOS
coreRecord
Entity
@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
TOPrize
Bill
Entity
@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
TO
Order
Entity
@implementation
TO
Draw
Entity
@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
TO
Aw
ardEntity
@implementation
TO
JingdongEc
ardEntity
@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
VOResellerGoods
Entity
@implementation
TOGoodsForReseller
Entity
@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
TO
CommissionHist
Entity
@implementation
TO
ApplyBill
Entity
@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
RsLottery
Response
@synthesize
list
;
@implementation
Prize
Response
@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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment