序列化表格
-
程序包 com.cdkjframework.builder
-
类 com.cdkjframework.builder.ResponseBuilder
class ResponseBuilder extends Object implements Serializable- serialVersionUID:
- 2200635915391111373L
-
-
程序包 com.cdkjframework.constant
-
程序包 com.cdkjframework.datasource.rw.transaction
-
类 com.cdkjframework.datasource.rw.transaction.DynamicDataSourceTransactionManager
class DynamicDataSourceTransactionManager extends org.springframework.jdbc.datasource.DataSourceTransactionManager implements Serializable
-
-
程序包 com.cdkjframework.entity
-
类 com.cdkjframework.entity.BaseEntity
class BaseEntity extends Object implements Serializable-
序列化字段
-
addTime
LocalDateTime addTime
添加时间 -
addUserId
String addUserId
添加用户ID -
addUserName
String addUserName
添加用户名称 -
deleted
Integer deleted
是否删除 -
editTime
LocalDateTime editTime
修改时间 -
editUserId
String editUserId
修改用户ID -
editUserName
String editUserName
修改用户名称 -
id
String id
主键 -
organizationCode
String organizationCode
所在机构编码 -
organizationId
String organizationId
所在机构ID -
organizationName
String organizationName
所在机构名称 -
remark
String remark
备注 -
status
Integer status
机构状态 (0-启用,1-禁用) -
topOrganizationCode
String topOrganizationCode
所在机构上级编码 -
topOrganizationId
String topOrganizationId
所在机构上级ID -
topOrganizationName
String topOrganizationName
所在机构上级名称
-
-
-
类 com.cdkjframework.entity.PageEntity
class PageEntity extends Object implements Serializable- serialVersionUID:
- -766231940524932922L
-
-
程序包 com.cdkjframework.entity.base
-
类 com.cdkjframework.entity.base.BaseDto
class BaseDto extends BaseEntity implements Serializable
-
-
程序包 com.cdkjframework.entity.center
-
类 com.cdkjframework.entity.center.CenterTableLayoutEntity
class CenterTableLayoutEntity extends BaseEntity implements Serializable-
序列化字段
-
align
String align
对齐方式 -
btnList
String btnList
宽度 -
checked
Integer checked
选中的 -
fieldCode
String fieldCode
字段编码 -
fieldName
String fieldName
字段名称 -
fieldType
String fieldType
字段类型 -
fieldValue
String fieldValue
字段转换值 -
fixed
String fixed
固定位置 -
offText
String offText
关闭文本 -
offValue
String offValue
关闭文本值 -
onText
String onText
开启文本 -
onValue
String onValue
开启文本值 -
sortable
Integer sortable
排序 -
tableName
String tableName
页面表格名称 -
width
BigDecimal width
宽度
-
-
-
-
程序包 com.cdkjframework.entity.generate
-
类 com.cdkjframework.entity.generate.OrderNumberEntity
class OrderNumberEntity extends Object implements Serializable- serialVersionUID:
- 5333907085312643274L
-
-
程序包 com.cdkjframework.entity.number
-
类 com.cdkjframework.entity.number.NumberEntity
class NumberEntity extends BaseEntity implements Serializable
-
-
程序包 com.cdkjframework.entity.pay
-
类 com.cdkjframework.entity.pay.PayConfigEntity
class PayConfigEntity extends BaseEntity implements Serializable-
序列化字段
-
addTime
LocalDateTime addTime
添加时间 -
apiAddress
String apiAddress
接口地址 -
appId
String appId
APPID -
failureTime
int failureTime
故障时间 超时时间秒 -
id
String id
主键 -
mchId
String mchId
MCHID -
notifyUrl
String notifyUrl
通知URL -
orderPrefix
String orderPrefix
订单前缀 -
payAmount
BigDecimal payAmount
支付金额 -
payType
String payType
支付类型 -
privateKey
String privateKey
私钥 -
publicKey
String publicKey
公钥 -
queryAddress
String queryAddress
查询地址 -
remarks
String remarks
备注 -
secretKey
String secretKey
密钥 -
unitPrice
BigDecimal unitPrice
单价
-
-
-
类 com.cdkjframework.entity.pay.PayRecordEntity
class PayRecordEntity extends BaseEntity implements Serializable-
序列化字段
-
addTime
LocalDateTime addTime
生成时间 -
businessId
String businessId
业务ID -
id
String id
主键 -
nonceStr
String nonceStr
临时字符 -
orderNo
String orderNo
单据号 -
payAmount
BigDecimal payAmount
支付金额 -
payMethod
Integer payMethod
支付类型 -
payStatus
Integer payStatus
支付状态 -
payTime
LocalDateTime payTime
支付时间 -
price
BigDecimal price
金额 -
qrCode
String qrCode
二维码地址 -
remarks
String remarks
备注
-
-
-
-
程序包 com.cdkjframework.entity.pay.alipay
-
类 com.cdkjframework.entity.pay.alipay.AliPayActionEntity
class AliPayActionEntity extends Object implements Serializable -
类 com.cdkjframework.entity.pay.alipay.AliPayConfigEntity
class AliPayConfigEntity extends Object implements Serializable-
序列化字段
-
appId
String appId
支付宝分配给开发者的应用ID -
bizContent
String bizContent
请求参数的集合,最大长度不限,除公共参数外所有请求参数都必须放在这个参数中传递,具体参照各产品快速接入文档 -
charset
String charset
请求使用的编码格式,如utf-8,gbk,gb2312等 -
format
String format
仅支持JSON -
method
String method
接口名称 -
notifyUrl
String notifyUrl
支付宝服务器主动通知商户服务器里指定的页面http/https路径。 -
outTradeNo
String outTradeNo
商户订单号,64个字符以内、只能包含字母、数字、下划线;需保证在商户端不重复 -
sign
String sign
商户请求参数的签名串 -
signType
String signType
商户生成签名字符串所使用的签名算法类型,目前支持RSA2和RSA,推荐使用RSA2 -
subject
String subject
订单标题 -
timestamp
String timestamp
发送请求的时间,格式"yyyy-MM-dd HH:mm:ss" -
totalAmount
BigDecimal totalAmount
订单总金额,单位为元,精确到小数点后两位 -
version
String version
调用的接口版本,固定为:1.0
-
-
-
类 com.cdkjframework.entity.pay.alipay.AliPayResultsEntity
class AliPayResultsEntity extends Object implements Serializable
-
-
程序包 com.cdkjframework.entity.pay.alipay.impl
-
类 com.cdkjframework.entity.pay.alipay.impl.AliEntity
class AliEntity extends Object implements Serializable-
序列化字段
-
appAuthToken
String appAuthToken
-
appId
String appId
支付宝分配给开发者的应用ID -
bizContent
String bizContent
请求参数的集合,最大长度不限,除公共参数外所有请求参数都必须放在这个参数中传递,具体参照各产品快速接入文档 -
charset
String charset
请求使用的编码格式,如utf-8,gbk,gb2312等 -
format
String format
仅支持JSON -
method
String method
接口名称 -
notifyUrl
String notifyUrl
支付宝服务器主动通知商户服务器里指定的页面http/https路径。 -
sign
String sign
商户请求参数的签名串 -
signType
String signType
商户生成签名字符串所使用的签名算法类型,目前支持RSA2和RSA,推荐使用RSA2 -
timestamp
String timestamp
发送请求的时间,格式"yyyy-MM-dd HH:mm:ss" -
version
String version
调用的接口版本,固定为:1.0
-
-
-
-
程序包 com.cdkjframework.entity.pay.webchat
-
类 com.cdkjframework.entity.pay.webchat.WebChatPayActionEntity
- serialVersionUID:
- 22110180425113634L
-
序列化字段
-
attach
String attach
商家数据包,原样返回 -
bankType
String bankType
银行类型,采用字符串类型的银行标识,银行类型见银行列表 -
cashFee
String cashFee
现金支付金额订单现金支付金额,详见支付金额 -
cashFeeType
String cashFeeType
货币类型,符合ISO4217标准的三位字母代码,默认人民币:CNY,其他值列表详见货币类型 -
couponCount
String couponCount
代金券使用数量 -
couponFee
String couponFee
代金券金额<=订单金额,订单金额-代金券金额=现金支付金额,详见支付金额 -
couponFee0
String couponFee0
-
couponId0
String couponId0
-
feeType
String feeType
货币类型,符合ISO4217标准的三位字母代码,默认人民币:CNY,其他值列表详见货币类型 -
isSubscribe
String isSubscribe
用户是否关注公众账号,Y-关注,N-未关注,仅在公众账号类型支付有效 -
openId
String openId
用户在商户appid下的唯一标识 -
outTradeNo
String outTradeNo
商户系统内部订单号,要求32个字符内,只能是数字、大小写字母_-|*@ ,且在同一个商户号下唯一。 -
settlementTotalFee
String settlementTotalFee
应结订单金额=订单金额-非充值代金券金额,应结订单金额<=订单金额。 -
timeEnd
String timeEnd
支付完成时间,格式为yyyyMMddHHmmss,如2009年12月25日9点10分10秒表示为20091225091010。其他详见时间规则 -
totalFee
String totalFee
订单总金额,单位为分 -
tradeType
String tradeType
JSAPI、NATIVE、APP -
transactionId
String transactionId
微信支付订单号
-
-
类 com.cdkjframework.entity.pay.webchat.WebChatPayResultsEntity
class WebChatPayResultsEntity extends WebChatEntity<WebChatPayResultsEntity> implements Serializable- serialVersionUID:
- 22110180425113700L
-
-
程序包 com.cdkjframework.entity.pay.webchat.app
-
类 com.cdkjframework.entity.pay.webchat.app.NotifyResultEntity
class NotifyResultEntity extends UnifiedOrderReturnEntity implements Serializable-
序列化字段
-
attach
String attach
用户标识 -
bankType
String bankType
付款银行 -
cashFee
String cashFee
现金支付金额 -
cashFeeType
String cashFeeType
现金支付货币类型 -
coupon_fee_0
String coupon_fee_0
单个代金券支付金额 -
coupon_fee_1
String coupon_fee_1
单个代金券支付金额 -
coupon_fee_2
String coupon_fee_2
单个代金券支付金额 -
coupon_fee_3
String coupon_fee_3
单个代金券支付金额 -
coupon_fee_4
String coupon_fee_4
单个代金券支付金额 -
coupon_fee_5
String coupon_fee_5
单个代金券支付金额 -
coupon_fee_6
String coupon_fee_6
单个代金券支付金额 -
coupon_fee_7
String coupon_fee_7
单个代金券支付金额 -
coupon_fee_8
String coupon_fee_8
单个代金券支付金额 -
coupon_fee_9
String coupon_fee_9
单个代金券支付金额 -
coupon_id_0
String coupon_id_0
代金券ID -
coupon_id_1
String coupon_id_1
代金券ID -
coupon_id_2
String coupon_id_2
代金券ID -
coupon_id_3
String coupon_id_3
代金券ID -
coupon_id_4
String coupon_id_4
代金券ID -
coupon_id_5
String coupon_id_5
代金券ID -
coupon_id_6
String coupon_id_6
代金券ID -
coupon_id_7
String coupon_id_7
代金券ID -
coupon_id_8
String coupon_id_8
代金券ID -
coupon_id_9
String coupon_id_9
代金券ID -
coupon_type_0
String coupon_type_0
代金券类型 -
coupon_type_1
String coupon_type_1
代金券类型 -
coupon_type_2
String coupon_type_2
代金券类型 -
coupon_type_3
String coupon_type_3
代金券类型 -
coupon_type_4
String coupon_type_4
代金券类型 -
coupon_type_5
String coupon_type_5
代金券类型 -
coupon_type_6
String coupon_type_6
代金券类型 -
coupon_type_7
String coupon_type_7
代金券类型 -
coupon_type_8
String coupon_type_8
代金券类型 -
coupon_type_9
String coupon_type_9
代金券类型 -
couponCount
String couponCount
代金券使用数量 -
couponFee
String couponFee
总代金券金额 -
feeType
String feeType
货币种类 -
isSubscribe
String isSubscribe
是否关注公众账号 -
openId
String openId
用户标识 -
orderId
String orderId
订单ID -
settlementTotalFee
int settlementTotalFee
应结订单金额 -
timeEnd
String timeEnd
用户标识 -
transactionId
String transactionId
微信支付订单号
-
-
-
类 com.cdkjframework.entity.pay.webchat.app.UnifiedOrderEntity
class UnifiedOrderEntity extends BaseEntity implements Serializable-
序列化字段
-
amount
AmountEntity amount
订单金额 -
appId
String appId
app Id -
attach
String attach
附加数据 -
body
String body
商品描述 -
description
String description
商品描述 -
detail
List<GoodsBodyEntity> detail
商品明细 -
deviceInfo
String deviceInfo
设备号 -
feeType
String feeType
货币类型 -
goodsTag
String goodsTag
订单优惠标记 -
id
String id
主键 -
limitPay
String limitPay
指定支付方式 -
mchId
String mchId
商户ID -
nonceStr
String nonceStr
随机字符串 -
notifyUrl
String notifyUrl
通知地址 -
outTradeNo
String outTradeNo
商户订单号 -
profitSharing
String profitSharing
是否需要分账 -
receipt
String receipt
开发票入口开放标识 -
sceneInfo
SceneInfoEntity sceneInfo
场景信息 -
sign
String sign
签名 -
signType
String signType
签名类型 -
spBillCreateIp
String spBillCreateIp
终端IP -
subAppId
String subAppId
子商户app Id -
subMchId
String subMchId
子商户ID -
timeExpire
String timeExpire
交易结束时间 -
timeStart
String timeStart
交易起始时间 -
totalFee
Integer totalFee
总金额 -
tradeType
String tradeType
交易类型
-
-
-
类 com.cdkjframework.entity.pay.webchat.app.UnifiedOrderReturnEntity
class UnifiedOrderReturnEntity extends UnifiedOrderEntity implements Serializable
-
-
程序包 com.cdkjframework.entity.pay.webchat.impl
-
类 com.cdkjframework.entity.pay.webchat.impl.WebChatEntity
class WebChatEntity extends Object implements Serializable-
序列化字段
-
appId
String appId
微信分配的公众账号ID(企业号corpid即为此appId) -
deviceInfo
String deviceInfo
微信支付分配的终端设备号, -
errCode
String errCode
错误返回的信息描述 -
errCodeDes
String errCodeDes
错误返回的信息描述 -
mchId
String mchId
微信支付分配的商户号 -
nonceStr
String nonceStr
随机字符串,不长于32位 -
resultCode
String resultCode
SUCCESS/FAIL -
returnCode
String returnCode
SUCCESS/FAIL 此字段是通信标识,非交易标识,交易是否成功需要查看result_code来判断 -
returnMsg
String returnMsg
返回信息,如非空,为错误原因 签名失败 参数格式校验错误 -
sign
String sign
签名,详见签名算法 -
signType
String signType
签名类型,目前支持HMAC-SHA256和MD5,默认为MD5
-
-
-
-
程序包 com.cdkjframework.entity.pay.webchat.transactions.app
-
类 com.cdkjframework.entity.pay.webchat.transactions.app.TransactionsAppEntity
class TransactionsAppEntity extends BaseEntity implements Serializable
-
-
程序包 com.cdkjframework.entity.sms
-
类 com.cdkjframework.entity.sms.BaseSmsEntity
class BaseSmsEntity extends BaseEntity implements Serializable -
类 com.cdkjframework.entity.sms.SendSmsEntity
class SendSmsEntity extends BaseSmsEntity implements Serializable -
类 com.cdkjframework.entity.sms.SmsSignEntity
class SmsSignEntity extends BaseEntity implements Serializable-
序列化字段
-
Remark
String Remark
短信签名申请说明。请在申请说明中详细描述您的业务使用场景,申请工信部备案网站的全称或简称请在此处填写域名,长度不超过200个字符。 -
sceneType
Integer sceneType
场景类型 -
signAction
AliSmsActionEnums signAction
签名请求方式AliSmsActionEnums
-
SignFileList
List<SmsSignFileEntity> SignFileList
签名名称 -
SignName
String SignName
签名名称 -
SignSource
Integer SignSource
签名来源、当为空时则默认为 0 。取值:0:企事业单位的全称或简称。 1:工信部备案网站的全称或简称。 2:App应用的全称或简称。 3:公众号或小程序的全称或简称。 4:电商平台店铺名的全称或简称。 5:商标名的全称或简称。
-
-
-
类 com.cdkjframework.entity.sms.SmsTemplateEntity
class SmsTemplateEntity extends BaseSmsEntity implements Serializable-
序列化字段
-
remark
String remark
模板备注 -
smsType
String smsType
短信类型 -
templateAction
AliSmsActionEnums templateAction
阿里短信请求类型 -
templateCode
String templateCode
模板编码 -
templateContent
String templateContent
模板内容 -
templateName
String templateName
模板名称 -
templateType
AliSmsTemplateEnums templateType
模板类型
-
-
-
-
程序包 com.cdkjframework.entity.sms.data
-
类 com.cdkjframework.entity.sms.data.SmsEntity
class SmsEntity extends BaseSmsEntity implements Serializable-
序列化字段
-
content
Map<String,
String> content 内容 -
destCode
String destCode
上行短信扩展号码 -
errCode
String errCode
状态报告编码 -
errMsg
String errMsg
状态报告说明 -
outId
String outId
用户序列号 -
phoneNumbers
String phoneNumbers
手机号列表 -
sequenceId
int sequenceId
序列号 -
signName
String signName
签名名称 -
smsContent
String smsContent
内容 -
smsSize
String smsSize
短信长度,140字节算一条短信,短信长度超过140字节时会拆分成多条短信发送 -
success
boolean success
是否接收成功 -
templateCode
String templateCode
模板编码
-
-
-
-
程序包 com.cdkjframework.entity.user
-
类 com.cdkjframework.entity.user.AbstractUserEntity
class AbstractUserEntity extends BaseEntity implements Serializable- serialVersionUID:
- -3584307538789430288L
-
序列化字段
-
balanceShare
Integer balanceShare
余额共享 -
bedMores
Integer bedMores
床位是否 对多对 -
birthday
LocalDate birthday
生日 -
cellphone
String cellphone
手机 -
cityId
String cityId
市_id -
countyId
String countyId
区(县)id -
currentOrganizationId
String currentOrganizationId
当前所在组织ID -
displayName
String displayName
姓名 -
headPortrait
String headPortrait
头像 -
lastLoginTime
LocalDateTime lastLoginTime
最后登录时间 -
locked
Integer locked
是否锁定 -
loginName
String loginName
登录名称 -
nation
String nation
民族 -
nativePlace
String nativePlace
籍贯 -
openId
String openId
开放平台ID -
organizationType
Integer organizationType
机构类型0:普通,1:评估细分 -
password
String password
密码 -
permissions
Integer permissions
是否开启两级权限 0默认值(0:未开启,1:开启) -
provinceId
String provinceId
省_id -
remark
String remark
备注 -
sex
Integer sex
性别(1 男,2 女) -
telephone
String telephone
座机 -
unionId
String unionId
微信唯一ID -
userType
String userType
账户类型(1:老人;2:雇员;3、家属;4:志愿者) -
userTypeName
String userTypeName
账户类型(1:老人;2:雇员;3、家属;4:志愿者)
-
-
类 com.cdkjframework.entity.user.BmsConfigureEntity
class BmsConfigureEntity extends BaseEntity implements Serializable-
序列化字段
-
argument
String argument
参数(JSON对象) -
configKey
String configKey
键 -
configName
String configName
配置名称 -
configValue
String configValue
值 -
controlType
String controlType
控制类型(input,select) -
defaultValue
String defaultValue
控件值 -
groupCode
String groupCode
配置名称 -
groupName
String groupName
配置名称 -
remark
String remark
备注 -
sort
Integer sort
排序
-
-
-
类 com.cdkjframework.entity.user.JwtEntity
class JwtEntity extends Object implements Serializable- serialVersionUID:
- -3607782470703246969L
-
类 com.cdkjframework.entity.user.OrganizationEntity
class OrganizationEntity extends BaseEntity implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
addressId
String addressId
地址_ID -
balanceShare
Integer balanceShare
余额共享 -
bedMores
Integer bedMores
床位是否 对多对 -
code
String code
编码 -
contact
String contact
联系人 -
middle
Integer middle
是否中台 -
name
String name
名称 -
organizationType
Integer organizationType
机构类型0:普通,1:评估细分 -
parentId
String parentId
机构_标识 -
permissions
Integer permissions
是否开启两级权限 0默认值(0:未开启,1:开启) -
phone
String phone
联系电话 -
remark
String remark
备注
-
-
类 com.cdkjframework.entity.user.ResourceEntity
class ResourceEntity extends BaseEntity implements Serializable- serialVersionUID:
- -1L
-
序列化字段
-
children
List<ResourceEntity> children
子菜单 -
code
String code
资源编码 -
hide
boolean hide
是否隐藏 -
icon
String icon
ICON 路径或 icon svg 图片 -
level
Integer level
等级(1:一级,1:二级,3:三级。。。) -
meta
String meta
meta 信息 -
name
String name
名称 -
parentId
String parentId
资源_ID -
rank
Integer rank
排序 -
remark
String remark
备注 -
resourceType
Integer resourceType
类型(1、菜单、2、功能) -
viewPath
String viewPath
文件路径
-
-
类 com.cdkjframework.entity.user.RoleEntity
class RoleEntity extends BaseEntity implements Serializable- serialVersionUID:
- 1L
-
类 com.cdkjframework.entity.user.UserEntity
class UserEntity extends AbstractUserEntity implements Serializable-
序列化字段
-
configureList
List<BmsConfigureEntity> configureList
平台配置信息 -
organizationList
List<OrganizationEntity> organizationList
用户所关联机构信息 -
roleList
List<RoleEntity> roleList
用户所关联角色信息
-
-
-
类 com.cdkjframework.entity.user.UserRoleEntity
class UserRoleEntity extends BaseEntity implements Serializable- serialVersionUID:
- 1L
-
类 com.cdkjframework.entity.user.UserThirdPartyEntity
class UserThirdPartyEntity extends BaseEntity implements Serializable-
序列化字段
-
alias
String alias
公众号所设置的微信号,可能为空 -
appId
String appId
受权appId -
businessInfo
UserThirdPartyEntity.BusinessInfo businessInfo
用以了解功能的开通状况(0代表未开通,1代表已开通) -
headImg
String headImg
头像 -
loginType
String loginType
登录类型 (wechat,weibo,qq) -
nickName
String nickName
昵称 -
principalName
String principalName
主体名称 -
qrCodeUrl
String qrCodeUrl
二维码地址 -
serviceTypeInfo
Map<String,
Object> serviceTypeInfo 公众号类型 -
userId
String userId
用户ID -
userName
String userName
原始 ID -
verifyTypeInfo
Map<String,
Object> verifyTypeInfo 公众号认证类型
-
-
-
类 com.cdkjframework.entity.user.WorkflowEntity
class WorkflowEntity extends BaseEntity implements Serializable- serialVersionUID:
- -1L
-
-
程序包 com.cdkjframework.entity.user.security
-
类 com.cdkjframework.entity.user.security.RmsClientDetailsEntity
class RmsClientDetailsEntity extends BaseEntity implements Serializable- serialVersionUID:
- -1L
-
序列化字段
-
accessTokenValidity
Integer accessTokenValidity
访问令牌有效性 -
additionalInformation
String additionalInformation
附加信息 -
authorities
String authorities
权限 -
authorizedGrantTypes
String authorizedGrantTypes
授权的代理类型 -
autoApproveScopes
String autoApproveScopes
自动批准 -
clientId
String clientId
客户ID -
clientSecret
String clientSecret
客户密钥 -
redirectUri
String redirectUri
重定向Uri -
refreshTokenValidity
Integer refreshTokenValidity
刷新令牌有效性 -
resourceIds
String resourceIds
资源ID -
scope
String scope
范围
-
-
类 com.cdkjframework.entity.user.security.SecurityUserEntity
class SecurityUserEntity extends UserEntity implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
authorities
Collection<org.springframework.security.core.GrantedAuthority> authorities
用户角色 -
cityId
String cityId
市_id -
countyId
String countyId
区(县)id -
isAccountNonExpired
boolean isAccountNonExpired
账户是否过期 -
isAccountNonLocked
boolean isAccountNonLocked
账户是否被锁定 -
isCredentialsNonExpired
boolean isCredentialsNonExpired
证书是否过期 -
isEnabled
boolean isEnabled
账户是否有效 -
password
String password
密码 -
provinceId
String provinceId
省_id -
resourceList
List<ResourceEntity> resourceList
资源信息 -
status
Integer status
状态:NORMAL正常 PROHIBIT禁用 -
token
String token
token 信息 -
userId
String userId
用户ID -
username
String username
用户名
-
-
-
程序包 com.cdkjframework.exceptions
-
异常错误 com.cdkjframework.exceptions.GlobalException
class GlobalException extends GeneralSecurityException implements Serializable- serialVersionUID:
- 1L
-
异常错误 com.cdkjframework.exceptions.GlobalRuntimeException
class GlobalRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
异常错误 com.cdkjframework.exceptions.UserRuntimeException
class UserRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.cdkjframework.license.entity
-
类 com.cdkjframework.license.entity.LicenseCreatorEntity
class LicenseCreatorEntity extends Object implements Serializable- serialVersionUID:
- -7793154252684580872L
-
序列化字段
-
consumerAmount
Integer consumerAmount
用户数量 -
consumerType
String consumerType
用户类型 -
description
String description
描述信息 -
expiryTime
Date expiryTime
证书失效时间 -
issuedTime
Date issuedTime
证书生效时间 -
keyPass
String keyPass
私钥密码(需要妥善保管,不能让使用者知道) -
licenseCheck
LicenseExtraEntity licenseCheck
额外的服务器硬件校验信息 -
licensePath
String licensePath
证书生成路径 -
licUrl
String licUrl
证书下载地址 == 一旦证书create成功,这个值就会填充上 -
month
Integer month
有效期限(月) -
privateAlias
String privateAlias
私钥别名 -
privateKeysStorePath
String privateKeysStorePath
私钥库存储路径 -
storePass
String storePass
访问私钥库的密码 -
subject
String subject
证书主题 -
year
Integer year
有效期年限
-
-
类 com.cdkjframework.license.entity.LicenseExtraEntity
class LicenseExtraEntity extends Object implements Serializable- serialVersionUID:
- 8600137500316662317L
-
序列化字段
-
cpuSerial
String cpuSerial
可被允许的CPU序列号 -
ipAddress
List<String> ipAddress
可被允许的IP地址 -
isBoardCheck
boolean isBoardCheck
是否认证主板号 -
isCpuCheck
boolean isCpuCheck
是否认证cpu序列号 -
isIpCheck
boolean isIpCheck
是否认证ip -
isMacCheck
boolean isMacCheck
是否认证mac -
isRegisterCheck
boolean isRegisterCheck
是否限制注册人数 -
macAddress
List<String> macAddress
可被允许的mac地址 -
mainBoardSerial
String mainBoardSerial
可被允许的主板序列号 -
registerAmount
Long registerAmount
限制系统中可注册的人数
-
-
-
程序包 com.cdkjframework.util.encrypts.weixin
-
异常错误 com.cdkjframework.util.encrypts.weixin.AesException
class AesException extends Exception implements Serializable-
序列化字段
-
code
int code
错误信息
-
-
-
-
程序包 com.cdkjframework.util.network.request
-
类 com.cdkjframework.util.network.request.HttpGlobalConfig
class HttpGlobalConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.cdkjframework.util.tool
-
类 com.cdkjframework.util.tool.StringUtils
class StringUtils extends Object implements Serializable
-