序列化表格


软件包 com.xunlei.channel.db.pojo

com.xunlei.channel.db.pojo.AbstractBaseEntity 继承 Object 实现 Serializable

serialVersionUID: -7670450000806986353L

序列化字段

id

Long id

createTime

Date createTime

updateTime

Date updateTime

remark

String remark
备注

com.xunlei.channel.db.pojo.AbstractContact 继承 AbstractBaseEntity 实现 Serializable

serialVersionUID: 3768604300696289805L

序列化字段

xunleiId

String xunleiId

userShow

String userShow

productId

Long productId

signNo

String signNo
签约号|解约号


payType

String payType
支付类型


theType

String theType
类型 QY:签约;JY:解约


extraJson

String extraJson

com.xunlei.channel.db.pojo.AbstractOrder 继承 AbstractBaseEntity 实现 Serializable

serialVersionUID: -3544307369029182775L

序列化字段

xunleiPayId

String xunleiPayId
这是迅雷支付系统内唯一标识一条支付信息记录


version

String version

pageCharset

String pageCharset
A:UTF-8 B:GBK


notifyUrl

String notifyUrl
商户后台接收迅雷支付通知的地址


pageUrl

String pageUrl
商户前台接收迅雷支付通知的地址


bizNo

String bizNo
迅雷支付配置的业务号


bizOrderId

String bizOrderId
业务方唯一订单号


payType

String payType
支付网关的各渠道编码


orderAmt

int orderAmt
以分为单位


orderGroup

String orderGroup
订单组别


channelOrderId

String channelOrderId
渠道订单号


xunleiId

String xunleiId
内部ID


userShow

String userShow
支付订单的迅雷账号


productId

long productId
商品ID


productName

String productName
商品名称


productDesc

String productDesc
商品描述


phone

String phone
用户手机号


bizExt

String bizExt
扩展信息,商户提交过来的数据,通知的时候要原封不动的带过去


orderIp

String orderIp
用户IP


extraJson

String extraJson
JSON格式


orderType

String orderType
A:支付订单;B:包月订单;C:自动续费订单;D:退款订单;E:批量付款


peerId

String peerId
订单来源,用这个维度来统计订单,比如白金会员来自手雷的

com.xunlei.channel.db.pojo.Biz 继承 AbstractBaseEntity 实现 Serializable

serialVersionUID: -8206684629282912232L

序列化字段

bizNo

String bizNo

bizKey

String bizKey

bizName

String bizName

contactName

String contactName

contactPhone

String contactPhone

bizStatus

String bizStatus
状态:


partnerId

Long partnerId

com.xunlei.channel.db.pojo.BizAutoPayRecord 继承 AbstractBaseEntity 实现 Serializable

serialVersionUID: -1746380298664905550L

序列化字段

xunleiId

String xunleiId

userShow

String userShow

payType

String payType

bizNo

String bizNo

productId

Long productId

openTime

Date openTime

lastExpireDate

String lastExpireDate

bizOrderId

String bizOrderId

xunleiPayId

String xunleiPayId

status

String status
S成功;F失败


autoPayPeriod

Integer autoPayPeriod
续费周期,这是第几次续费


autoPayTime

Date autoPayTime

extraJson

String extraJson

com.xunlei.channel.db.pojo.BizAutoPayReq 继承 AbstractBaseEntity 实现 Serializable

serialVersionUID: -1386780906939718534L

序列化字段

xunleiId

String xunleiId

userShow

String userShow

productId

Long productId

productType

String productType

payType

String payType

expireDate

String expireDate
失效日期:yyyy-MM-dd


reqFrom

String reqFrom
请求来源:U用户,S系统


type

String type
Y:续费;N:取消续费


extraJson

String extraJson
扩展字段

com.xunlei.channel.db.pojo.BizAutoPayResult 继承 AbstractBaseEntity 实现 Serializable

serialVersionUID: -5316701740492486581L

序列化字段

xunleiId

String xunleiId

userShow

String userShow

productId

Long productId

productType

String productType

payType

String payType

expireDate

String expireDate

resultTime

Date resultTime

reqFrom

String reqFrom

type

String type
Y:续费;N:取消


status

String status
S:成功;F:失败


extraJson

String extraJson

com.xunlei.channel.db.pojo.BizContactPayLimit 继承 AbstractBaseEntity 实现 Serializable

serialVersionUID: 1170734561042117799L

序列化字段

xunleiId

String xunleiId

userShow

String userShow

signNo

String signNo

limitAmt

Integer limitAmt

payedAmt

Integer payedAmt

limitType

String limitType

remark

String remark

com.xunlei.channel.db.pojo.ChannelAutoPayQuit 继承 AbstractBaseEntity 实现 Serializable

serialVersionUID: -1190682736820312898L

序列化字段

xunleiId

String xunleiId

userShow

String userShow

xunleiPayId

String xunleiPayId

phone

String phone

quitType

String quitType
退订类型


status

String status
退订状态:W:等待;S:退订成功;F:退订失败


payType

String payType
支付类型


bizOrderId

String bizOrderId

bizNo

String bizNo

orderAmt

Integer orderAmt

reqTime

Date reqTime

cancelTime

Date cancelTime

extraJson

String extraJson

com.xunlei.channel.db.pojo.ChannelAutoPayResult 继承 AbstractBaseEntity 实现 Serializable

serialVersionUID: 7873044482075999733L

序列化字段

xunleiId

String xunleiId

userShow

String userShow

xunleiPayId

String xunleiPayId
第一次支付的迅雷支付号,业务线后期的续费通知应该都用的该支付号


notifyUrl

String notifyUrl

bizNo

String bizNo

productId

Long productId

bizOrderId

String bizOrderId

payType

String payType

orderAmt

Integer orderAmt

inputTime

Date inputTime

channelOrderId

String channelOrderId

successTime

Date successTime

successCount

Integer successCount
第几次续费成功


cancelDate

String cancelDate
取消日期yyyy-MM-dd


period

String period
D日 W周 M月 Y年


extraJson

String extraJson

com.xunlei.channel.db.pojo.ConfigInfo 继承 Object 实现 Serializable

serialVersionUID: 1847909436525278796L

序列化字段

id

int id

groupId

String groupId

propertyKey

String propertyKey

propertyValue

String propertyValue

inUse

String inUse

remark

String remark

com.xunlei.channel.db.pojo.ContactPayLimit 继承 AbstractBaseEntity 实现 Serializable

serialVersionUID: -851117714140095679L

序列化字段

xunleiId

String xunleiId

signNo

String signNo

limitAmt

int limitAmt
消费限额(分)


payedAmt

int payedAmt
已消费额度(分)


limitType

String limitType
限额类型:A:每次;B:一周;C:一个月

com.xunlei.channel.db.pojo.ContactReq 继承 AbstractContact 实现 Serializable

serialVersionUID: -1581161314842991581L

序列化字段

status

String status

com.xunlei.channel.db.pojo.ContactResult 继承 AbstractContact 实现 Serializable

serialVersionUID: -4371488309184313363L

序列化字段

status

String status

com.xunlei.channel.db.pojo.CustomOrder 继承 AbstractBaseEntity 实现 Serializable

serialVersionUID: -7750863760147072283L

序列化字段

xunleiPayId

String xunleiPayId
迅雷支付号


customType

String customType
人工定制操作类型:p补单


status

String status
状态:W等待,N失败,S成功


adminName

String adminName
此人工定制的管理员名称


failMsg

String failMsg
失败信息

com.xunlei.channel.db.pojo.Partner 继承 AbstractBaseEntity 实现 Serializable

serialVersionUID: -1736220295929109602L

序列化字段

name

String name

status

String status
状态:Y启用中,N不用

com.xunlei.channel.db.pojo.PayNotice 继承 AbstractBaseEntity 实现 Serializable

serialVersionUID: 4315109265197728151L

序列化字段

xunleiPayId

String xunleiPayId
迅雷支付号


failTimes

Integer failTimes
失败次数


noticeTime

Date noticeTime
上次通知时间


status

String status
S成功,F失败


errorMsg

String errorMsg
上次失败的错误信息

com.xunlei.channel.db.pojo.PayNoticeOk 继承 AbstractBaseEntity 实现 Serializable

serialVersionUID: -8185686674607393408L

序列化字段

xunleiPayId

String xunleiPayId

failTimes

Integer failTimes
失败次数


noticeTime

Date noticeTime
成功通知时间

com.xunlei.channel.db.pojo.PayOrder 继承 AbstractOrder 实现 Serializable

serialVersionUID: 6682209036062582148L

序列化字段

status

String status

com.xunlei.channel.db.pojo.PayOrderFail 继承 AbstractOrder 实现 Serializable

serialVersionUID: -5269215479929176436L

序列化字段

errorCode

String errorCode
失败错误码


errorMsg

String errorMsg
失败错误信息

com.xunlei.channel.db.pojo.PayOrderOk 继承 AbstractOrder 实现 Serializable

serialVersionUID: 7268306584621948873L

序列化字段

sendNoticeStatus

String sendNoticeStatus
给商户发送支付通知


fareAmt

Integer fareAmt
第三方分走的佣金(分)


factAmt

Integer factAmt
订单净收入:orderAmt-fareAmt


reqTime

Date reqTime
下订单的时间,等于payOrder的createTime


balanceDate

String balanceDate
订单成功的日期,yyyy-MM-dd

com.xunlei.channel.db.pojo.Product 继承 AbstractBaseEntity 实现 Serializable

serialVersionUID: -423438677630191594L

序列化字段

name

String name

status

String status
Y启用中,N不用

com.xunlei.channel.db.pojo.RiskControlResult 继承 AbstractBaseEntity 实现 Serializable

serialVersionUID: 3452439245885669833L

序列化字段

taskName

String taskName

resultValue

String resultValue

dataId

String dataId

data

String data

errorCode

String errorCode

failCount

int failCount

resultDesc

String resultDesc

alarmLevel

String alarmLevel

payType

String payType

com.xunlei.channel.db.pojo.RiskControlTask 继承 AbstractBaseEntity 实现 Serializable

serialVersionUID: -607948733864603007L

序列化字段

taskName

String taskName

ruleValue

String ruleValue

taskDesc

String taskDesc

taskDataProvider

String taskDataProvider

taskParams

String taskParams

inUse

String inUse

com.xunlei.channel.db.pojo.User 继承 AbstractBaseEntity 实现 Serializable

serialVersionUID: -2234279210714065097L

序列化字段

xunleiId

String xunleiId

userShow

String userShow

phone

String phone

payPassword

String payPassword



Copyright © 2016. All rights reserved.