Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dm_project
Project
Project
Details
Activity
Releases
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
姚本章
dm_project
Commits
1d6520de
Commit
1d6520de
authored
Dec 01, 2020
by
zhangc
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dm_dev' of gitlab.ioubuy.cn:yaobenzhang/dm_project into dm_dev
parents
19c60ced
e2ed01d9
Changes
70
Hide whitespace changes
Inline
Side-by-side
Showing
70 changed files
with
6219 additions
and
42 deletions
+6219
-42
BaseBeanResponse.java
...on/src/main/java/com/jz/common/bean/BaseBeanResponse.java
+55
-0
BasePageBean.java
...common/src/main/java/com/jz/common/bean/BasePageBean.java
+31
-0
BaseResponse.java
...common/src/main/java/com/jz/common/bean/BaseResponse.java
+40
-0
PageInfoResponse.java
...on/src/main/java/com/jz/common/bean/PageInfoResponse.java
+21
-0
Constants.java
...ommon/src/main/java/com/jz/common/constant/Constants.java
+47
-0
SysMenu.java
jz-dm-common/src/main/java/com/jz/common/entity/SysMenu.java
+1
-1
SysOrg.java
jz-dm-common/src/main/java/com/jz/common/entity/SysOrg.java
+1
-1
SysRole.java
jz-dm-common/src/main/java/com/jz/common/entity/SysRole.java
+1
-1
SysRoleMenu.java
...ommon/src/main/java/com/jz/common/entity/SysRoleMenu.java
+1
-1
SysUser.java
jz-dm-common/src/main/java/com/jz/common/entity/SysUser.java
+1
-1
SysUserRole.java
...ommon/src/main/java/com/jz/common/entity/SysUserRole.java
+1
-1
DataGoodsDto.java
...manage/moduls/controller/goods/bean/dto/DataGoodsDto.java
+7
-0
DataGoodsRequest.java
...oduls/controller/goods/bean/request/DataGoodsRequest.java
+389
-0
LoginController.java
.../com/jz/manage/moduls/controller/sys/LoginController.java
+14
-4
AuditRecord.java
...rc/main/java/com/jz/manage/moduls/entity/AuditRecord.java
+105
-0
DataGoods.java
.../src/main/java/com/jz/manage/moduls/entity/DataGoods.java
+333
-0
DataGoodsApi.java
...c/main/java/com/jz/manage/moduls/entity/DataGoodsApi.java
+213
-0
DataGoodsApiParams.java
.../java/com/jz/manage/moduls/entity/DataGoodsApiParams.java
+165
-0
DataGoodsCategory.java
...n/java/com/jz/manage/moduls/entity/DataGoodsCategory.java
+103
-0
DataGoodsPack.java
.../main/java/com/jz/manage/moduls/entity/DataGoodsPack.java
+129
-0
DefinitionApi.java
.../main/java/com/jz/manage/moduls/entity/DefinitionApi.java
+237
-0
DefinitionApiParams.java
...java/com/jz/manage/moduls/entity/DefinitionApiParams.java
+165
-0
Demand.java
...age/src/main/java/com/jz/manage/moduls/entity/Demand.java
+213
-0
Department.java
...src/main/java/com/jz/manage/moduls/entity/Department.java
+369
-0
FileDeposit.java
...rc/main/java/com/jz/manage/moduls/entity/FileDeposit.java
+118
-0
FileHandleStatus.java
...in/java/com/jz/manage/moduls/entity/FileHandleStatus.java
+82
-0
FilePretreatmentStatus.java
...a/com/jz/manage/moduls/entity/FilePretreatmentStatus.java
+94
-0
FileSaveFieldInfo.java
...n/java/com/jz/manage/moduls/entity/FileSaveFieldInfo.java
+142
-0
FinanceCashOut.java
...main/java/com/jz/manage/moduls/entity/FinanceCashOut.java
+189
-0
FinanceCustomerAssets.java
...va/com/jz/manage/moduls/entity/FinanceCustomerAssets.java
+141
-0
FinanceCustomerBalance.java
...a/com/jz/manage/moduls/entity/FinanceCustomerBalance.java
+129
-0
FinanceTradeFlow.java
...in/java/com/jz/manage/moduls/entity/FinanceTradeFlow.java
+141
-0
MallCustomer.java
...c/main/java/com/jz/manage/moduls/entity/MallCustomer.java
+201
-0
MallHotRecommendGoods.java
...va/com/jz/manage/moduls/entity/MallHotRecommendGoods.java
+81
-0
Order.java
...nage/src/main/java/com/jz/manage/moduls/entity/Order.java
+297
-0
OrderGoodsInfo.java
...main/java/com/jz/manage/moduls/entity/OrderGoodsInfo.java
+93
-0
OrderPayment.java
...c/main/java/com/jz/manage/moduls/entity/OrderPayment.java
+153
-0
PlatformAssets.java
...main/java/com/jz/manage/moduls/entity/PlatformAssets.java
+117
-0
PlatformLog.java
...rc/main/java/com/jz/manage/moduls/entity/PlatformLog.java
+273
-0
PlatformPaymenyInfo.java
...java/com/jz/manage/moduls/entity/PlatformPaymenyInfo.java
+129
-0
PlatformTradeFlowInfo.java
...va/com/jz/manage/moduls/entity/PlatformTradeFlowInfo.java
+129
-0
PlatfromReceiveInfo.java
...java/com/jz/manage/moduls/entity/PlatfromReceiveInfo.java
+117
-0
SysCode.java
...ge/src/main/java/com/jz/manage/moduls/entity/SysCode.java
+103
-0
SysMenu.java
...ge/src/main/java/com/jz/manage/moduls/entity/SysMenu.java
+128
-0
SysOrg.java
...age/src/main/java/com/jz/manage/moduls/entity/SysOrg.java
+142
-0
SysRole.java
...ge/src/main/java/com/jz/manage/moduls/entity/SysRole.java
+116
-0
SysRoleMenu.java
...rc/main/java/com/jz/manage/moduls/entity/SysRoleMenu.java
+59
-0
SysUser.java
...ge/src/main/java/com/jz/manage/moduls/entity/SysUser.java
+144
-0
SysUserRole.java
...rc/main/java/com/jz/manage/moduls/entity/SysUserRole.java
+59
-0
User.java
...anage/src/main/java/com/jz/manage/moduls/entity/User.java
+154
-0
info.java
...anage/src/main/java/com/jz/manage/moduls/entity/info.java
+14
-0
SysMenuDao.java
...src/main/java/com/jz/manage/moduls/mapper/SysMenuDao.java
+2
-2
SysOrgDao.java
.../src/main/java/com/jz/manage/moduls/mapper/SysOrgDao.java
+2
-2
SysRoleDao.java
...src/main/java/com/jz/manage/moduls/mapper/SysRoleDao.java
+2
-2
SysRoleMenuDao.java
...main/java/com/jz/manage/moduls/mapper/SysRoleMenuDao.java
+2
-2
SysUserDao.java
...src/main/java/com/jz/manage/moduls/mapper/SysUserDao.java
+2
-2
SysUserRoleDao.java
...main/java/com/jz/manage/moduls/mapper/SysUserRoleDao.java
+2
-2
SysUserService.java
...ain/java/com/jz/manage/moduls/service/SysUserService.java
+1
-1
SysMenuServiceImpl.java
...com/jz/manage/moduls/service/impl/SysMenuServiceImpl.java
+1
-1
SysOrgServiceImpl.java
.../com/jz/manage/moduls/service/impl/SysOrgServiceImpl.java
+1
-1
SysRoleMenuServiceImpl.java
...jz/manage/moduls/service/impl/SysRoleMenuServiceImpl.java
+1
-1
SysRoleServiceImpl.java
...com/jz/manage/moduls/service/impl/SysRoleServiceImpl.java
+1
-1
SysUserRoleServiceImpl.java
...jz/manage/moduls/service/impl/SysUserRoleServiceImpl.java
+1
-1
SysUserServiceImpl.java
...com/jz/manage/moduls/service/impl/SysUserServiceImpl.java
+2
-2
SysMenuDao.xml
jz-dm-manage/src/main/resources/mapper/sys/SysMenuDao.xml
+2
-2
SysOrgDao.xml
jz-dm-manage/src/main/resources/mapper/sys/SysOrgDao.xml
+2
-2
SysRoleDao.xml
jz-dm-manage/src/main/resources/mapper/sys/SysRoleDao.xml
+2
-2
SysRoleMenuDao.xml
...m-manage/src/main/resources/mapper/sys/SysRoleMenuDao.xml
+2
-2
SysUserDao.xml
jz-dm-manage/src/main/resources/mapper/sys/SysUserDao.xml
+2
-2
SysUserRoleDao.xml
...m-manage/src/main/resources/mapper/sys/SysUserRoleDao.xml
+2
-2
No files found.
jz-dm-common/src/main/java/com/jz/common/bean/BaseBeanResponse.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
common
.
bean
;
import
java.util.List
;
/**
* @author ybz
*
*/
public
class
BaseBeanResponse
<
T
>
extends
BaseResponse
{
private
T
data
;
private
List
<
T
>
datas
;
public
BaseBeanResponse
(){
super
();
}
public
BaseBeanResponse
(
String
code
,
T
data
)
{
super
(
code
);
this
.
data
=
data
;
}
public
BaseBeanResponse
(
String
code
,
List
<
T
>
datas
)
{
super
(
code
);
this
.
datas
=
datas
;
}
public
BaseBeanResponse
(
String
code
,
String
message
,
T
data
)
{
super
(
code
,
message
);
this
.
data
=
data
;
}
public
BaseBeanResponse
(
String
code
,
String
message
,
List
<
T
>
datas
)
{
super
(
code
,
message
);
this
.
datas
=
datas
;
}
public
T
getData
()
{
return
data
;
}
public
void
setData
(
T
data
)
{
this
.
data
=
data
;
}
public
List
<
T
>
getDatas
()
{
return
datas
;
}
public
void
setDatas
(
List
<
T
>
datas
)
{
this
.
datas
=
datas
;
}
}
jz-dm-common/src/main/java/com/jz/common/bean/BasePageBean.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
common
.
bean
;
/**分页信息封装
* @author ybz
*
*/
public
class
BasePageBean
{
private
int
pageNum
=
1
;
private
int
pageSize
=
10
;
public
int
getPageNum
()
{
return
pageNum
;
}
public
void
setPageNum
(
int
pageNum
)
{
this
.
pageNum
=
pageNum
;
}
public
int
getPageSize
()
{
return
pageSize
;
}
public
void
setPageSize
(
int
pageSize
)
{
this
.
pageSize
=
pageSize
;
}
}
jz-dm-common/src/main/java/com/jz/common/bean/BaseResponse.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
common
.
bean
;
/**
* @author ybz
*
*/
public
class
BaseResponse
{
//错误码
private
String
code
;
//错误消息
private
String
message
;
public
BaseResponse
()
{}
public
BaseResponse
(
String
code
)
{
this
.
code
=
code
;
}
public
BaseResponse
(
String
code
,
String
message
)
{
this
.
code
=
code
;
this
.
message
=
message
;
}
public
String
getCode
()
{
return
code
;
}
public
void
setCode
(
String
code
)
{
this
.
code
=
code
;
}
public
String
getMessage
()
{
return
message
;
}
public
void
setMessage
(
String
message
)
{
this
.
message
=
message
;
}
}
jz-dm-common/src/main/java/com/jz/common/bean/PageInfoResponse.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
common
.
bean
;
import
com.github.pagehelper.PageInfo
;
/**
* @author ybz
*
*/
public
class
PageInfoResponse
<
T
>
extends
BaseResponse
{
private
PageInfo
<
T
>
data
;
public
PageInfo
<
T
>
getData
()
{
return
data
;
}
public
void
setData
(
PageInfo
<
T
>
data
)
{
this
.
data
=
data
;
}
}
jz-dm-common/src/main/java/com/jz/common/constant/Constants.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
common
.
constant
;
/**常量
* @author ybz
*
*/
public
class
Constants
{
public
final
static
String
SUCCESS_CODE
=
"200"
;
public
final
static
String
FAILURE_CODE
=
"201"
;
/*****************************************************************************/
//第三方请求返回结果码定义
public
static
String
CODE_SUCCESS
=
"000"
;
public
static
String
MSG_SUCCESS
=
"操作成功"
;
public
static
String
CODE_ERROR_REQUESTMETHOD
=
"100"
;
public
static
String
MSG_ERROR_REQUESTMETHOD
=
"请求方式错误(只支持POST方式请求)"
;
public
static
String
CODE_ERROR_PARAMETER
=
"101"
;
public
static
String
MSG_ERROR_PARAMETER
=
"参数不正确(格式不正确或必填参数为空)"
;
public
static
String
CODE_ERROR_CITYCODE
=
"102"
;
public
static
String
MSG_ERROR_CITYCODE
=
"城市区域代码错误"
;
public
static
String
CODE_NOT_SIGNED
=
"103"
;
public
static
String
MSG_NOT_SIGNED
=
"尚未登录或者登录已过期"
;
public
static
String
CODE_DATA_EXISTED
=
"106"
;
public
static
String
MSG_DATA_EXISTED
=
"企业已备案,请勿重复备案"
;
public
static
String
CODE_ERROR_USERNAMEORPASSWD
=
"107"
;
public
static
String
MSG_ERROR_USERNAMEORPASSWD
=
"用户名或密码错误"
;
public
static
String
CODE_USER_LOGGEDOFF
=
"108"
;
public
static
String
MSG_USER_LOGGEDOFF
=
"用户已注销"
;
public
static
String
CODE_DATA_NOTMEET
=
"201"
;
public
static
String
MSG_DATA_NOTMEET
=
"数据不符合业务处理要求"
;
public
static
String
CODE_SYS_EXCEPTION
=
"500"
;
public
static
String
MSG_SYS_EXCEPTION
=
"系统异常,请联系接口提供方"
;
/*****************************************************************************/
}
jz-dm-common/src/main/java/com/jz/common/entity/
sys/
SysMenu.java
→
jz-dm-common/src/main/java/com/jz/common/entity/SysMenu.java
View file @
1d6520de
package
com
.
jz
.
common
.
entity
.
sys
;
package
com
.
jz
.
common
.
entity
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.TableId
;
import
com.baomidou.mybatisplus.annotation.TableId
;
...
...
jz-dm-common/src/main/java/com/jz/common/entity/
sys/
SysOrg.java
→
jz-dm-common/src/main/java/com/jz/common/entity/SysOrg.java
View file @
1d6520de
package
com
.
jz
.
common
.
entity
.
sys
;
package
com
.
jz
.
common
.
entity
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.TableId
;
import
com.baomidou.mybatisplus.annotation.TableId
;
...
...
jz-dm-common/src/main/java/com/jz/common/entity/
sys/
SysRole.java
→
jz-dm-common/src/main/java/com/jz/common/entity/SysRole.java
View file @
1d6520de
package
com
.
jz
.
common
.
entity
.
sys
;
package
com
.
jz
.
common
.
entity
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.TableId
;
import
com.baomidou.mybatisplus.annotation.TableId
;
...
...
jz-dm-common/src/main/java/com/jz/common/entity/
sys/
SysRoleMenu.java
→
jz-dm-common/src/main/java/com/jz/common/entity/SysRoleMenu.java
View file @
1d6520de
package
com
.
jz
.
common
.
entity
.
sys
;
package
com
.
jz
.
common
.
entity
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.TableId
;
import
com.baomidou.mybatisplus.annotation.TableId
;
...
...
jz-dm-common/src/main/java/com/jz/common/entity/
sys/
SysUser.java
→
jz-dm-common/src/main/java/com/jz/common/entity/SysUser.java
View file @
1d6520de
package
com
.
jz
.
common
.
entity
.
sys
;
package
com
.
jz
.
common
.
entity
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.TableId
;
import
com.baomidou.mybatisplus.annotation.TableId
;
...
...
jz-dm-common/src/main/java/com/jz/common/entity/
sys/
SysUserRole.java
→
jz-dm-common/src/main/java/com/jz/common/entity/SysUserRole.java
View file @
1d6520de
package
com
.
jz
.
common
.
entity
.
sys
;
package
com
.
jz
.
common
.
entity
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.TableId
;
import
com.baomidou.mybatisplus.annotation.TableId
;
...
...
jz-dm-manage/src/main/java/com/jz/manage/moduls/controller/goods/bean/dto/DataGoodsDto.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
controller
.
goods
.
bean
.
dto
;
import
com.jz.common.entity.DataGoods
;
public
class
DataGoodsDto
extends
DataGoods
{
}
jz-dm-manage/src/main/java/com/jz/manage/moduls/controller/goods/bean/request/DataGoodsRequest.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
controller
.
goods
.
bean
.
request
;
import
java.math.BigDecimal
;
import
java.util.Date
;
import
com.jz.common.bean.BasePageBean
;
/**数据商品参数请求封装
* @author ybz
*
*/
public
class
DataGoodsRequest
extends
BasePageBean
{
/**
* 数据商品id
*/
private
Long
dataGoodsId
;
/**
* 商品分类id(行业)
*/
private
Long
categoryId
;
/**
* 数据商户id
*/
private
Long
userId
;
/**
* 数据商品名称
*/
private
String
dataName
;
/**
* 数据类型:01api,02数据包
*/
private
String
dataType
;
/**
* 数据商品标签
*/
private
String
dataLabel
;
/**
* 数据商品图片
*/
private
String
dataPicture
;
/**
* 数据商品价格
*/
private
BigDecimal
dataPrice
;
/**
* 优惠价格
*/
private
BigDecimal
discountPrice
;
/**
* 价格类型:01免费,02收费
*/
private
String
priceType
;
/**
* 商品规格
*/
private
String
goodsStandards
;
/**
* 数据状态:01预售,02在售中,03下架,04上架
*/
private
String
dataStatus
;
/**
* 审核状态:01待审核,02已审核,03未通过
*/
private
String
auditStatus
;
/**
* 清洗规则(脱敏校验)
*/
private
String
cleanRule
;
/**
* 驳回原因
*/
private
String
rejectReason
;
/**
* 审核人
*/
private
String
auditPerson
;
/**
* 审核时间起
*/
private
Date
auditTimeStart
;
/**
* 审核时间止
*/
private
Date
auditTimeEnd
;
/**
* 创建时间起
*/
private
Date
creTimeStart
;
/**
* 创建时间止
*/
private
Date
creTimeEnd
;
/**
* 创建人
*/
private
String
crePerson
;
/**
* 更新时间起
*/
private
Date
uptTimeStart
;
/**
* 更新时间止
*/
private
Date
uptTimeEnd
;
/**
* 更新人
*/
private
String
uptPerson
;
/**
* 删除标识
*/
private
String
delFlag
;
/**
* 年(元)
*/
private
BigDecimal
yearType
;
/**
* 季(元)
*/
private
BigDecimal
seasonType
;
/**
* 月(元)
*/
private
BigDecimal
monthType
;
/**
* 次(元)
*/
private
BigDecimal
secondType
;
public
Long
getDataGoodsId
()
{
return
dataGoodsId
;
}
public
void
setDataGoodsId
(
Long
dataGoodsId
)
{
this
.
dataGoodsId
=
dataGoodsId
;
}
public
Long
getCategoryId
()
{
return
categoryId
;
}
public
void
setCategoryId
(
Long
categoryId
)
{
this
.
categoryId
=
categoryId
;
}
public
Long
getUserId
()
{
return
userId
;
}
public
void
setUserId
(
Long
userId
)
{
this
.
userId
=
userId
;
}
public
String
getDataName
()
{
return
dataName
;
}
public
void
setDataName
(
String
dataName
)
{
this
.
dataName
=
dataName
;
}
public
String
getDataType
()
{
return
dataType
;
}
public
void
setDataType
(
String
dataType
)
{
this
.
dataType
=
dataType
;
}
public
String
getDataLabel
()
{
return
dataLabel
;
}
public
void
setDataLabel
(
String
dataLabel
)
{
this
.
dataLabel
=
dataLabel
;
}
public
String
getDataPicture
()
{
return
dataPicture
;
}
public
void
setDataPicture
(
String
dataPicture
)
{
this
.
dataPicture
=
dataPicture
;
}
public
BigDecimal
getDataPrice
()
{
return
dataPrice
;
}
public
void
setDataPrice
(
BigDecimal
dataPrice
)
{
this
.
dataPrice
=
dataPrice
;
}
public
BigDecimal
getDiscountPrice
()
{
return
discountPrice
;
}
public
void
setDiscountPrice
(
BigDecimal
discountPrice
)
{
this
.
discountPrice
=
discountPrice
;
}
public
String
getPriceType
()
{
return
priceType
;
}
public
void
setPriceType
(
String
priceType
)
{
this
.
priceType
=
priceType
;
}
public
String
getGoodsStandards
()
{
return
goodsStandards
;
}
public
void
setGoodsStandards
(
String
goodsStandards
)
{
this
.
goodsStandards
=
goodsStandards
;
}
public
String
getDataStatus
()
{
return
dataStatus
;
}
public
void
setDataStatus
(
String
dataStatus
)
{
this
.
dataStatus
=
dataStatus
;
}
public
String
getAuditStatus
()
{
return
auditStatus
;
}
public
void
setAuditStatus
(
String
auditStatus
)
{
this
.
auditStatus
=
auditStatus
;
}
public
String
getCleanRule
()
{
return
cleanRule
;
}
public
void
setCleanRule
(
String
cleanRule
)
{
this
.
cleanRule
=
cleanRule
;
}
public
String
getRejectReason
()
{
return
rejectReason
;
}
public
void
setRejectReason
(
String
rejectReason
)
{
this
.
rejectReason
=
rejectReason
;
}
public
String
getAuditPerson
()
{
return
auditPerson
;
}
public
void
setAuditPerson
(
String
auditPerson
)
{
this
.
auditPerson
=
auditPerson
;
}
public
Date
getAuditTimeStart
()
{
return
auditTimeStart
;
}
public
void
setAuditTimeStart
(
Date
auditTimeStart
)
{
this
.
auditTimeStart
=
auditTimeStart
;
}
public
Date
getAuditTimeEnd
()
{
return
auditTimeEnd
;
}
public
void
setAuditTimeEnd
(
Date
auditTimeEnd
)
{
this
.
auditTimeEnd
=
auditTimeEnd
;
}
public
Date
getCreTimeStart
()
{
return
creTimeStart
;
}
public
void
setCreTimeStart
(
Date
creTimeStart
)
{
this
.
creTimeStart
=
creTimeStart
;
}
public
Date
getCreTimeEnd
()
{
return
creTimeEnd
;
}
public
void
setCreTimeEnd
(
Date
creTimeEnd
)
{
this
.
creTimeEnd
=
creTimeEnd
;
}
public
String
getCrePerson
()
{
return
crePerson
;
}
public
void
setCrePerson
(
String
crePerson
)
{
this
.
crePerson
=
crePerson
;
}
public
Date
getUptTimeStart
()
{
return
uptTimeStart
;
}
public
void
setUptTimeStart
(
Date
uptTimeStart
)
{
this
.
uptTimeStart
=
uptTimeStart
;
}
public
Date
getUptTimeEnd
()
{
return
uptTimeEnd
;
}
public
void
setUptTimeEnd
(
Date
uptTimeEnd
)
{
this
.
uptTimeEnd
=
uptTimeEnd
;
}
public
String
getUptPerson
()
{
return
uptPerson
;
}
public
void
setUptPerson
(
String
uptPerson
)
{
this
.
uptPerson
=
uptPerson
;
}
public
String
getDelFlag
()
{
return
delFlag
;
}
public
void
setDelFlag
(
String
delFlag
)
{
this
.
delFlag
=
delFlag
;
}
public
BigDecimal
getYearType
()
{
return
yearType
;
}
public
void
setYearType
(
BigDecimal
yearType
)
{
this
.
yearType
=
yearType
;
}
public
BigDecimal
getSeasonType
()
{
return
seasonType
;
}
public
void
setSeasonType
(
BigDecimal
seasonType
)
{
this
.
seasonType
=
seasonType
;
}
public
BigDecimal
getMonthType
()
{
return
monthType
;
}
public
void
setMonthType
(
BigDecimal
monthType
)
{
this
.
monthType
=
monthType
;
}
public
BigDecimal
getSecondType
()
{
return
secondType
;
}
public
void
setSecondType
(
BigDecimal
secondType
)
{
this
.
secondType
=
secondType
;
}
}
jz-dm-manage/src/main/java/com/jz/manage/moduls/controller/sys/LoginController.java
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
controller
.
sys
;
package
com
.
jz
.
manage
.
moduls
.
controller
.
sys
;
import
com.jz.common.entity.
sys.
SysUser
;
import
com.jz.common.entity.SysUser
;
import
com.jz.common.utils.Result
;
import
com.jz.common.utils.Result
;
import
com.jz.common.utils.StatusCode
;
import
com.jz.common.utils.StatusCode
;
import
com.jz.manage.moduls.controller.BaseController
;
import
com.jz.manage.moduls.controller.BaseController
;
import
com.jz.manage.moduls.service.SysUserService
;
import
com.jz.manage.moduls.service.SysUserService
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.web.bind.annotation.GetMapping
;
import
org.springframework.web.bind.annotation.*
;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
org.springframework.web.bind.annotation.RestController
;
@RestController
@RestController
@RequestMapping
(
"/sys"
)
@RequestMapping
(
"/sys"
)
...
@@ -36,6 +34,18 @@ public class LoginController extends BaseController {
...
@@ -36,6 +34,18 @@ public class LoginController extends BaseController {
return
new
Result
<>(
false
,
"用户名或密码错误!"
,
StatusCode
.
ERROR
);
return
new
Result
<>(
false
,
"用户名或密码错误!"
,
StatusCode
.
ERROR
);
}
}
// /**
// * 手机号码校验
// * @param paramMap
// * @param res
// * @return
// */
// @PostMapping(value = "/check")
// public Result loginCheck(@RequestBody Map<String, String> paramMap, HttpServletResponse res) {
// // 获取手机号码
// String telephone = paramMap.get("telephone");
//
// }
/*@ApiOperation("登录接口")
/*@ApiOperation("登录接口")
@RequestMapping(value = "/login", method = RequestMethod.POST)
@RequestMapping(value = "/login", method = RequestMethod.POST)
public Result<JSONObject> login(@RequestBody SysUser sysUser, HttpServletRequest request) throws Exception {
public Result<JSONObject> login(@RequestBody SysUser sysUser, HttpServletRequest request) throws Exception {
...
...
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/AuditRecord.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* 审核记录(TAuditRecord)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:29
*/
@TableName
(
"t_audit_record"
)
@ApiModel
public
class
AuditRecord
implements
Serializable
{
private
static
final
long
serialVersionUID
=
747782852655865930L
;
/**
* 主键
*/
private
Long
auditRecord
;
/**
* 实例id
*/
private
String
exampleId
;
/**
* 驳回原因
*/
private
String
rejectReason
;
/**
* 审核类型:01企业审核,02数据审核,03需求审核
*/
private
String
auditType
;
/**
* 创建人
*/
private
String
creTime
;
/**
* 创建时间
*/
private
Date
crePerson
;
/**
* 删除标识
*/
private
String
delFlag
;
public
Long
getAuditRecord
()
{
return
auditRecord
;
}
public
void
setAuditRecord
(
Long
auditRecord
)
{
this
.
auditRecord
=
auditRecord
;
}
public
String
getExampleId
()
{
return
exampleId
;
}
public
void
setExampleId
(
String
exampleId
)
{
this
.
exampleId
=
exampleId
;
}
public
String
getRejectReason
()
{
return
rejectReason
;
}
public
void
setRejectReason
(
String
rejectReason
)
{
this
.
rejectReason
=
rejectReason
;
}
public
String
getAuditType
()
{
return
auditType
;
}
public
void
setAuditType
(
String
auditType
)
{
this
.
auditType
=
auditType
;
}
public
String
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
String
creTime
)
{
this
.
creTime
=
creTime
;
}
public
Date
getCrePerson
()
{
return
crePerson
;
}
public
void
setCrePerson
(
Date
crePerson
)
{
this
.
crePerson
=
crePerson
;
}
public
String
getDelFlag
()
{
return
delFlag
;
}
public
void
setDelFlag
(
String
delFlag
)
{
this
.
delFlag
=
delFlag
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/DataGoods.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* 数据商品(TDataGoods)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:30
*/
@TableName
(
"t_data_goods"
)
@ApiModel
public
class
DataGoods
implements
Serializable
{
private
static
final
long
serialVersionUID
=
938517475031285541L
;
/**
* 数据商品id
*/
private
Long
dataGoodsId
;
/**
* 商品分类id(行业)
*/
private
Long
categoryId
;
/**
* 数据商户id
*/
private
Long
userId
;
/**
* 数据商品名称
*/
private
String
dataName
;
/**
* 数据类型:01api,02数据包
*/
private
String
dataType
;
/**
* 数据商品标签
*/
private
String
dataLabel
;
/**
* 数据商品图片
*/
private
String
dataPicture
;
/**
* 数据商品价格
*/
private
Double
dataPrice
;
/**
* 优惠价格
*/
private
Double
discountPrice
;
/**
* 价格类型:01免费,02收费
*/
private
String
priceType
;
/**
* 商品规格
*/
private
String
goodsStandards
;
/**
* 数据状态:01预售,02在售中,03下架,04上架
*/
private
String
dataStatus
;
/**
* 审核状态:01待审核,02已审核,03未通过
*/
private
String
auditStatus
;
/**
* 清洗规则(脱敏校验)
*/
private
String
cleanRule
;
/**
* 驳回原因
*/
private
String
rejectReason
;
/**
* 审核人
*/
private
String
auditPerson
;
/**
* 审核时间
*/
private
Date
auditTime
;
/**
* 创建时间
*/
private
Date
creTime
;
/**
* 创建人
*/
private
String
crePerson
;
/**
* 更新时间
*/
private
Date
uptTime
;
/**
* 更新人
*/
private
String
uptPerson
;
/**
* 删除标识
*/
private
String
delFlag
;
/**
* 年(元)
*/
private
Double
yearType
;
/**
* 季(元)
*/
private
Double
seasonType
;
/**
* 月(元)
*/
private
Double
monthType
;
/**
* 次(元)
*/
private
Double
secondType
;
public
Long
getDataGoodsId
()
{
return
dataGoodsId
;
}
public
void
setDataGoodsId
(
Long
dataGoodsId
)
{
this
.
dataGoodsId
=
dataGoodsId
;
}
public
Long
getCategoryId
()
{
return
categoryId
;
}
public
void
setCategoryId
(
Long
categoryId
)
{
this
.
categoryId
=
categoryId
;
}
public
Long
getUserId
()
{
return
userId
;
}
public
void
setUserId
(
Long
userId
)
{
this
.
userId
=
userId
;
}
public
String
getDataName
()
{
return
dataName
;
}
public
void
setDataName
(
String
dataName
)
{
this
.
dataName
=
dataName
;
}
public
String
getDataType
()
{
return
dataType
;
}
public
void
setDataType
(
String
dataType
)
{
this
.
dataType
=
dataType
;
}
public
String
getDataLabel
()
{
return
dataLabel
;
}
public
void
setDataLabel
(
String
dataLabel
)
{
this
.
dataLabel
=
dataLabel
;
}
public
String
getDataPicture
()
{
return
dataPicture
;
}
public
void
setDataPicture
(
String
dataPicture
)
{
this
.
dataPicture
=
dataPicture
;
}
public
Double
getDataPrice
()
{
return
dataPrice
;
}
public
void
setDataPrice
(
Double
dataPrice
)
{
this
.
dataPrice
=
dataPrice
;
}
public
Double
getDiscountPrice
()
{
return
discountPrice
;
}
public
void
setDiscountPrice
(
Double
discountPrice
)
{
this
.
discountPrice
=
discountPrice
;
}
public
String
getPriceType
()
{
return
priceType
;
}
public
void
setPriceType
(
String
priceType
)
{
this
.
priceType
=
priceType
;
}
public
String
getGoodsStandards
()
{
return
goodsStandards
;
}
public
void
setGoodsStandards
(
String
goodsStandards
)
{
this
.
goodsStandards
=
goodsStandards
;
}
public
String
getDataStatus
()
{
return
dataStatus
;
}
public
void
setDataStatus
(
String
dataStatus
)
{
this
.
dataStatus
=
dataStatus
;
}
public
String
getAuditStatus
()
{
return
auditStatus
;
}
public
void
setAuditStatus
(
String
auditStatus
)
{
this
.
auditStatus
=
auditStatus
;
}
public
String
getCleanRule
()
{
return
cleanRule
;
}
public
void
setCleanRule
(
String
cleanRule
)
{
this
.
cleanRule
=
cleanRule
;
}
public
String
getRejectReason
()
{
return
rejectReason
;
}
public
void
setRejectReason
(
String
rejectReason
)
{
this
.
rejectReason
=
rejectReason
;
}
public
String
getAuditPerson
()
{
return
auditPerson
;
}
public
void
setAuditPerson
(
String
auditPerson
)
{
this
.
auditPerson
=
auditPerson
;
}
public
Date
getAuditTime
()
{
return
auditTime
;
}
public
void
setAuditTime
(
Date
auditTime
)
{
this
.
auditTime
=
auditTime
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
public
String
getCrePerson
()
{
return
crePerson
;
}
public
void
setCrePerson
(
String
crePerson
)
{
this
.
crePerson
=
crePerson
;
}
public
Date
getUptTime
()
{
return
uptTime
;
}
public
void
setUptTime
(
Date
uptTime
)
{
this
.
uptTime
=
uptTime
;
}
public
String
getUptPerson
()
{
return
uptPerson
;
}
public
void
setUptPerson
(
String
uptPerson
)
{
this
.
uptPerson
=
uptPerson
;
}
public
String
getDelFlag
()
{
return
delFlag
;
}
public
void
setDelFlag
(
String
delFlag
)
{
this
.
delFlag
=
delFlag
;
}
public
Double
getYearType
()
{
return
yearType
;
}
public
void
setYearType
(
Double
yearType
)
{
this
.
yearType
=
yearType
;
}
public
Double
getSeasonType
()
{
return
seasonType
;
}
public
void
setSeasonType
(
Double
seasonType
)
{
this
.
seasonType
=
seasonType
;
}
public
Double
getMonthType
()
{
return
monthType
;
}
public
void
setMonthType
(
Double
monthType
)
{
this
.
monthType
=
monthType
;
}
public
Double
getSecondType
()
{
return
secondType
;
}
public
void
setSecondType
(
Double
secondType
)
{
this
.
secondType
=
secondType
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/DataGoodsApi.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* api商品(DataGoodsApi)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:31
*/
@TableName
(
"t_data_goods_api"
)
@ApiModel
public
class
DataGoodsApi
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
14346819849726413L
;
/**
* api商品id
*/
private
Long
goodsApi
;
/**
* 数据id
*/
private
Long
dataGoodsId
;
/**
* api服务名称
*/
private
String
apiName
;
/**
* 请求类型(方式)
*/
private
String
requestType
;
/**
* api接口地址
*/
private
String
apiUrl
;
/**
* api接口方法
*/
private
String
apiMethod
;
/**
* api请求协议:http,https
*/
private
String
apiProtocl
;
/**
* api返回数据样例
*/
private
String
returnDataExample
;
/**
* api请求样例
*/
private
String
requestExample
;
/**
* 返回类型
*/
private
String
returnType
;
/**
* apikey
*/
private
String
apiKey
;
/**
* 创建时间
*/
private
Date
creTime
;
/**
* 创建人
*/
private
String
crePerson
;
/**
* 更新人
*/
private
String
uptPerson
;
/**
* 更新时间
*/
private
Date
uptTime
;
/**
* 删除标识
*/
private
String
delFlag
;
public
Long
getGoodsApi
()
{
return
goodsApi
;
}
public
void
setGoodsApi
(
Long
goodsApi
)
{
this
.
goodsApi
=
goodsApi
;
}
public
Long
getDataGoodsId
()
{
return
dataGoodsId
;
}
public
void
setDataGoodsId
(
Long
dataGoodsId
)
{
this
.
dataGoodsId
=
dataGoodsId
;
}
public
String
getApiName
()
{
return
apiName
;
}
public
void
setApiName
(
String
apiName
)
{
this
.
apiName
=
apiName
;
}
public
String
getRequestType
()
{
return
requestType
;
}
public
void
setRequestType
(
String
requestType
)
{
this
.
requestType
=
requestType
;
}
public
String
getApiUrl
()
{
return
apiUrl
;
}
public
void
setApiUrl
(
String
apiUrl
)
{
this
.
apiUrl
=
apiUrl
;
}
public
String
getApiMethod
()
{
return
apiMethod
;
}
public
void
setApiMethod
(
String
apiMethod
)
{
this
.
apiMethod
=
apiMethod
;
}
public
String
getApiProtocl
()
{
return
apiProtocl
;
}
public
void
setApiProtocl
(
String
apiProtocl
)
{
this
.
apiProtocl
=
apiProtocl
;
}
public
String
getReturnDataExample
()
{
return
returnDataExample
;
}
public
void
setReturnDataExample
(
String
returnDataExample
)
{
this
.
returnDataExample
=
returnDataExample
;
}
public
String
getRequestExample
()
{
return
requestExample
;
}
public
void
setRequestExample
(
String
requestExample
)
{
this
.
requestExample
=
requestExample
;
}
public
String
getReturnType
()
{
return
returnType
;
}
public
void
setReturnType
(
String
returnType
)
{
this
.
returnType
=
returnType
;
}
public
String
getApiKey
()
{
return
apiKey
;
}
public
void
setApiKey
(
String
apiKey
)
{
this
.
apiKey
=
apiKey
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
public
String
getCrePerson
()
{
return
crePerson
;
}
public
void
setCrePerson
(
String
crePerson
)
{
this
.
crePerson
=
crePerson
;
}
public
String
getUptPerson
()
{
return
uptPerson
;
}
public
void
setUptPerson
(
String
uptPerson
)
{
this
.
uptPerson
=
uptPerson
;
}
public
Date
getUptTime
()
{
return
uptTime
;
}
public
void
setUptTime
(
Date
uptTime
)
{
this
.
uptTime
=
uptTime
;
}
public
String
getDelFlag
()
{
return
delFlag
;
}
public
void
setDelFlag
(
String
delFlag
)
{
this
.
delFlag
=
delFlag
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/DataGoodsApiParams.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* api商品参数配置(TDataGoodsApiParams)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:31
*/
@TableName
(
"t_data_goods_api_params"
)
@ApiModel
public
class
DataGoodsApiParams
implements
Serializable
{
private
static
final
long
serialVersionUID
=
944366688061324185L
;
/**
* api参数id
*/
private
Long
apiParamsId
;
/**
* api商品id
*/
private
Long
goodsApi
;
/**
* 参数分类:01公共参数,02请求参数,03响应参数,04请求头参数,05状态码参数
*/
private
String
paramsDiff
;
/**
* 参数名称
*/
private
String
paramsName
;
/**
* 参数类型
*/
private
String
paramsType
;
/**
* 参数描述
*/
private
String
paramsDesc
;
/**
* 默认值
*/
private
String
defaultValue
;
/**
* 备注
*/
private
String
remark
;
/**
* 是否必选:Y是,N否
*/
private
String
ifRequird
;
/**
* 删除标识:Y是,N否
*/
private
String
delFlag
;
/**
* 创建时间
*/
private
Date
creTime
;
/**
* 更新时间
*/
private
Date
uptTime
;
public
Long
getApiParamsId
()
{
return
apiParamsId
;
}
public
void
setApiParamsId
(
Long
apiParamsId
)
{
this
.
apiParamsId
=
apiParamsId
;
}
public
Long
getGoodsApi
()
{
return
goodsApi
;
}
public
void
setGoodsApi
(
Long
goodsApi
)
{
this
.
goodsApi
=
goodsApi
;
}
public
String
getParamsDiff
()
{
return
paramsDiff
;
}
public
void
setParamsDiff
(
String
paramsDiff
)
{
this
.
paramsDiff
=
paramsDiff
;
}
public
String
getParamsName
()
{
return
paramsName
;
}
public
void
setParamsName
(
String
paramsName
)
{
this
.
paramsName
=
paramsName
;
}
public
String
getParamsType
()
{
return
paramsType
;
}
public
void
setParamsType
(
String
paramsType
)
{
this
.
paramsType
=
paramsType
;
}
public
String
getParamsDesc
()
{
return
paramsDesc
;
}
public
void
setParamsDesc
(
String
paramsDesc
)
{
this
.
paramsDesc
=
paramsDesc
;
}
public
String
getDefaultValue
()
{
return
defaultValue
;
}
public
void
setDefaultValue
(
String
defaultValue
)
{
this
.
defaultValue
=
defaultValue
;
}
public
String
getRemark
()
{
return
remark
;
}
public
void
setRemark
(
String
remark
)
{
this
.
remark
=
remark
;
}
public
String
getIfRequird
()
{
return
ifRequird
;
}
public
void
setIfRequird
(
String
ifRequird
)
{
this
.
ifRequird
=
ifRequird
;
}
public
String
getDelFlag
()
{
return
delFlag
;
}
public
void
setDelFlag
(
String
delFlag
)
{
this
.
delFlag
=
delFlag
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
public
Date
getUptTime
()
{
return
uptTime
;
}
public
void
setUptTime
(
Date
uptTime
)
{
this
.
uptTime
=
uptTime
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/DataGoodsCategory.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* 数据商品分类(行业)(TDataGoodsCategory)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:32
*/
@TableName
(
"t_data_goods_category"
)
@ApiModel
public
class
DataGoodsCategory
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
54881838919746328L
;
/**
* 商品分类id
*/
private
Long
categoryId
;
/**
* 分类名称
*/
private
String
categoryName
;
/**
* 父级分类id
*/
private
Long
parentId
;
/**
* 是否为子节点:Y是,N否
*/
private
String
ifChild
;
/**
* 创建时间
*/
private
Date
creTime
;
/**
* 更新时间
*/
private
Date
uptTime
;
private
String
delFlag
;
public
Long
getCategoryId
()
{
return
categoryId
;
}
public
void
setCategoryId
(
Long
categoryId
)
{
this
.
categoryId
=
categoryId
;
}
public
String
getCategoryName
()
{
return
categoryName
;
}
public
void
setCategoryName
(
String
categoryName
)
{
this
.
categoryName
=
categoryName
;
}
public
Long
getParentId
()
{
return
parentId
;
}
public
void
setParentId
(
Long
parentId
)
{
this
.
parentId
=
parentId
;
}
public
String
getIfChild
()
{
return
ifChild
;
}
public
void
setIfChild
(
String
ifChild
)
{
this
.
ifChild
=
ifChild
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
public
Date
getUptTime
()
{
return
uptTime
;
}
public
void
setUptTime
(
Date
uptTime
)
{
this
.
uptTime
=
uptTime
;
}
public
String
getDelFlag
()
{
return
delFlag
;
}
public
void
setDelFlag
(
String
delFlag
)
{
this
.
delFlag
=
delFlag
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/DataGoodsPack.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* 数据包商品(TDataGoodsPack)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:32
*/
@TableName
(
"t_data_goods_pack"
)
@ApiModel
public
class
DataGoodsPack
implements
Serializable
{
private
static
final
long
serialVersionUID
=
974042077669049846L
;
/**
* 数据包id
*/
private
Long
goodsPackId
;
/**
* 数据id
*/
private
Long
dataGoodsId
;
/**
* 数据包名称
*/
private
String
packName
;
/**
* 数据包存储路径
*/
private
String
packUrl
;
/**
* 创建时间
*/
private
Date
creTime
;
/**
* 创建人
*/
private
String
crePerson
;
/**
* 更新时间
*/
private
Date
uptTime
;
/**
* 更新人
*/
private
String
uptPerson
;
/**
* 删除标识
*/
private
String
delFlag
;
public
Long
getGoodsPackId
()
{
return
goodsPackId
;
}
public
void
setGoodsPackId
(
Long
goodsPackId
)
{
this
.
goodsPackId
=
goodsPackId
;
}
public
Long
getDataGoodsId
()
{
return
dataGoodsId
;
}
public
void
setDataGoodsId
(
Long
dataGoodsId
)
{
this
.
dataGoodsId
=
dataGoodsId
;
}
public
String
getPackName
()
{
return
packName
;
}
public
void
setPackName
(
String
packName
)
{
this
.
packName
=
packName
;
}
public
String
getPackUrl
()
{
return
packUrl
;
}
public
void
setPackUrl
(
String
packUrl
)
{
this
.
packUrl
=
packUrl
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
public
String
getCrePerson
()
{
return
crePerson
;
}
public
void
setCrePerson
(
String
crePerson
)
{
this
.
crePerson
=
crePerson
;
}
public
Date
getUptTime
()
{
return
uptTime
;
}
public
void
setUptTime
(
Date
uptTime
)
{
this
.
uptTime
=
uptTime
;
}
public
String
getUptPerson
()
{
return
uptPerson
;
}
public
void
setUptPerson
(
String
uptPerson
)
{
this
.
uptPerson
=
uptPerson
;
}
public
String
getDelFlag
()
{
return
delFlag
;
}
public
void
setDelFlag
(
String
delFlag
)
{
this
.
delFlag
=
delFlag
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/DefinitionApi.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* 定义api(DefinitionApi)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:33
*/
@TableName
(
"t_definition_api"
)
@ApiModel
public
class
DefinitionApi
implements
Serializable
{
private
static
final
long
serialVersionUID
=
816553116583412022L
;
/**
* 定义api接口id
*/
private
Long
definitionApiId
;
/**
* 应用名称
*/
private
String
applyApiName
;
/**
* api_id
*/
private
String
applyApiId
;
/**
* 接口描述
*/
private
String
interfaceDesc
;
/**
* 版本号
*/
private
String
versionNumber
;
/**
* 加密方式
*/
private
String
encryMode
;
/**
* 传输方式
*/
private
String
transMode
;
/**
* 正式地址
*/
private
String
formalAddress
;
/**
* 超时时间
*/
private
Date
overTime
;
/**
* 功能
*/
private
String
apiFunction
;
/**
* 请求方式
*/
private
String
requestType
;
/**
* 每单接口调用频率
*/
private
String
oneCallFrequency
;
/**
* 整个接口的调用频率
*/
private
String
allCallFrequency
;
/**
* 客户请求token
*/
private
String
requestToken
;
/**
* 盐值
*/
private
String
saltValue
;
/**
* 处理状态:01待处理,02ETL处理中,03ETL处理完成,04接口生成完成
*/
private
String
handleStatus
;
/**
* 处理结果:成功/失败码
*/
private
String
handleResult
;
/**
* 创建时间
*/
private
Date
creTime
;
public
Long
getDefinitionApiId
()
{
return
definitionApiId
;
}
public
void
setDefinitionApiId
(
Long
definitionApiId
)
{
this
.
definitionApiId
=
definitionApiId
;
}
public
String
getApplyApiName
()
{
return
applyApiName
;
}
public
void
setApplyApiName
(
String
applyApiName
)
{
this
.
applyApiName
=
applyApiName
;
}
public
String
getApplyApiId
()
{
return
applyApiId
;
}
public
void
setApplyApiId
(
String
applyApiId
)
{
this
.
applyApiId
=
applyApiId
;
}
public
String
getInterfaceDesc
()
{
return
interfaceDesc
;
}
public
void
setInterfaceDesc
(
String
interfaceDesc
)
{
this
.
interfaceDesc
=
interfaceDesc
;
}
public
String
getVersionNumber
()
{
return
versionNumber
;
}
public
void
setVersionNumber
(
String
versionNumber
)
{
this
.
versionNumber
=
versionNumber
;
}
public
String
getEncryMode
()
{
return
encryMode
;
}
public
void
setEncryMode
(
String
encryMode
)
{
this
.
encryMode
=
encryMode
;
}
public
String
getTransMode
()
{
return
transMode
;
}
public
void
setTransMode
(
String
transMode
)
{
this
.
transMode
=
transMode
;
}
public
String
getFormalAddress
()
{
return
formalAddress
;
}
public
void
setFormalAddress
(
String
formalAddress
)
{
this
.
formalAddress
=
formalAddress
;
}
public
Date
getOverTime
()
{
return
overTime
;
}
public
void
setOverTime
(
Date
overTime
)
{
this
.
overTime
=
overTime
;
}
public
String
getApiFunction
()
{
return
apiFunction
;
}
public
void
setApiFunction
(
String
apiFunction
)
{
this
.
apiFunction
=
apiFunction
;
}
public
String
getRequestType
()
{
return
requestType
;
}
public
void
setRequestType
(
String
requestType
)
{
this
.
requestType
=
requestType
;
}
public
String
getOneCallFrequency
()
{
return
oneCallFrequency
;
}
public
void
setOneCallFrequency
(
String
oneCallFrequency
)
{
this
.
oneCallFrequency
=
oneCallFrequency
;
}
public
String
getAllCallFrequency
()
{
return
allCallFrequency
;
}
public
void
setAllCallFrequency
(
String
allCallFrequency
)
{
this
.
allCallFrequency
=
allCallFrequency
;
}
public
String
getRequestToken
()
{
return
requestToken
;
}
public
void
setRequestToken
(
String
requestToken
)
{
this
.
requestToken
=
requestToken
;
}
public
String
getSaltValue
()
{
return
saltValue
;
}
public
void
setSaltValue
(
String
saltValue
)
{
this
.
saltValue
=
saltValue
;
}
public
String
getHandleStatus
()
{
return
handleStatus
;
}
public
void
setHandleStatus
(
String
handleStatus
)
{
this
.
handleStatus
=
handleStatus
;
}
public
String
getHandleResult
()
{
return
handleResult
;
}
public
void
setHandleResult
(
String
handleResult
)
{
this
.
handleResult
=
handleResult
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/DefinitionApiParams.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* API参数表(DefinitionApiParams)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:33
*/
@TableName
(
"t_definition_api_params"
)
@ApiModel
public
class
DefinitionApiParams
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
53949033620241193L
;
/**
* api参数id
*/
private
Long
apiParamsId
;
/**
* 定义api接口id
*/
private
Long
definitionApiId
;
/**
* 参数名称
*/
private
String
paramsName
;
/**
* 字段
*/
private
String
fieldName
;
/**
* 类型
*/
private
String
fieldType
;
/**
* 示例值
*/
private
String
exampleValue
;
/**
* 默认值
*/
private
String
defaultValue
;
/**
* 是否必选
*/
private
String
ifChoose
;
/**
* 描述
*/
private
String
fieldDesc
;
/**
* 参数类型
*/
private
String
paramsType
;
/**
* 业务类型:01公共参数,02业务参数
*/
private
String
serviceType
;
/**
* 创建时间
*/
private
Date
creTime
;
public
Long
getApiParamsId
()
{
return
apiParamsId
;
}
public
void
setApiParamsId
(
Long
apiParamsId
)
{
this
.
apiParamsId
=
apiParamsId
;
}
public
Long
getDefinitionApiId
()
{
return
definitionApiId
;
}
public
void
setDefinitionApiId
(
Long
definitionApiId
)
{
this
.
definitionApiId
=
definitionApiId
;
}
public
String
getParamsName
()
{
return
paramsName
;
}
public
void
setParamsName
(
String
paramsName
)
{
this
.
paramsName
=
paramsName
;
}
public
String
getFieldName
()
{
return
fieldName
;
}
public
void
setFieldName
(
String
fieldName
)
{
this
.
fieldName
=
fieldName
;
}
public
String
getFieldType
()
{
return
fieldType
;
}
public
void
setFieldType
(
String
fieldType
)
{
this
.
fieldType
=
fieldType
;
}
public
String
getExampleValue
()
{
return
exampleValue
;
}
public
void
setExampleValue
(
String
exampleValue
)
{
this
.
exampleValue
=
exampleValue
;
}
public
String
getDefaultValue
()
{
return
defaultValue
;
}
public
void
setDefaultValue
(
String
defaultValue
)
{
this
.
defaultValue
=
defaultValue
;
}
public
String
getIfChoose
()
{
return
ifChoose
;
}
public
void
setIfChoose
(
String
ifChoose
)
{
this
.
ifChoose
=
ifChoose
;
}
public
String
getFieldDesc
()
{
return
fieldDesc
;
}
public
void
setFieldDesc
(
String
fieldDesc
)
{
this
.
fieldDesc
=
fieldDesc
;
}
public
String
getParamsType
()
{
return
paramsType
;
}
public
void
setParamsType
(
String
paramsType
)
{
this
.
paramsType
=
paramsType
;
}
public
String
getServiceType
()
{
return
serviceType
;
}
public
void
setServiceType
(
String
serviceType
)
{
this
.
serviceType
=
serviceType
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/Demand.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* 用户需求定制申请(Demand)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:34
*/
@TableName
(
"t_demand"
)
@ApiModel
public
class
Demand
implements
Serializable
{
private
static
final
long
serialVersionUID
=
119352065467540895L
;
/**
* 需求id
*/
private
Long
demandId
;
/**
* 用户id
*/
private
Long
customerId
;
/**
* 商品分类id(行业)
*/
private
Long
categoryId
;
/**
* 需求名称
*/
private
String
demandName
;
/**
* 需求描述
*/
private
String
demandDescribe
;
/**
* 数据类型:01api,02数据包
*/
private
Long
dataType
;
/**
* 发布时间
*/
private
Date
releaseTime
;
/**
* 审核状态:01待审核,02已审核,03未通过
*/
private
String
auditStatus
;
/**
* 审核人
*/
private
String
auditPerson
;
/**
* 审核时间
*/
private
Date
auditTime
;
/**
* 驳回原因
*/
private
String
rejectReason
;
/**
* 购买方式
*/
private
String
purchaseMethod
;
/**
* 创建人
*/
private
String
crePerson
;
/**
* 创建时间
*/
private
Date
creTime
;
/**
* 展示状态:01展示,02不展示
*/
private
String
ifShow
;
/**
* 删除标识:Y是,N否
*/
private
String
delFlag
;
public
Long
getDemandId
()
{
return
demandId
;
}
public
void
setDemandId
(
Long
demandId
)
{
this
.
demandId
=
demandId
;
}
public
Long
getCustomerId
()
{
return
customerId
;
}
public
void
setCustomerId
(
Long
customerId
)
{
this
.
customerId
=
customerId
;
}
public
Long
getCategoryId
()
{
return
categoryId
;
}
public
void
setCategoryId
(
Long
categoryId
)
{
this
.
categoryId
=
categoryId
;
}
public
String
getDemandName
()
{
return
demandName
;
}
public
void
setDemandName
(
String
demandName
)
{
this
.
demandName
=
demandName
;
}
public
String
getDemandDescribe
()
{
return
demandDescribe
;
}
public
void
setDemandDescribe
(
String
demandDescribe
)
{
this
.
demandDescribe
=
demandDescribe
;
}
public
Long
getDataType
()
{
return
dataType
;
}
public
void
setDataType
(
Long
dataType
)
{
this
.
dataType
=
dataType
;
}
public
Date
getReleaseTime
()
{
return
releaseTime
;
}
public
void
setReleaseTime
(
Date
releaseTime
)
{
this
.
releaseTime
=
releaseTime
;
}
public
String
getAuditStatus
()
{
return
auditStatus
;
}
public
void
setAuditStatus
(
String
auditStatus
)
{
this
.
auditStatus
=
auditStatus
;
}
public
String
getAuditPerson
()
{
return
auditPerson
;
}
public
void
setAuditPerson
(
String
auditPerson
)
{
this
.
auditPerson
=
auditPerson
;
}
public
Date
getAuditTime
()
{
return
auditTime
;
}
public
void
setAuditTime
(
Date
auditTime
)
{
this
.
auditTime
=
auditTime
;
}
public
String
getRejectReason
()
{
return
rejectReason
;
}
public
void
setRejectReason
(
String
rejectReason
)
{
this
.
rejectReason
=
rejectReason
;
}
public
String
getPurchaseMethod
()
{
return
purchaseMethod
;
}
public
void
setPurchaseMethod
(
String
purchaseMethod
)
{
this
.
purchaseMethod
=
purchaseMethod
;
}
public
String
getCrePerson
()
{
return
crePerson
;
}
public
void
setCrePerson
(
String
crePerson
)
{
this
.
crePerson
=
crePerson
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
public
String
getIfShow
()
{
return
ifShow
;
}
public
void
setIfShow
(
String
ifShow
)
{
this
.
ifShow
=
ifShow
;
}
public
String
getDelFlag
()
{
return
delFlag
;
}
public
void
setDelFlag
(
String
delFlag
)
{
this
.
delFlag
=
delFlag
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/Department.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* 企业(TDepartment)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:34
*/
@TableName
(
"t_department"
)
@ApiModel
public
class
Department
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
86955761674824098L
;
/**
* 企业id
*/
private
Long
departmentId
;
/**
* 企业名称
*/
private
String
departmentName
;
/**
* 法人代表
*/
private
String
legalRepresentative
;
/**
* 省份
*/
private
String
province
;
/**
* 城市
*/
private
String
city
;
/**
* 行业
*/
private
String
industry
;
/**
* 联系电话
*/
private
String
telephone
;
/**
* 注册地址
*/
private
String
registeredAddress
;
/**
* 区域编码
*/
private
Object
zoneCode
;
/**
* 企业照片
*/
private
String
departPicture
;
/**
* 营业执照
*/
private
String
businessLicense
;
/**
* 税务登记
*/
private
String
taxRegistration
;
/**
* 企业照片(代码)到期时间
*/
private
Date
departPictureTime
;
/**
* 营业执照到期时间
*/
private
Date
businessLicenseTime
;
/**
* 税务登记到期时间
*/
private
Date
taxRegistrationTime
;
/**
* 统一社会信用代码
*/
private
String
unifiedCreditCode
;
/**
* 开户行名称
*/
private
String
bankName
;
/**
* 银行卡号
*/
private
String
bankCardNumber
;
/**
* 开户行地址
*/
private
String
bankAddress
;
/**
* 开户行号
*/
private
String
bankNo
;
/**
* 审核状态:01待审核,02已审核,03未通过
*/
private
String
auditStatus
;
/**
* 驳回原因
*/
private
String
rejectReason
;
/**
* 审核人
*/
private
String
auditPerson
;
/**
* 审核时间
*/
private
Date
auditTime
;
/**
* 创建时间
*/
private
Date
creTime
;
/**
* 创建人
*/
private
String
crePerson
;
/**
* 更新时间
*/
private
Date
uptTime
;
/**
* 更新人
*/
private
String
uptPerson
;
/**
* 删除标识
*/
private
String
delFlag
;
public
Long
getDepartmentId
()
{
return
departmentId
;
}
public
void
setDepartmentId
(
Long
departmentId
)
{
this
.
departmentId
=
departmentId
;
}
public
String
getDepartmentName
()
{
return
departmentName
;
}
public
void
setDepartmentName
(
String
departmentName
)
{
this
.
departmentName
=
departmentName
;
}
public
String
getLegalRepresentative
()
{
return
legalRepresentative
;
}
public
void
setLegalRepresentative
(
String
legalRepresentative
)
{
this
.
legalRepresentative
=
legalRepresentative
;
}
public
String
getProvince
()
{
return
province
;
}
public
void
setProvince
(
String
province
)
{
this
.
province
=
province
;
}
public
String
getCity
()
{
return
city
;
}
public
void
setCity
(
String
city
)
{
this
.
city
=
city
;
}
public
String
getIndustry
()
{
return
industry
;
}
public
void
setIndustry
(
String
industry
)
{
this
.
industry
=
industry
;
}
public
String
getTelephone
()
{
return
telephone
;
}
public
void
setTelephone
(
String
telephone
)
{
this
.
telephone
=
telephone
;
}
public
String
getRegisteredAddress
()
{
return
registeredAddress
;
}
public
void
setRegisteredAddress
(
String
registeredAddress
)
{
this
.
registeredAddress
=
registeredAddress
;
}
public
Object
getZoneCode
()
{
return
zoneCode
;
}
public
void
setZoneCode
(
Object
zoneCode
)
{
this
.
zoneCode
=
zoneCode
;
}
public
String
getDepartPicture
()
{
return
departPicture
;
}
public
void
setDepartPicture
(
String
departPicture
)
{
this
.
departPicture
=
departPicture
;
}
public
String
getBusinessLicense
()
{
return
businessLicense
;
}
public
void
setBusinessLicense
(
String
businessLicense
)
{
this
.
businessLicense
=
businessLicense
;
}
public
String
getTaxRegistration
()
{
return
taxRegistration
;
}
public
void
setTaxRegistration
(
String
taxRegistration
)
{
this
.
taxRegistration
=
taxRegistration
;
}
public
Date
getDepartPictureTime
()
{
return
departPictureTime
;
}
public
void
setDepartPictureTime
(
Date
departPictureTime
)
{
this
.
departPictureTime
=
departPictureTime
;
}
public
Date
getBusinessLicenseTime
()
{
return
businessLicenseTime
;
}
public
void
setBusinessLicenseTime
(
Date
businessLicenseTime
)
{
this
.
businessLicenseTime
=
businessLicenseTime
;
}
public
Date
getTaxRegistrationTime
()
{
return
taxRegistrationTime
;
}
public
void
setTaxRegistrationTime
(
Date
taxRegistrationTime
)
{
this
.
taxRegistrationTime
=
taxRegistrationTime
;
}
public
String
getUnifiedCreditCode
()
{
return
unifiedCreditCode
;
}
public
void
setUnifiedCreditCode
(
String
unifiedCreditCode
)
{
this
.
unifiedCreditCode
=
unifiedCreditCode
;
}
public
String
getBankName
()
{
return
bankName
;
}
public
void
setBankName
(
String
bankName
)
{
this
.
bankName
=
bankName
;
}
public
String
getBankCardNumber
()
{
return
bankCardNumber
;
}
public
void
setBankCardNumber
(
String
bankCardNumber
)
{
this
.
bankCardNumber
=
bankCardNumber
;
}
public
String
getBankAddress
()
{
return
bankAddress
;
}
public
void
setBankAddress
(
String
bankAddress
)
{
this
.
bankAddress
=
bankAddress
;
}
public
String
getBankNo
()
{
return
bankNo
;
}
public
void
setBankNo
(
String
bankNo
)
{
this
.
bankNo
=
bankNo
;
}
public
String
getAuditStatus
()
{
return
auditStatus
;
}
public
void
setAuditStatus
(
String
auditStatus
)
{
this
.
auditStatus
=
auditStatus
;
}
public
String
getRejectReason
()
{
return
rejectReason
;
}
public
void
setRejectReason
(
String
rejectReason
)
{
this
.
rejectReason
=
rejectReason
;
}
public
String
getAuditPerson
()
{
return
auditPerson
;
}
public
void
setAuditPerson
(
String
auditPerson
)
{
this
.
auditPerson
=
auditPerson
;
}
public
Date
getAuditTime
()
{
return
auditTime
;
}
public
void
setAuditTime
(
Date
auditTime
)
{
this
.
auditTime
=
auditTime
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
public
String
getCrePerson
()
{
return
crePerson
;
}
public
void
setCrePerson
(
String
crePerson
)
{
this
.
crePerson
=
crePerson
;
}
public
Date
getUptTime
()
{
return
uptTime
;
}
public
void
setUptTime
(
Date
uptTime
)
{
this
.
uptTime
=
uptTime
;
}
public
String
getUptPerson
()
{
return
uptPerson
;
}
public
void
setUptPerson
(
String
uptPerson
)
{
this
.
uptPerson
=
uptPerson
;
}
public
String
getDelFlag
()
{
return
delFlag
;
}
public
void
setDelFlag
(
String
delFlag
)
{
this
.
delFlag
=
delFlag
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/FileDeposit.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* 文件存入表
* (TFileDeposit)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:35
*/
@TableName
(
"t_file_deposit"
)
@ApiModel
public
class
FileDeposit
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
50582525275475551L
;
/**
* 文件存入id
*/
private
Long
fileDepositId
;
/**
* 文件名称
*/
private
String
fileName
;
/**
* 文件地址
*/
private
String
fileAddress
;
/**
* 文件格式
*/
private
String
fileFormat
;
/**
* 文件上传用户id
*/
private
String
uploadUserId
;
/**
* 创建时间
*/
private
Date
creTime
;
/**
* 备注
*/
private
String
remark
;
/**
* 更新时间
*/
private
Date
uptTime
;
public
Long
getFileDepositId
()
{
return
fileDepositId
;
}
public
void
setFileDepositId
(
Long
fileDepositId
)
{
this
.
fileDepositId
=
fileDepositId
;
}
public
String
getFileName
()
{
return
fileName
;
}
public
void
setFileName
(
String
fileName
)
{
this
.
fileName
=
fileName
;
}
public
String
getFileAddress
()
{
return
fileAddress
;
}
public
void
setFileAddress
(
String
fileAddress
)
{
this
.
fileAddress
=
fileAddress
;
}
public
String
getFileFormat
()
{
return
fileFormat
;
}
public
void
setFileFormat
(
String
fileFormat
)
{
this
.
fileFormat
=
fileFormat
;
}
public
String
getUploadUserId
()
{
return
uploadUserId
;
}
public
void
setUploadUserId
(
String
uploadUserId
)
{
this
.
uploadUserId
=
uploadUserId
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
public
String
getRemark
()
{
return
remark
;
}
public
void
setRemark
(
String
remark
)
{
this
.
remark
=
remark
;
}
public
Date
getUptTime
()
{
return
uptTime
;
}
public
void
setUptTime
(
Date
uptTime
)
{
this
.
uptTime
=
uptTime
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/FileHandleStatus.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* 文件处理状态表
* (TFileHandleStatus)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:36
*/
@TableName
(
"t_fileHandle_status"
)
@ApiModel
public
class
FileHandleStatus
implements
Serializable
{
private
static
final
long
serialVersionUID
=
846889670741643770L
;
/**
* 文件处理状态id
*/
private
Long
handleStatusId
;
/**
* 文件存入id
*/
private
Long
fileDeposit
;
/**
* 存入状态:01待处理,02处理中,03处理完成
*/
private
String
depositStatus
;
/**
* 存入状态结果码:成功、错误码
*/
private
String
depositStatusResult
;
/**
* 创建时间
*/
private
Date
creTime
;
public
Long
getHandleStatusId
()
{
return
handleStatusId
;
}
public
void
setHandleStatusId
(
Long
handleStatusId
)
{
this
.
handleStatusId
=
handleStatusId
;
}
public
Long
getFileDeposit
()
{
return
fileDeposit
;
}
public
void
setFileDeposit
(
Long
fileDeposit
)
{
this
.
fileDeposit
=
fileDeposit
;
}
public
String
getDepositStatus
()
{
return
depositStatus
;
}
public
void
setDepositStatus
(
String
depositStatus
)
{
this
.
depositStatus
=
depositStatus
;
}
public
String
getDepositStatusResult
()
{
return
depositStatusResult
;
}
public
void
setDepositStatusResult
(
String
depositStatusResult
)
{
this
.
depositStatusResult
=
depositStatusResult
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/FilePretreatmentStatus.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* 文件预处理状态表
* (TFilePretreatmentStatus)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:37
*/
@TableName
(
"t_file_pretreatment_status"
)
@ApiModel
public
class
FilePretreatmentStatus
implements
Serializable
{
private
static
final
long
serialVersionUID
=
990221007099254779L
;
/**
* 文件预处理状态id
*/
private
Long
pretreatmentStatusId
;
/**
* 文件存入id
*/
private
Long
fileDeposit
;
/**
* 文件预处理状态:01上传,02预处理中,03预处理完成
*/
private
String
pretreatmentStatus
;
/**
* 预处理结果状态码:成功、错误码
*/
private
String
pretreatmentStatusResult
;
/**
* 探查json
*/
private
String
exploreJson
;
/**
* 创建时间
*/
private
Date
creTime
;
public
Long
getPretreatmentStatusId
()
{
return
pretreatmentStatusId
;
}
public
void
setPretreatmentStatusId
(
Long
pretreatmentStatusId
)
{
this
.
pretreatmentStatusId
=
pretreatmentStatusId
;
}
public
Long
getFileDeposit
()
{
return
fileDeposit
;
}
public
void
setFileDeposit
(
Long
fileDeposit
)
{
this
.
fileDeposit
=
fileDeposit
;
}
public
String
getPretreatmentStatus
()
{
return
pretreatmentStatus
;
}
public
void
setPretreatmentStatus
(
String
pretreatmentStatus
)
{
this
.
pretreatmentStatus
=
pretreatmentStatus
;
}
public
String
getPretreatmentStatusResult
()
{
return
pretreatmentStatusResult
;
}
public
void
setPretreatmentStatusResult
(
String
pretreatmentStatusResult
)
{
this
.
pretreatmentStatusResult
=
pretreatmentStatusResult
;
}
public
String
getExploreJson
()
{
return
exploreJson
;
}
public
void
setExploreJson
(
String
exploreJson
)
{
this
.
exploreJson
=
exploreJson
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/FileSaveFieldInfo.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* 文件存入字段信息表
* (TFileSaveFieldInfo)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:37
*/
@TableName
(
"t_file_save_field_info"
)
@ApiModel
public
class
FileSaveFieldInfo
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
34603271687376756L
;
/**
* 文件存入字段信息id
*/
private
Long
saveInfoId
;
/**
* 文件存入id
*/
private
Long
fileDeposit
;
/**
* 字段名称
*/
private
String
fieldName
;
/**
* 字段类型
*/
private
String
fieldType
;
/**
* 修改字段名称
*/
private
String
modifyFieldName
;
/**
* 修改字段类型
*/
private
String
modifyFieldType
;
/**
* 备注
*/
private
String
remark
;
/**
* 是否主键:Y是,N否
*/
private
String
ifPrimary
;
/**
* 清洗规则
*/
private
String
cleanRule
;
/**
* 创建时间
*/
private
Date
creTime
;
public
Long
getSaveInfoId
()
{
return
saveInfoId
;
}
public
void
setSaveInfoId
(
Long
saveInfoId
)
{
this
.
saveInfoId
=
saveInfoId
;
}
public
Long
getFileDeposit
()
{
return
fileDeposit
;
}
public
void
setFileDeposit
(
Long
fileDeposit
)
{
this
.
fileDeposit
=
fileDeposit
;
}
public
String
getFieldName
()
{
return
fieldName
;
}
public
void
setFieldName
(
String
fieldName
)
{
this
.
fieldName
=
fieldName
;
}
public
String
getFieldType
()
{
return
fieldType
;
}
public
void
setFieldType
(
String
fieldType
)
{
this
.
fieldType
=
fieldType
;
}
public
String
getModifyFieldName
()
{
return
modifyFieldName
;
}
public
void
setModifyFieldName
(
String
modifyFieldName
)
{
this
.
modifyFieldName
=
modifyFieldName
;
}
public
String
getModifyFieldType
()
{
return
modifyFieldType
;
}
public
void
setModifyFieldType
(
String
modifyFieldType
)
{
this
.
modifyFieldType
=
modifyFieldType
;
}
public
String
getRemark
()
{
return
remark
;
}
public
void
setRemark
(
String
remark
)
{
this
.
remark
=
remark
;
}
public
String
getIfPrimary
()
{
return
ifPrimary
;
}
public
void
setIfPrimary
(
String
ifPrimary
)
{
this
.
ifPrimary
=
ifPrimary
;
}
public
String
getCleanRule
()
{
return
cleanRule
;
}
public
void
setCleanRule
(
String
cleanRule
)
{
this
.
cleanRule
=
cleanRule
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/FinanceCashOut.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* 提现申请(TFinanceCashOut)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:37
*/
@TableName
(
"t_finance_cash_out"
)
@ApiModel
public
class
FinanceCashOut
implements
Serializable
{
private
static
final
long
serialVersionUID
=
584623943576096734L
;
/**
* 提现id
*/
private
Long
cashOutId
;
/**
* 资产id
*/
private
Long
assetsId
;
/**
* 提现金额
*/
private
Double
cashOutMoney
;
/**
* 提现时间
*/
private
Date
cashOutTime
;
/**
* 审核时间
*/
private
Date
auditTime
;
/**
* 审核人
*/
private
String
auditPerson
;
/**
* 驳回原因
*/
private
String
rejectReason
;
/**
* 付款时间
*/
private
Date
payTime
;
/**
* 付款人
*/
private
String
payPerson
;
/**
* 备注
*/
private
String
remark
;
/**
* 审核状态:01待审核,02审核通过,03未通过
*/
private
String
auditStatus
;
/**
* 创建人
*/
private
String
crePerson
;
/**
* 创建时间
*/
private
Date
creTime
;
/**
* 删除标识
*/
private
String
delFlag
;
public
Long
getCashOutId
()
{
return
cashOutId
;
}
public
void
setCashOutId
(
Long
cashOutId
)
{
this
.
cashOutId
=
cashOutId
;
}
public
Long
getAssetsId
()
{
return
assetsId
;
}
public
void
setAssetsId
(
Long
assetsId
)
{
this
.
assetsId
=
assetsId
;
}
public
Double
getCashOutMoney
()
{
return
cashOutMoney
;
}
public
void
setCashOutMoney
(
Double
cashOutMoney
)
{
this
.
cashOutMoney
=
cashOutMoney
;
}
public
Date
getCashOutTime
()
{
return
cashOutTime
;
}
public
void
setCashOutTime
(
Date
cashOutTime
)
{
this
.
cashOutTime
=
cashOutTime
;
}
public
Date
getAuditTime
()
{
return
auditTime
;
}
public
void
setAuditTime
(
Date
auditTime
)
{
this
.
auditTime
=
auditTime
;
}
public
String
getAuditPerson
()
{
return
auditPerson
;
}
public
void
setAuditPerson
(
String
auditPerson
)
{
this
.
auditPerson
=
auditPerson
;
}
public
String
getRejectReason
()
{
return
rejectReason
;
}
public
void
setRejectReason
(
String
rejectReason
)
{
this
.
rejectReason
=
rejectReason
;
}
public
Date
getPayTime
()
{
return
payTime
;
}
public
void
setPayTime
(
Date
payTime
)
{
this
.
payTime
=
payTime
;
}
public
String
getPayPerson
()
{
return
payPerson
;
}
public
void
setPayPerson
(
String
payPerson
)
{
this
.
payPerson
=
payPerson
;
}
public
String
getRemark
()
{
return
remark
;
}
public
void
setRemark
(
String
remark
)
{
this
.
remark
=
remark
;
}
public
String
getAuditStatus
()
{
return
auditStatus
;
}
public
void
setAuditStatus
(
String
auditStatus
)
{
this
.
auditStatus
=
auditStatus
;
}
public
String
getCrePerson
()
{
return
crePerson
;
}
public
void
setCrePerson
(
String
crePerson
)
{
this
.
crePerson
=
crePerson
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
public
String
getDelFlag
()
{
return
delFlag
;
}
public
void
setDelFlag
(
String
delFlag
)
{
this
.
delFlag
=
delFlag
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/FinanceCustomerAssets.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* 商城企业客户资产(TFinanceCustomerAssets)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:38
*/
@TableName
(
"t_finance_customer_assets"
)
@ApiModel
public
class
FinanceCustomerAssets
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
86484762300825431L
;
/**
* 资产id
*/
private
Long
assetsId
;
/**
* 企业id
*/
private
Long
departmentId
;
/**
* 可用金额
*/
private
Double
useMoney
;
/**
* 冻结金额
*/
private
Double
frozenMoney
;
/**
* 总金额
*/
private
Double
totalMoney
;
/**
* 创建时间
*/
private
Date
creTime
;
/**
* 创建人
*/
private
String
crePerson
;
/**
* 更新时间
*/
private
Date
uptTime
;
/**
* 更新人
*/
private
String
uptPerson
;
/**
* 删除标识
*/
private
String
delFlag
;
public
Long
getAssetsId
()
{
return
assetsId
;
}
public
void
setAssetsId
(
Long
assetsId
)
{
this
.
assetsId
=
assetsId
;
}
public
Long
getDepartmentId
()
{
return
departmentId
;
}
public
void
setDepartmentId
(
Long
departmentId
)
{
this
.
departmentId
=
departmentId
;
}
public
Double
getUseMoney
()
{
return
useMoney
;
}
public
void
setUseMoney
(
Double
useMoney
)
{
this
.
useMoney
=
useMoney
;
}
public
Double
getFrozenMoney
()
{
return
frozenMoney
;
}
public
void
setFrozenMoney
(
Double
frozenMoney
)
{
this
.
frozenMoney
=
frozenMoney
;
}
public
Double
getTotalMoney
()
{
return
totalMoney
;
}
public
void
setTotalMoney
(
Double
totalMoney
)
{
this
.
totalMoney
=
totalMoney
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
public
String
getCrePerson
()
{
return
crePerson
;
}
public
void
setCrePerson
(
String
crePerson
)
{
this
.
crePerson
=
crePerson
;
}
public
Date
getUptTime
()
{
return
uptTime
;
}
public
void
setUptTime
(
Date
uptTime
)
{
this
.
uptTime
=
uptTime
;
}
public
String
getUptPerson
()
{
return
uptPerson
;
}
public
void
setUptPerson
(
String
uptPerson
)
{
this
.
uptPerson
=
uptPerson
;
}
public
String
getDelFlag
()
{
return
delFlag
;
}
public
void
setDelFlag
(
String
delFlag
)
{
this
.
delFlag
=
delFlag
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/FinanceCustomerBalance.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* 企业客户充值记录(TFinanceCustomerBalance)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:38
*/
@TableName
(
"t_finance_customer_balance"
)
@ApiModel
public
class
FinanceCustomerBalance
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
13102196689933511L
;
/**
* 充值id
*/
private
Long
customerBalanceId
;
/**
* 企业客户资产id
*/
private
Long
assetsId
;
/**
* 充值金额
*/
private
Double
balanceMoney
;
/**
* 备注
*/
private
String
remark
;
/**
* 创建时间
*/
private
Date
creTime
;
/**
* 创建人
*/
private
String
crePerson
;
/**
* 删除标识
*/
private
String
delFlag
;
/**
* 审核状态:01待审核,02审核通过,03未通过
*/
private
String
auditStatus
;
/**
* 审核意见
*/
private
String
rejectReason
;
public
Long
getCustomerBalanceId
()
{
return
customerBalanceId
;
}
public
void
setCustomerBalanceId
(
Long
customerBalanceId
)
{
this
.
customerBalanceId
=
customerBalanceId
;
}
public
Long
getAssetsId
()
{
return
assetsId
;
}
public
void
setAssetsId
(
Long
assetsId
)
{
this
.
assetsId
=
assetsId
;
}
public
Double
getBalanceMoney
()
{
return
balanceMoney
;
}
public
void
setBalanceMoney
(
Double
balanceMoney
)
{
this
.
balanceMoney
=
balanceMoney
;
}
public
String
getRemark
()
{
return
remark
;
}
public
void
setRemark
(
String
remark
)
{
this
.
remark
=
remark
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
public
String
getCrePerson
()
{
return
crePerson
;
}
public
void
setCrePerson
(
String
crePerson
)
{
this
.
crePerson
=
crePerson
;
}
public
String
getDelFlag
()
{
return
delFlag
;
}
public
void
setDelFlag
(
String
delFlag
)
{
this
.
delFlag
=
delFlag
;
}
public
String
getAuditStatus
()
{
return
auditStatus
;
}
public
void
setAuditStatus
(
String
auditStatus
)
{
this
.
auditStatus
=
auditStatus
;
}
public
String
getRejectReason
()
{
return
rejectReason
;
}
public
void
setRejectReason
(
String
rejectReason
)
{
this
.
rejectReason
=
rejectReason
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/FinanceTradeFlow.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* 企业客户交易流水(TFinanceTradeFlow)实体类
*
* @author makejava
* @since 2020-12-01 10:41:39
*/
@TableName
(
"t_finance_trade_flow"
)
@ApiModel
public
class
FinanceTradeFlow
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
55257582310832314L
;
/**
* 交易流水id
*/
private
Long
tradeFlowId
;
/**
* 订单id
*/
private
Long
orderId
;
/**
* 提现id
*/
private
Long
cashOutId
;
/**
* 充值id
*/
private
Long
customerBalanceId
;
/**
* 交易流水编号
*/
private
String
tradeFlowNumber
;
/**
* 交易流水金额
*/
private
Double
tradeMoney
;
/**
* 交易类型:01提现,02充值,03付款,04收款,05续费
*/
private
String
tradeType
;
/**
* 创建时间
*/
private
Date
creTime
;
/**
* 创建人
*/
private
String
crePerson
;
/**
* 删除标识
*/
private
String
delFlag
;
public
Long
getTradeFlowId
()
{
return
tradeFlowId
;
}
public
void
setTradeFlowId
(
Long
tradeFlowId
)
{
this
.
tradeFlowId
=
tradeFlowId
;
}
public
Long
getOrderId
()
{
return
orderId
;
}
public
void
setOrderId
(
Long
orderId
)
{
this
.
orderId
=
orderId
;
}
public
Long
getCashOutId
()
{
return
cashOutId
;
}
public
void
setCashOutId
(
Long
cashOutId
)
{
this
.
cashOutId
=
cashOutId
;
}
public
Long
getCustomerBalanceId
()
{
return
customerBalanceId
;
}
public
void
setCustomerBalanceId
(
Long
customerBalanceId
)
{
this
.
customerBalanceId
=
customerBalanceId
;
}
public
String
getTradeFlowNumber
()
{
return
tradeFlowNumber
;
}
public
void
setTradeFlowNumber
(
String
tradeFlowNumber
)
{
this
.
tradeFlowNumber
=
tradeFlowNumber
;
}
public
Double
getTradeMoney
()
{
return
tradeMoney
;
}
public
void
setTradeMoney
(
Double
tradeMoney
)
{
this
.
tradeMoney
=
tradeMoney
;
}
public
String
getTradeType
()
{
return
tradeType
;
}
public
void
setTradeType
(
String
tradeType
)
{
this
.
tradeType
=
tradeType
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
public
String
getCrePerson
()
{
return
crePerson
;
}
public
void
setCrePerson
(
String
crePerson
)
{
this
.
crePerson
=
crePerson
;
}
public
String
getDelFlag
()
{
return
delFlag
;
}
public
void
setDelFlag
(
String
delFlag
)
{
this
.
delFlag
=
delFlag
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/MallCustomer.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* 商城用户(TMallCustomer)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:39
*/
@TableName
(
"t_mall_customer"
)
@ApiModel
public
class
MallCustomer
implements
Serializable
{
private
static
final
long
serialVersionUID
=
844124479008859411L
;
/**
* 用户id
*/
private
Long
customerId
;
/**
* 企业id
*/
private
Long
departmentId
;
/**
* 密码
*/
private
String
password
;
/**
* 账户
*/
private
String
customerAccount
;
/**
* 用户真实姓名
*/
private
String
customerName
;
/**
* 联系电话
*/
private
String
customerPhone
;
/**
* 邮箱
*/
private
String
customerEmail
;
/**
* 地址
*/
private
String
customerAddress
;
/**
* 用户积分
*/
private
Long
customerPoint
;
/**
* 注册时间
*/
private
Date
registerTime
;
/**
* 会员等级
*/
private
String
customerLevel
;
/**
* 证件号
*/
private
String
identityCard
;
/**
* 创建时间
*/
private
Date
creTime
;
/**
* 更新时间
*/
private
Date
uptTime
;
/**
* 删除标识:Y是,N否
*/
private
String
delFlag
;
public
Long
getCustomerId
()
{
return
customerId
;
}
public
void
setCustomerId
(
Long
customerId
)
{
this
.
customerId
=
customerId
;
}
public
Long
getDepartmentId
()
{
return
departmentId
;
}
public
void
setDepartmentId
(
Long
departmentId
)
{
this
.
departmentId
=
departmentId
;
}
public
String
getPassword
()
{
return
password
;
}
public
void
setPassword
(
String
password
)
{
this
.
password
=
password
;
}
public
String
getCustomerAccount
()
{
return
customerAccount
;
}
public
void
setCustomerAccount
(
String
customerAccount
)
{
this
.
customerAccount
=
customerAccount
;
}
public
String
getCustomerName
()
{
return
customerName
;
}
public
void
setCustomerName
(
String
customerName
)
{
this
.
customerName
=
customerName
;
}
public
String
getCustomerPhone
()
{
return
customerPhone
;
}
public
void
setCustomerPhone
(
String
customerPhone
)
{
this
.
customerPhone
=
customerPhone
;
}
public
String
getCustomerEmail
()
{
return
customerEmail
;
}
public
void
setCustomerEmail
(
String
customerEmail
)
{
this
.
customerEmail
=
customerEmail
;
}
public
String
getCustomerAddress
()
{
return
customerAddress
;
}
public
void
setCustomerAddress
(
String
customerAddress
)
{
this
.
customerAddress
=
customerAddress
;
}
public
Long
getCustomerPoint
()
{
return
customerPoint
;
}
public
void
setCustomerPoint
(
Long
customerPoint
)
{
this
.
customerPoint
=
customerPoint
;
}
public
Date
getRegisterTime
()
{
return
registerTime
;
}
public
void
setRegisterTime
(
Date
registerTime
)
{
this
.
registerTime
=
registerTime
;
}
public
String
getCustomerLevel
()
{
return
customerLevel
;
}
public
void
setCustomerLevel
(
String
customerLevel
)
{
this
.
customerLevel
=
customerLevel
;
}
public
String
getIdentityCard
()
{
return
identityCard
;
}
public
void
setIdentityCard
(
String
identityCard
)
{
this
.
identityCard
=
identityCard
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
public
Date
getUptTime
()
{
return
uptTime
;
}
public
void
setUptTime
(
Date
uptTime
)
{
this
.
uptTime
=
uptTime
;
}
public
String
getDelFlag
()
{
return
delFlag
;
}
public
void
setDelFlag
(
String
delFlag
)
{
this
.
delFlag
=
delFlag
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/MallHotRecommendGoods.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* 热门推荐商品(TMallHotRecommendGoods)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:40
*/
@TableName
(
"t_mall_hot_recommend_goods"
)
@ApiModel
public
class
MallHotRecommendGoods
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
35734333969077853L
;
/**
* 热门推荐商品id
*/
private
Long
hotRecommendGoods
;
/**
* 数据id
*/
private
Long
dataGoodsId
;
/**
* 用户id
*/
private
Long
customerId
;
/**
* 删除标识:Y是,N否
*/
private
String
delFlag
;
/**
* 创建时间
*/
private
Date
creTime
;
public
Long
getHotRecommendGoods
()
{
return
hotRecommendGoods
;
}
public
void
setHotRecommendGoods
(
Long
hotRecommendGoods
)
{
this
.
hotRecommendGoods
=
hotRecommendGoods
;
}
public
Long
getDataGoodsId
()
{
return
dataGoodsId
;
}
public
void
setDataGoodsId
(
Long
dataGoodsId
)
{
this
.
dataGoodsId
=
dataGoodsId
;
}
public
Long
getCustomerId
()
{
return
customerId
;
}
public
void
setCustomerId
(
Long
customerId
)
{
this
.
customerId
=
customerId
;
}
public
String
getDelFlag
()
{
return
delFlag
;
}
public
void
setDelFlag
(
String
delFlag
)
{
this
.
delFlag
=
delFlag
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/Order.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* 订单表(TOrder)实体类
*
* @author makejava
* @since 2020-12-01 10:41:40
*/
@TableName
(
"t_order"
)
@ApiModel
public
class
Order
implements
Serializable
{
private
static
final
long
serialVersionUID
=
651546246975691600L
;
/**
* 订单id
*/
private
Long
orderId
;
/**
* 订单编号
*/
private
String
orderNumber
;
/**
* 用户id
*/
private
Long
customerId
;
/**
* 订单状态:01待支付,02已支付,03已取消
*/
private
String
orderStatus
;
/**
* 订单金额
*/
private
Double
orderMoney
;
/**
* 订单时间
*/
private
Date
orderTime
;
/**
* 卖家id
*/
private
Long
sellerId
;
/**
* 支付金额
*/
private
Double
paymentMoney
;
/**
* 支付时间
*/
private
Date
paymentTime
;
/**
* 支付方式:01余额
*/
private
String
paymentMethod
;
/**
* 优惠金额
*/
private
Double
districtMoney
;
/**
* 购买方式:01年,02季,03月,04次(服务类型)
*/
private
String
purchaseMethod
;
/**
* 商品token
*/
private
String
goodsToken
;
/**
* 盐值
*/
private
String
saltValue
;
/**
* apikey
*/
private
String
apiKey
;
/**
* 生效日期
*/
private
Date
takeEffectTime
;
/**
* 失效日期
*/
private
Date
invalidTime
;
/**
* 价格类型:01免费,02收费
*/
private
String
priceType
;
/**
* 创建人
*/
private
String
crePerson
;
/**
* 创建时间
*/
private
Date
creTime
;
/**
* 更新时间
*/
private
Date
uptTime
;
/**
* 更新人
*/
private
String
uptPerson
;
/**
* 删除标识
*/
private
String
delFlag
;
public
Long
getOrderId
()
{
return
orderId
;
}
public
void
setOrderId
(
Long
orderId
)
{
this
.
orderId
=
orderId
;
}
public
String
getOrderNumber
()
{
return
orderNumber
;
}
public
void
setOrderNumber
(
String
orderNumber
)
{
this
.
orderNumber
=
orderNumber
;
}
public
Long
getCustomerId
()
{
return
customerId
;
}
public
void
setCustomerId
(
Long
customerId
)
{
this
.
customerId
=
customerId
;
}
public
String
getOrderStatus
()
{
return
orderStatus
;
}
public
void
setOrderStatus
(
String
orderStatus
)
{
this
.
orderStatus
=
orderStatus
;
}
public
Double
getOrderMoney
()
{
return
orderMoney
;
}
public
void
setOrderMoney
(
Double
orderMoney
)
{
this
.
orderMoney
=
orderMoney
;
}
public
Date
getOrderTime
()
{
return
orderTime
;
}
public
void
setOrderTime
(
Date
orderTime
)
{
this
.
orderTime
=
orderTime
;
}
public
Long
getSellerId
()
{
return
sellerId
;
}
public
void
setSellerId
(
Long
sellerId
)
{
this
.
sellerId
=
sellerId
;
}
public
Double
getPaymentMoney
()
{
return
paymentMoney
;
}
public
void
setPaymentMoney
(
Double
paymentMoney
)
{
this
.
paymentMoney
=
paymentMoney
;
}
public
Date
getPaymentTime
()
{
return
paymentTime
;
}
public
void
setPaymentTime
(
Date
paymentTime
)
{
this
.
paymentTime
=
paymentTime
;
}
public
String
getPaymentMethod
()
{
return
paymentMethod
;
}
public
void
setPaymentMethod
(
String
paymentMethod
)
{
this
.
paymentMethod
=
paymentMethod
;
}
public
Double
getDistrictMoney
()
{
return
districtMoney
;
}
public
void
setDistrictMoney
(
Double
districtMoney
)
{
this
.
districtMoney
=
districtMoney
;
}
public
String
getPurchaseMethod
()
{
return
purchaseMethod
;
}
public
void
setPurchaseMethod
(
String
purchaseMethod
)
{
this
.
purchaseMethod
=
purchaseMethod
;
}
public
String
getGoodsToken
()
{
return
goodsToken
;
}
public
void
setGoodsToken
(
String
goodsToken
)
{
this
.
goodsToken
=
goodsToken
;
}
public
String
getSaltValue
()
{
return
saltValue
;
}
public
void
setSaltValue
(
String
saltValue
)
{
this
.
saltValue
=
saltValue
;
}
public
String
getApiKey
()
{
return
apiKey
;
}
public
void
setApiKey
(
String
apiKey
)
{
this
.
apiKey
=
apiKey
;
}
public
Date
getTakeEffectTime
()
{
return
takeEffectTime
;
}
public
void
setTakeEffectTime
(
Date
takeEffectTime
)
{
this
.
takeEffectTime
=
takeEffectTime
;
}
public
Date
getInvalidTime
()
{
return
invalidTime
;
}
public
void
setInvalidTime
(
Date
invalidTime
)
{
this
.
invalidTime
=
invalidTime
;
}
public
String
getPriceType
()
{
return
priceType
;
}
public
void
setPriceType
(
String
priceType
)
{
this
.
priceType
=
priceType
;
}
public
String
getCrePerson
()
{
return
crePerson
;
}
public
void
setCrePerson
(
String
crePerson
)
{
this
.
crePerson
=
crePerson
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
public
Date
getUptTime
()
{
return
uptTime
;
}
public
void
setUptTime
(
Date
uptTime
)
{
this
.
uptTime
=
uptTime
;
}
public
String
getUptPerson
()
{
return
uptPerson
;
}
public
void
setUptPerson
(
String
uptPerson
)
{
this
.
uptPerson
=
uptPerson
;
}
public
String
getDelFlag
()
{
return
delFlag
;
}
public
void
setDelFlag
(
String
delFlag
)
{
this
.
delFlag
=
delFlag
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/OrderGoodsInfo.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* 订单商品信息(TOrderGoodsInfo)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:41
*/
@TableName
(
"t_order_goods_info"
)
@ApiModel
public
class
OrderGoodsInfo
implements
Serializable
{
private
static
final
long
serialVersionUID
=
380725675159762591L
;
/**
* 订单商品信息
*/
private
Long
orderGoodsInfoId
;
/**
* 订单id
*/
private
Long
orderId
;
/**
* 数据id
*/
private
Long
dataGoodsId
;
/**
* 创建时间
*/
private
Date
creTime
;
/**
* 创建人
*/
private
String
crePerson
;
/**
* 删除标识:Y是,N否
*/
private
String
delFlag
;
public
Long
getOrderGoodsInfoId
()
{
return
orderGoodsInfoId
;
}
public
void
setOrderGoodsInfoId
(
Long
orderGoodsInfoId
)
{
this
.
orderGoodsInfoId
=
orderGoodsInfoId
;
}
public
Long
getOrderId
()
{
return
orderId
;
}
public
void
setOrderId
(
Long
orderId
)
{
this
.
orderId
=
orderId
;
}
public
Long
getDataGoodsId
()
{
return
dataGoodsId
;
}
public
void
setDataGoodsId
(
Long
dataGoodsId
)
{
this
.
dataGoodsId
=
dataGoodsId
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
public
String
getCrePerson
()
{
return
crePerson
;
}
public
void
setCrePerson
(
String
crePerson
)
{
this
.
crePerson
=
crePerson
;
}
public
String
getDelFlag
()
{
return
delFlag
;
}
public
void
setDelFlag
(
String
delFlag
)
{
this
.
delFlag
=
delFlag
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/OrderPayment.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* 订单支付(TOrderPayment)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:41
*/
@TableName
(
"t_order_payment"
)
@ApiModel
public
class
OrderPayment
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
14423507905800987L
;
/**
* 支付id
*/
private
Long
paymentId
;
/**
* 订单id
*/
private
Long
orderId
;
/**
* 卖家id(收款方)
*/
private
Long
sellerId
;
/**
* 支付金额
*/
private
Double
paymentMoney
;
/**
* 支付时间
*/
private
Date
paymentTime
;
/**
* 支付方式:01余额
*/
private
String
paymentMethod
;
/**
* 优惠金额
*/
private
Double
districtMoney
;
/**
* 支付状态
*/
private
String
paymentStatus
;
/**
* 购买方式:01年,02季,03月,04次(服务类型)
*/
private
String
purchaseMethod
;
/**
* 创建时间
*/
private
Date
creTime
;
/**
* 删除标识
*/
private
String
delFlag
;
public
Long
getPaymentId
()
{
return
paymentId
;
}
public
void
setPaymentId
(
Long
paymentId
)
{
this
.
paymentId
=
paymentId
;
}
public
Long
getOrderId
()
{
return
orderId
;
}
public
void
setOrderId
(
Long
orderId
)
{
this
.
orderId
=
orderId
;
}
public
Long
getSellerId
()
{
return
sellerId
;
}
public
void
setSellerId
(
Long
sellerId
)
{
this
.
sellerId
=
sellerId
;
}
public
Double
getPaymentMoney
()
{
return
paymentMoney
;
}
public
void
setPaymentMoney
(
Double
paymentMoney
)
{
this
.
paymentMoney
=
paymentMoney
;
}
public
Date
getPaymentTime
()
{
return
paymentTime
;
}
public
void
setPaymentTime
(
Date
paymentTime
)
{
this
.
paymentTime
=
paymentTime
;
}
public
String
getPaymentMethod
()
{
return
paymentMethod
;
}
public
void
setPaymentMethod
(
String
paymentMethod
)
{
this
.
paymentMethod
=
paymentMethod
;
}
public
Double
getDistrictMoney
()
{
return
districtMoney
;
}
public
void
setDistrictMoney
(
Double
districtMoney
)
{
this
.
districtMoney
=
districtMoney
;
}
public
String
getPaymentStatus
()
{
return
paymentStatus
;
}
public
void
setPaymentStatus
(
String
paymentStatus
)
{
this
.
paymentStatus
=
paymentStatus
;
}
public
String
getPurchaseMethod
()
{
return
purchaseMethod
;
}
public
void
setPurchaseMethod
(
String
purchaseMethod
)
{
this
.
purchaseMethod
=
purchaseMethod
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
public
String
getDelFlag
()
{
return
delFlag
;
}
public
void
setDelFlag
(
String
delFlag
)
{
this
.
delFlag
=
delFlag
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/PlatformAssets.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* 平台资产账户(TPlatformAssets)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:42
*/
@TableName
(
"t_platform_assets"
)
@ApiModel
public
class
PlatformAssets
implements
Serializable
{
private
static
final
long
serialVersionUID
=
852205753746020978L
;
/**
* 平台资产id
*/
private
Long
platformAssetsId
;
/**
* 平台用户id
*/
private
Long
platformUserId
;
/**
* 平台金额
*/
private
Double
platformMoney
;
/**
* 创建时间
*/
private
Date
creTime
;
/**
* 创建人
*/
private
String
crePerson
;
/**
* 更新时间
*/
private
Date
uptTime
;
/**
* 更新人
*/
private
String
uptPerson
;
/**
* 删除标识
*/
private
String
delFlag
;
public
Long
getPlatformAssetsId
()
{
return
platformAssetsId
;
}
public
void
setPlatformAssetsId
(
Long
platformAssetsId
)
{
this
.
platformAssetsId
=
platformAssetsId
;
}
public
Long
getPlatformUserId
()
{
return
platformUserId
;
}
public
void
setPlatformUserId
(
Long
platformUserId
)
{
this
.
platformUserId
=
platformUserId
;
}
public
Double
getPlatformMoney
()
{
return
platformMoney
;
}
public
void
setPlatformMoney
(
Double
platformMoney
)
{
this
.
platformMoney
=
platformMoney
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
public
String
getCrePerson
()
{
return
crePerson
;
}
public
void
setCrePerson
(
String
crePerson
)
{
this
.
crePerson
=
crePerson
;
}
public
Date
getUptTime
()
{
return
uptTime
;
}
public
void
setUptTime
(
Date
uptTime
)
{
this
.
uptTime
=
uptTime
;
}
public
String
getUptPerson
()
{
return
uptPerson
;
}
public
void
setUptPerson
(
String
uptPerson
)
{
this
.
uptPerson
=
uptPerson
;
}
public
String
getDelFlag
()
{
return
delFlag
;
}
public
void
setDelFlag
(
String
delFlag
)
{
this
.
delFlag
=
delFlag
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/PlatformLog.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* 日志管理(TPlatformLog)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:42
*/
@TableName
(
"t_platform_Log"
)
@ApiModel
public
class
PlatformLog
implements
Serializable
{
private
static
final
long
serialVersionUID
=
112371340504875570L
;
/**
* 日志id
*/
private
Long
platformLogId
;
/**
* 请求ip
*/
private
String
requestIp
;
/**
* 调用人id
*/
private
String
callerId
;
/**
* 商品id
*/
private
Long
dataGoodsId
;
/**
* apikey
*/
private
String
apiKey
;
/**
* 请求参数
*/
private
String
requestParams
;
/**
* 返回参数
*/
private
String
returnParams
;
/**
* 请求路径
*/
private
String
requestUrl
;
/**
* 请求时间
*/
private
Date
requestTime
;
/**
* 服务类型:01年,02月,03次
*/
private
String
serviceType
;
/**
* 数据类型:01api,02数据包
*/
private
String
dataGoodsType
;
/**
* 下载地址
*/
private
String
downloadAddress
;
/**
* 数据商品单价
*/
private
Double
dataPrice
;
/**
* 价格类型:01免费,02收费
*/
private
String
priceType
;
/**
* 调用总次数
*/
private
Long
totalTimes
;
/**
* 已使用次数
*/
private
Long
usedTimes
;
/**
* 剩余次数
*/
private
Long
remainTimes
;
/**
* 有效开始时间
*/
private
Date
startTime
;
/**
* 有效结束时间
*/
private
Date
endTime
;
/**
* 创建时间
*/
private
Date
creTime
;
/**
* 删除标识
*/
private
String
delFlag
;
public
Long
getPlatformLogId
()
{
return
platformLogId
;
}
public
void
setPlatformLogId
(
Long
platformLogId
)
{
this
.
platformLogId
=
platformLogId
;
}
public
String
getRequestIp
()
{
return
requestIp
;
}
public
void
setRequestIp
(
String
requestIp
)
{
this
.
requestIp
=
requestIp
;
}
public
String
getCallerId
()
{
return
callerId
;
}
public
void
setCallerId
(
String
callerId
)
{
this
.
callerId
=
callerId
;
}
public
Long
getDataGoodsId
()
{
return
dataGoodsId
;
}
public
void
setDataGoodsId
(
Long
dataGoodsId
)
{
this
.
dataGoodsId
=
dataGoodsId
;
}
public
String
getApiKey
()
{
return
apiKey
;
}
public
void
setApiKey
(
String
apiKey
)
{
this
.
apiKey
=
apiKey
;
}
public
String
getRequestParams
()
{
return
requestParams
;
}
public
void
setRequestParams
(
String
requestParams
)
{
this
.
requestParams
=
requestParams
;
}
public
String
getReturnParams
()
{
return
returnParams
;
}
public
void
setReturnParams
(
String
returnParams
)
{
this
.
returnParams
=
returnParams
;
}
public
String
getRequestUrl
()
{
return
requestUrl
;
}
public
void
setRequestUrl
(
String
requestUrl
)
{
this
.
requestUrl
=
requestUrl
;
}
public
Date
getRequestTime
()
{
return
requestTime
;
}
public
void
setRequestTime
(
Date
requestTime
)
{
this
.
requestTime
=
requestTime
;
}
public
String
getServiceType
()
{
return
serviceType
;
}
public
void
setServiceType
(
String
serviceType
)
{
this
.
serviceType
=
serviceType
;
}
public
String
getDataGoodsType
()
{
return
dataGoodsType
;
}
public
void
setDataGoodsType
(
String
dataGoodsType
)
{
this
.
dataGoodsType
=
dataGoodsType
;
}
public
String
getDownloadAddress
()
{
return
downloadAddress
;
}
public
void
setDownloadAddress
(
String
downloadAddress
)
{
this
.
downloadAddress
=
downloadAddress
;
}
public
Double
getDataPrice
()
{
return
dataPrice
;
}
public
void
setDataPrice
(
Double
dataPrice
)
{
this
.
dataPrice
=
dataPrice
;
}
public
String
getPriceType
()
{
return
priceType
;
}
public
void
setPriceType
(
String
priceType
)
{
this
.
priceType
=
priceType
;
}
public
Long
getTotalTimes
()
{
return
totalTimes
;
}
public
void
setTotalTimes
(
Long
totalTimes
)
{
this
.
totalTimes
=
totalTimes
;
}
public
Long
getUsedTimes
()
{
return
usedTimes
;
}
public
void
setUsedTimes
(
Long
usedTimes
)
{
this
.
usedTimes
=
usedTimes
;
}
public
Long
getRemainTimes
()
{
return
remainTimes
;
}
public
void
setRemainTimes
(
Long
remainTimes
)
{
this
.
remainTimes
=
remainTimes
;
}
public
Date
getStartTime
()
{
return
startTime
;
}
public
void
setStartTime
(
Date
startTime
)
{
this
.
startTime
=
startTime
;
}
public
Date
getEndTime
()
{
return
endTime
;
}
public
void
setEndTime
(
Date
endTime
)
{
this
.
endTime
=
endTime
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
public
String
getDelFlag
()
{
return
delFlag
;
}
public
void
setDelFlag
(
String
delFlag
)
{
this
.
delFlag
=
delFlag
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/PlatformPaymenyInfo.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* 平台付款信息(TPlatformPaymenyInfo)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:43
*/
@TableName
(
"t_platform_paymeny_info"
)
@ApiModel
public
class
PlatformPaymenyInfo
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
36212257328084481L
;
/**
* 平台付款id
*/
private
Long
paymenyInfoId
;
/**
* 付款金额
*/
private
Double
paymentMoney
;
/**
* 付款时间
*/
private
Date
paymentTime
;
/**
* 买家id
*/
private
String
buyerId
;
/**
* 付款类型:01提现,
*/
private
String
paymentType
;
/**
* 付款人
*/
private
String
paymentPerson
;
/**
* 收款人
*/
private
String
receivePerson
;
/**
* 创建时间
*/
private
Date
creTime
;
/**
* 删除标识
*/
private
String
delFlag
;
public
Long
getPaymenyInfoId
()
{
return
paymenyInfoId
;
}
public
void
setPaymenyInfoId
(
Long
paymenyInfoId
)
{
this
.
paymenyInfoId
=
paymenyInfoId
;
}
public
Double
getPaymentMoney
()
{
return
paymentMoney
;
}
public
void
setPaymentMoney
(
Double
paymentMoney
)
{
this
.
paymentMoney
=
paymentMoney
;
}
public
Date
getPaymentTime
()
{
return
paymentTime
;
}
public
void
setPaymentTime
(
Date
paymentTime
)
{
this
.
paymentTime
=
paymentTime
;
}
public
String
getBuyerId
()
{
return
buyerId
;
}
public
void
setBuyerId
(
String
buyerId
)
{
this
.
buyerId
=
buyerId
;
}
public
String
getPaymentType
()
{
return
paymentType
;
}
public
void
setPaymentType
(
String
paymentType
)
{
this
.
paymentType
=
paymentType
;
}
public
String
getPaymentPerson
()
{
return
paymentPerson
;
}
public
void
setPaymentPerson
(
String
paymentPerson
)
{
this
.
paymentPerson
=
paymentPerson
;
}
public
String
getReceivePerson
()
{
return
receivePerson
;
}
public
void
setReceivePerson
(
String
receivePerson
)
{
this
.
receivePerson
=
receivePerson
;
}
public
Date
getCreTime
()
{
return
creTime
;
}
public
void
setCreTime
(
Date
creTime
)
{
this
.
creTime
=
creTime
;
}
public
String
getDelFlag
()
{
return
delFlag
;
}
public
void
setDelFlag
(
String
delFlag
)
{
this
.
delFlag
=
delFlag
;
}
}
\ No newline at end of file
jz-dm-manage/src/main/java/com/jz/manage/moduls/entity/PlatformTradeFlowInfo.java
0 → 100644
View file @
1d6520de
package
com
.
jz
.
manage
.
moduls
.
entity
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* 平台交易流水(TPlatformTradeFlowInfo)实体类
*
* @author Bellamy
* @since 2020-12-01 10:41:43
*/
@TableName
(
"t_platform_trade_flow_info"
)
@ApiModel
public
class
PlatformTradeFlowInfo
implements
Serializable
{
private
static
final
long
serialVersionUID
=
389290375672737545L
;
/**
* 交易流水id
*/
private
Long
tradeFlowInfoId
;
/**
* 收款信息id
*/
private
Long
receiveInfoId
;
/**
* 交易金额
*/
private
Double
platformTradeMoney
;
/**
* 交易类型:01收款,02付款
*/
private
String
tradeType
;
/**
* 创建时间
*/
private
Date
creTime
;
/**
* 创建人
*/
private
String
crePerson
;
/**
* 更新时间
*/
private
Date
uptTime
;
/**
* 更新人
*/
private
String
uptPerson
;
/**
* 删除标识
*/
private
String
delFlag
;
public
Long
getTradeFlowInfoId
()
{
return
tradeFlowInfoId
;
}
public
void
setTradeFlowInfoId
(
Long
tradeFlowInfoId
)
{
this
.
tradeFlowInfoId
=
tradeFlowInfoId
;
}
public
Long
getReceiveInfoId
()
{
return
receiveInfoId
;
}
public
void
setReceiveInfoId
(
Long
receiveInfoId
)
{
this
.
receiveInfoId
=
receiveInfoId
;
}
public
Double
getPlatformTradeMoney
()
{
return
platformTradeMoney
;
}