文档内容
表名:权限分配表(LZH_ACL)
名称 代码 数据类型 默认值 是否为空
权限控制器 controller text null
权限组ID group_id int(10) pk
权限组名称 groupname Varchar(100) not null
主键 contraint pk_ lzh_acl primary key (group_id)
关键字说明
表名:广告管理表(LZH_AD)
名称 代码 数据类型 默认值 是否为空
编号ID Id int(10) pk
广告内容 content varchar(5000) not null
显示开始时间 start_time int(10) not null
显示结束时间 end_time int(10) not null
添加时间 add_time int(10) 0 not null
广告标题 title varchar(100) not null
广告类型 ad_type tinyint(4) 0 not null
主键 contraint pk_ lzh_ad primary key (id)
关键字说明 ad_type: 0 代表普通广告;1 代表多图广告
表名:地区管理表(LZH_AREA)
名称 代码 数据类型 默认值 是否为空
编号ID Id smallint(5) pk
地区根节点 reid smallint(5) 0 not null地区名称 name varchar(120) not null
地区子节点 sort_order smallint(5) 0 not null
是否开通子域名 is_open tinyint(3) 0 not null
域名 domain varchar(10) not null
主键 contraint pk_ lzh_area primary key (id)
关键字说明
表名:文章管理表(LZH_ARTICLE)
名称 代码 数据类型 默认值 是否为空
编号ID Id int(10) pk
文章标题 title varchar(50) 0 not null
文章简介 art_info varchar(255) not null
文章关键字 art_keyword varchar(200) not null
文章内容 art_content text not null
文章作者 art_writer varchar(20) not null
文章添加时间 art_time int(10) 0 not null
文章类型 type_id smallint(5) not null
文章跳转地址 art_url varchar(200) not null
缩略图 art_img varchar(200) not null
文章添加人 art_userid smallint(5) not null
文章分类排序 sort_order int(10) not null
点击数 art_click int(10) 0 not null
文章属性设置 art_set int(1) 0 not null
文章属性 art_attr tinyint(4) 0 not null
主键 contraint pk_lzh_article primary key (id)
关键字说明 art_set: 0代表普通; 1代表跳转
表名:地区文章管理表(LZH_ARTICLE_AREA)名称 代码 数据类型 默认值 是否为空
文章id Id int(10) pk
文章标题 title varchar(50) 0 not null
文章简介 art_info varchar(255) not null
文章关键字 art_keyword varchar(200) not null
文章内容 art_content text not null
文章作者 art_writer varchar(20) not null
文章添加时间 art_time int(10) 0 not null
文章类型 type_id smallint(5) not null
文章跳转地址 art_url varchar(200) not null
缩略图 art_img varchar(200) not null
文章添加人 art_userid smallint(5) not null
文章分类排序 sort_order int(10) not null
点击数 art_click int(10) 0 not null
文章属性设置 art_set int(1) 0 not null
文章属性 art_attr tinyint(4) 0 not null
地区ID area_id int(10) 0 not null
主键 contraint pk_ lzh_article_area primary key (id)
关键字说明 art_set: 0代表普通; 1代表跳转
表名:文章分类管理表(LZH_ARTICLE_CATEGORY)
名称 代码 数据类型 默认值 是否为空
分类id Id smallint(6) pk
分类标题 type_name varchar(40) 0 not null
分类跳转路径 type_url varchar(200) not null
分类关键字 type_keyword varchar(200) not null
分类简介 type_info varchar(400) not null分类内容 type_content text not null
分类排序 sort_order int(10) not null
分类类型 type_set smallint(5) 0 not null
分类根节点 parent_id varchar(200) not null
分类唯一标识 type_nid varchar(200) not null
是否隐藏 is_hiden smallint(5) not null
分类添加时间 add_time int(10) not null
是否为系统默认 is_sys int(10) 0 not null
模板 model char(30) not null
主键 contraint pk_lzh_article_category primary key (id)
关键字说明 type_set: 0代表单页;1代表列表页 2代表跳转页
表名:地区文章分类管理表(LZH_ ARTICLE_CATEGORY_AREA)
名称 代码 数据类型 默认值 是否为空
分类id Id smallint(6) pk
分类标题 type_name varchar(40) 0 not null
分类跳转路径 type_url varchar(200) not null
分类关键字 type_keyword varchar(200) not null
分类简介 type_info varchar(400) not null
分类内容 type_content text not null
分类排序 sort_order int(10) not null
分类类型 type_set smallint(5) 0 not null
分类根节点 parent_id varchar(200) not null
分类唯一标识 type_nid varchar(200) not null
是否隐藏 is_hiden smallint(5) not null
分类添加时间 add_time int(10) not null
是否为系统默认 is_sys int(10) 0 not null
地区ID area_id int(10) 0 not null主键 contraint pk_lzh_article_category_area primary key (id)
关键字说明 type_set: 0代表单页;1代表列表页 2代表跳转页
表名:管理员信息管理表(LZH_AUSERS)
名称 代码 数据类型 默认值 是否为空
管理员ID Id int(11) Pk
管理员用户名 user_name varchar(50) 0 not null
管理员密码 user_pass varchar(50) not null
所属用户组ID u_group_id smallint(6) not null
真实姓名 real_name varchar(20) not null
上次登录时间 last_log_time int(10) not null
上次登录IP last_log_ip varchar(30) not null
是否禁用 is_ban int(1) 0 not null
所属子站ID area_id int(11) not null
所属子站名称 area_name Varchar(10) not null
是否是客服 is_kf int(10) not null
QQ qq Varchar(20) not null
电话 phone Varchar(20) 0 not null
密码口令 user_word Varchar(100) 0 not null
主键 contraint pk_lzh_ausers primary key (id)
is_ban: 0代表不禁用;1代表禁用;
关键字说明
is_kf: 0代表不是客服;1代表是客服
表名:管理员操作记录(LZH_AUSER_DOLOGS)
名称 代码 数据类型 默认值 是否为空编号ID id int(10) pk
操作类型 type varchar(16) not null
目标ID tid int(10) not null
目标状态 tstatus tinyint(4) not null
审核IP deal_ip varchar(16) not null
审核时间 deal_time int(10) not null
审核用户名 deal_user varchar(50) not null
审核信息 deal_info varchar(200) not null
主键 contraint pk_lzh_auser_dologs primary key (id)
关键字说明
表名:自动投标设置管理表(LZH_AUTO_BORROW)
名称 代码 数据类型 默认值 是否为空
编号ID Id int(10) Pk
会员ID uid int(10) not null
最低利率 Interest_rate decimal(5,2) not null
借款期限起始 duration_from tinyint(3) not null
借款期限结束 duration_to tinyint(3) not null
账户保留金额* account_money decimal(15,2) not null
自动投标日期 end_time int(10) not null
记录产生时间 add_time int(10) not null
IP add_ip Varchar(16) not null
自动加满* is_auto_full int(11) not null
最大投标金额 invest_money decimal(15,2) not null
当前设置标志位 is_use tinyint(4) 1 not null
借款类型* borrow_type tinyint(4) not null
not null
最小投标金额 min_invest decimal(15,2)借款时间 invest_time int(10) 0 not null
主键 contraint pk_lzh_auto_borrow primary key (id)
account_money: 当您账户可用余额低于该值时,将不能自动投标
关键字说明
borrow_type:1-普通标 2-担保标 3-秒还标 4-净值标
表名:借款信息管理表(LZH_BORROW_INFO)
名称 代码 数据类型 默认值 是否为空
编号ID Id int(10) pk
借款标题 borrow_name Varchar(50) not null
借款会员ID borrow_uid int(11) not null
借款期限 borrow_duration tinyint(3) not null
借款金额 borrow_money decimal(15,2) not null
借款利息 borrow_interest decimal(15,2) not null
borrow_interest_r
借款利率 decimal(5,2) not null
ate
借款管理费 borrow_fee decimal(15,2) not null
已借款金额 has_borrow decimal(15,2) not null
借款次数 borrow_times Smallint(5) 0 not null
repayment_mone
还款金额 decimal(15,2) not null
y
repayment_intere
还款利息 decimal(15,2) not null
st
逾期还款 expired_money decimal(15,2) not null
还款方式 repayment_type tinyint(3) not null
借款类型 borrow_type tinyint(3) not null
借款状态 borrow_status tinyint(3) not null
借款用途 borrow_use tinyint(3) not null
借款发布时间 add_time int(10) not null借款期限 collect_day tinyint(3) not null
回收时间 collect_time int(10) not null
满标时间 full_time int(10) 0 not null
还款时间 deadline int(10) not null
初审时间 first_verify_time int(10) not null
second_verify_tim
复审时间 int(10) not null
e
处理人IP add_ip Varchar(16) not null
借款说明 borrow_info Varchar(500) not null
总还款期数 total tinyint(4) not null
已还款期数 has_pay tinyint(4) not null
网站垫付金额 substitute_money decimal(15,2) not null
reward_vouch_rat
担保奖励利率 float(5,2) not null
e
reward_vouch_m
担保奖励金额 decimal(15,2) not null
oney
奖励方式 reward_type tinyint(3) 0 not null
比例 reward_num decimal(10,2) not null
金额 reward_money decimal(15,2) not null
最小投资金额 borrow_min mediumint(8) not null
最大投资金额 borrow_max mediumint(8) not null
所属省份 province int(10) not null
所属城市 city int(10) not null
所属地区 area int(10) not null
担保会员 vouch_member Varchar(100) not null
已担保金额 has_vouch decimal(15,2) not null
密码标密码 password char(32) not null
是否为推荐标 is_tuijian tinyint(2) not null
是否允许自动投
can_auto tinyint(3) 1 not null
标
是否是惠农标 is_huinong tinyint(3) 0 Not null上传文件资料 updata Varchar(3000) Not null
担保公司ID danbao int(11) Not null
担保金额 vouch_money decimal(15,2) Not null
待收金额 money_collect decimal(15,2) 0.00 not null
风险控制* risk_control Varchar(2000) Not null
主键 contraint pk_lzh_borrow_info primary key (id)
repayment_type: 1代表按天到期还款;
2代表按月分期还款;
3代表按季分期还款;
4代表每月还息到期还本;
borrow_type: 1代表普通标;
2代表担保标;
3代表秒还标;
4代表净值标;
5代表抵押标;
borrow_status: 0代表初审待审核;
关键字说明
1代表初审未通过;
2代表初审通过,借款中;
3代表标未满,结束,流标;
4代表标满,复审中;
5代表复审未通过,结束;
6代表复审通过,还款中;
7代表正常完成;
8代表已逾期;
9代表网站代还完成;
10代表会员在网站代还后,逾期还款;
表名:借款锁定列表(LZH_BORROW_INFO_LOCK)名称 代码 数据类型 默认值 是否为空
borrow_info对应
id int(10) pk
的ID
锁定标志位 suo int(10) not null
主键 contraint pk_lzh_borrow_info_lock primary key (id)
关键字说明 id自增,详见App\Lib\Action\Home\ BorrowAction.class.php
表名:投资信息管理表(LZH_BORROW_INVESTOR)
名称 代码 数据类型 默认值 是否为空
编号ID Id int(10) pk
状态 status tinyint(3) 0 not null
借款编号ID borrow_id int(10) not null
投资会员ID investor_uid int(10) not null
借款会员ID borrow_uid int(10) not null
充值资金池的投
investor_capital decimal(15,2) not null
资金额
投资利息 investor_interest decimal(15,2) not null
回款资金存放池
receive_capital decimal(15,2) not null
的投资金额
回款利息 receive_interest decimal(15,2) not null
网站垫付金额 substitute_money decimal(15,2) not null
逾期金额 expired_money decimal(15,2) not null
逾期利率 invest_fee decimal(15,2) not null
逾期还款 paid_fee decimal(15,2) not null
投资时间 add_time int(10) not null
回款时间 deadline int(10) not null
是否是自动投标 is_auto tinyint(3) 0 not null奖励金额 reward_money decimal(15,2) not null
债权状态 debt_status tinyint(3) 0 not null
债权人id debt_uid int(11) not null
主键 contraint pk_lzh_borrow_investor primary key (id)
status 1:等待复审 2:标未满,返回 3:审核未通过,返回 4:审核通过,还
款中 5:正常完成 6:网站代还完成 7:逾期还款
关键字说明
debt_status:0-可以流转 1-寻求转让 2-转让完成
表名:新标提醒管理表(LZH_BORROW_TIP)(注:已废除)
表名:借款审核管理表(LZH_BORROW_VERIFY)
名称 代码 数据类型 默认值 是否为空
借款编号ID borrow_id int(11) pk
初审处理人 deal_user mediumint(10) not null
初审处理时间 deal_time int(10) not null
初审处理意见 deal_info varchar(50) not null
复审处理时间 deal_time_2 int(10) not null
复审处理人 deal_user_2 mediumint(10) not null
复审处理意见 deal_info_2 varchar(50) not null
初审处理状态 deal_status tinyint(3) not null
复审处理状态 deal_status_2 tinyint(3) not null
主键 contraint pk_lzh_borrow_verify primary key (borrow_id)
关键字说明
表名:借款担保管理表(LZH_BORROW_VOUCH)
名称 代码 数据类型 默认值 是否为空
编号ID I d int(10) pk担保项目ID borrow_id int(10) not null
担保人ID uid int(10) not null
担保人用户名 uname varchar(20) not null
担保金额 vouch_money decimal(15,2) not null
vouch_reward_rat
担保奖励利率 decimal(4,2) not null
e
vouch_reward_m
担保奖励金额 decimal(15,2) not null
oney
操作者IP add_ip varchar(16) not null
担保时间 vouch_time int(11) not null
担保状态 status tinyint(3) 0 not null
网站垫付金额 substitute_money decimal(15,2) not null
回款金额 get_back decimal(15,2) not null
主键 contraint pk_lzh_borrow_vouch primary key (id)
关键字说明 status: 0:担保中 1:担保完成 2:担保失败 3:担保满标,还款中
表名:评论管理表(LZH_ COMMENT)
名称 代码 数据类型 默认值 是否为空
编号ID I d int(11) pk
会员ID uid int(10) not null
用户名 uname varchar(20) not null
回复ID tid int(10) not null
类型 type tinyint(4) not null
评论内容 comment varchar(500) not null
评论时间 add_time int(10) not null
借款者回复时间 deal_time int(10) not null
借款者回复 deal_info varchar(500) not null
标题 name varchar(50) not null
主键 contraint pk_lzh_comment primary key (id)关键字说明 type 1:借款 2:捐款
表名:爱心捐助管理表(LZH_DONATE)(注:已废除)
表名:现场认证管理表(LZH_FACE_APPLY)
名称 代码 数据类型 默认值 是否为空
编号ID I d int(10) pk
会员ID uid int(10) not null
申请时间 add_time int(10) not null
处理者IP add_ip varchar(16) not null
是否通过 apply_status tinyint(3) 0 not null
奖励积分 credits int(11) not null
审核人员 deal_user int(10) not null
审核时间 deal_time int(10) not null
备注 deal_info varchar(50) not null
主键 contraint pk_lzh_face_apply primary key (id)
关键字说明 apply_status:0-待审核 1-通过 2-未通过
表名:快速借款留言管理表(LZH_FEEDBACK)(注:已废除)
表名:友情链接管理表(LZH_FRIEND)
名称 代码 数据类型 默认值 是否为空
编号ID I d int(11) pk
友情链接名称 link_txt varchar(50) not null
友情链接地址 link_href varchar(500) not null
友情链接图片 link_img varchar(100) not null
显示顺序 link_order int(1) 0 not null友情链接类型 link_type int(1) 0 not null
是否前台显示 is_show int(1) 1 not null
游戏ID game_id Int(11) 0 not null
游戏链接 game_name char(50) not null
主键 contraint pk_lzh_friend primary key (id)
link_type:0代表以文字形式显示;
关键字说明 1代表以图片形式显示;
is_show: 0代表不显示;1代表显示;
表名:站点基本参数设置管理表(LZH_GLOBAL)
名称 代码 数据类型 默认值 是否为空
编号ID I d smallint(6) pk
参数类型 type varchar(10) not null
类型说明 text text not null
参数名称 name varchar(50) not null
参数说明 tip varchar(200) not null
参数排序 order_sn int(11) 0 not null
参数代码 code varchar(20) not null
是否是系统参数 is_sys tinyint(3) 0 not null
主键 contraint pk_lzh_global primary key (id)
is_sys: 0代表非系统参数(可删除);
关键字说明 1代表是系统参数(不允许删除);
新增参数时,默认设置为非系统参数;
表名:居间方合同存档(LZH_HETONG)名称 代码 数据类型 默认值 是否为空
编号ID id int(11) pk
缩略图 hetong_img varchar(500) not null
thumb_hetong_im
缩略图缓存 varchar(500) not null
g
操作时间 add_time int(11) not null
操作人 deal_user varchar(100) not null
公司名称 name varchar(100) not null
公司地址 dizhi varchar(200) not null
公司电话 tel varchar(50) not null
主键 contraint pk_lzh_hetong primary key (id)
关键字说明
表名:站内信信息管理表(LZH_INNER_MSG)
名称 代码 数据类型 默认值 是否为空
编号ID I d int(11) pk
会员ID uid int(10) not null
消息标题 title varchar(50) not null
消息内容 msg text not null
发送时间 send_time int(10) not null
(是否已读)状态 status tinyint(4) 0 not null
主键 contraint pk_lzh_inner_msg primary key (id)
关键字说明 Status:0代表未读;1代表已读;
表名:投资明细管理表(LZH_INVESTOR_DETAIL)
名称 代码 数据类型 默认值 是否为空编号ID Id int(10) pk
还款时间 repayment_time int(10) 0 not null
借款编号ID borrow_id int(10) not null
投资编号ID invest_id int(10)
投资会员ID investor_uid int(10) not null
借款会员ID borrow_uid int(10) not null
借款总金额 capital decimal(15,2) not null
利息 interest decimal(15,2) not null
利息管理费 interest_fee decimal(15,2) not null
状态 status tinyint(3) not null
回款金额 receive_capital decimal(15,2) not null
回款利息 receive_interest decimal(15,2) not null
还款期数 sort_order tinyint(3) not null
总期数 total tinyint(3) not null
还款时间 deadline int(10) not null
逾期罚金 expired_money decimal(15,2) not null
逾期天数 expired_days tinyint(3) 0 not null
催收费 call_fee decimal(5,2) not null
网站垫付金额 substitute_money decimal(15,2) not null
网站垫付时间 substitute_time int(10) 0 not null
主键 contraint pk_lzh_investor_detail primary key (id)
status: 0代表还未确认通过;
1代表正常还完;
2代表提前还款;
3代表迟还;
关键字说明
4代表网站代还本金;
5代表逾期还款;
6代表逾期未还;
7代表复审通过,还款中;表名:投资积分奖励管理表(LZH_INVEST_CREDIT)(注:后期扩展用)
名称 代码 数据类型 默认值 是否为空
编号ID Id int(10) pk
会员ID uid int(10) not null
借款编号ID borrow_id int(10) not null
投资金额 invest_money decimal(15,2) not null
投资类型 invest_type tinyint(3) not null
期限 duration tinyint(3) not null
所获积分 get_credit decimal(15,2) not null
操作时间 add_time int(10) not null
操作记录IP add_ip varchar(16) not null
主键 contraint pk_lzh_invest_credit primary key (id)
关键字说明
表名:债权转让记录表(LZH_ INVEST_DETB)
名称 代码 数据类型 默认值 是否为空
编号ID id int(10) pk
债权ID invest_id int(10) 0 not null
状态 status tinyint(1) 99 not null
卖方ID sell_uid int(10) not null
出售价格 transfer_price decimal(15,2) 0.00 not null
总金额 money decimal(15,2) 0.00 not null
可转让期数 period tinyint(5) 0 not null
总期数 total_period tinyint(5) 0 not null
存续时间 valid int(10) 0 not null
备注 remark text not null序列号 serialid varchar(15) not null
撤消转让次数 cancel_times tinyint(1) 0 not null
买方ID buy_uid int(10) 0 not null
买入时间 buy_time int(10) 0 not null
卖方挂出时间 addtime int(10) 0 not null
卖方IP Ip char(19) not null
主键 contraint pk_lzh_invest_detb primary key (id)
valid=7天
关键字说明 status: 1-还款中 2-可转让 3-流标 4-完成
remark: 1-债权人撤销 2-债权还款撤销 3-转让超时
表名:积分抽奖(废)(LZH_JIFEN_CHOUJIANG)
表名:举报记录表(LZH_JUBAO)
名称 代码 数据类型 默认值 是否为空
编号ID Id int(11) pk
举报人ID uid int(11) not null
举报人邮箱 uemail varchar(60) not null
被举报人ID b_uid int(11) not null
被举报人姓名 b_uname varchar(50) not null
举报原因 reason varchar(100) not null
举报说明 text varchar(500) not null
操作时间 add_time int(10) not null
操作记录IP add_ip varchar(16) not null
主键 contraint pk_lzh_jubao primary key (id)
关键字说明表名:举报记录表(LZH_KVTABLE)(注:已废除)
表名:收货人地址信息表(LZH_MARKET_ADDRESS)
名称 代码 数据类型 默认值 是否为空
编号ID id int(10) pk
收货人ID uid int(11) not null
proid int(11) not null
省 province varchar(100) not null
市 city varchar(100) not null
区 area varchar(100) not null
地址 address varchar(300) not null
备注 remark text not null
填表人IP add_ip varchar(16) not null
填表时间 add_time int(11) not null
主键 contraint pk_lzh_market_address primary key (id)
关键字说明 proid: 未使用的字段
表名:商城商品列表(LZH_MARKET_GOODS)
名称 代码 数据类型 默认值 是否为空
编号ID id int(10) pk
名称 name varchar(50) not null
描述 description varchar(200) not null
风格 style varchar(200) not null
原图 img varchar(50) not null
小图 small_img varchar(100) not null
中图 middle_img varchar(100) not null
大图 big_img varchar(100) not null市场价格 price int(10) not null
兑换积分 cost int(8) not null
序列号 order_sn int(8) 0 not null
录入时间 add_time int(12) not null
是否上线 is_sys tinyint(3) 1 not null
简介 jianjie text not null
参数 canshu text not null
数量 number int(10) not null
类别 category tinyint(4) 1 not null
限购数量 amount int(10) not null
已兑换数量 convert int(10) not null
主键 contraint pk_lzh_market_goods primary key (id)
关键字说明 category:1-实物 2-虚拟
表名:积分抽奖信息表(LZH_MARKET_JIFENLIST)
名称 代码 数据类型 默认值 是否为空
编号ID id int(11) pk
类型 category int(10) 2 not null
名称 title varchar(100) null
数量 num int(10) 0 null
剩余数量 last_num int(10) not null
已抽中数量 hits int(10) 0 null
中奖几率 rate int(10) 0 null
可兑换价值 value int(10) not null
序列号 order_sn int(10) not null
是否上线 is_sys tinyint(3) 1 not null
中奖者IP add_ip varchar(16) not null
中奖时间 add_time int(11) not null奖品图片 b_img varchar(200) not null
主键 contraint pk_lzh_market_jifenlist primary key (id)
关键字说明 category: 1-礼金 2-积分 3-奖品
表名:商城商品日志(LZH_MARKET_LOG)
名称 代码 数据类型 默认值 是否为空
编号ID id int(10) pk
用户ID uid int(10) not null
类型 type tinyint(4) not null
状态 status tinyint(4) not null
发货方式 way int(11) not null
商品ID gid int(10) not null
名称 name varchar(200) not null
市场价值 price int(10) not null
兑换积分 cost int(10) not null
数量 num tinyint(4) not null
风格 style varchar(50) not null
相关信息 info varchar(200) not null
录入者IP add_ip varchar(16) not null
录入时间 add_time int(10) not null
主键 contraint pk_lzh_market_log primary key (id)
type: 1-兑换 2-抽奖
关键字说明 status: 0-未领取 2-已领取
way: 0-直接领取 2-快递
表名:会员信息管理表(LZH_MEMBERS)名称 代码 数据类型 默认值 是否为空
编号ID Id int(10) pk
用户名 user_name varchar(50) not null
用户登陆密码 user_pass char(32) not null
用户类型 user_type tinyint(3) 1 not null
支付密码 pin_pass char(32) not null
会员邮箱 user_email varchar(50) not null
会员电话 user_phone varchar(11) not null
注册时间 reg_time int(10) not null
注册IP reg_ip varchar(15) not null
会员级别 user_leve tinyint(4) 0 not null
VIP到期时间 time_limit int(10) not null
积分 credits int(10) not null
推荐人ID recommend_id int(10) 0 not null
所属客服ID customer_id int(10) not null
所属客服姓名 customer_name varchar(20) not null
所在省 province int(10) not null
所在市 city int(10) not null
所在地区 area int(10) not null
是否冻结 is_ban int(11) 0 not null
奖励金额 reward_money decimal(15,2) not null
投资积分 invest_credits decimal(15,2) not null
消费积分 integral int(15) not null
活跃积分 active_integral int(15) not null
能否发布借款 is_borrow int(2) 1 not null
是否流转会员 is_transfer int(2) 0 not null
是否内部发标 is_vip tinyint(3) 0 not null
登录IP last_log_ip char(15) not null
登录时间 last_log_time int(10) 0 not null主键 contraint pk_lzh_members primary key (id)
关键字说明
表名:会员状态认证管理表(LZH_MEMBERS_STATUS)
名称 代码 数据类型 默认值 是否为空
会员ID id int(10) pk
手机验证 phone_status tinyint(3) 0 not null
手机验证积分 phone_credits int(10) 0 not null
实名验证 id_status tinyint(3) 0 not null
实名验证积分 id_credits int(10) 0 not null
当面验证 face_status tinyint(4) 0 not null
当面验证积分 face_credits int(10) 0 not null
邮箱验证 email_status tinyint(3) 0 not null
邮箱验证积分 email_credits int(10) 0 not null
账户验证 account_status tinyint(3) 0 not null
账户验证积分 account_credits int(10) 0 not null
信用额度 credit_status tinyint(4) 0 not null
信用积分 credit_credits int(10) 0 not null
safequestion_stat
安全问题设置 tinyint(3) 0 not null
us
safequestion_cre
安全问题积分 int(10) 0 not null
dits
视频认证 video_status tinyint(4) 0 not null
视频认证积分 video_credits int(10) 0 not null
VIP申请 vip_status tinyint(3) 0 not null
VIP积分 vip_credits int(10) 0 not null
主键 contraint pk_lzh_members_status primary key (uid)
关键字说明表名:会员联系方式管理表(LZH_MEMBER_ADDRESS)
名称 代码 数据类型 默认值 是否为空
编号ID id mediumint(9) pk
会员ID uid int(10) not null
会员名 name varchar(10) not null
主要联系电话 main_phone varchar(20) not null
第二联系电话 secondary_phone varchar(20) not null
地址 address varchar(100) not null
邮编 post_code varchar(10) not null
地址类型 address_type tinyint(4) 0 not null
所在省 province smallint(5) not null
所在城市 city smallint(5) not null
所在地区 district smallint(5) not null
主键 contraint pk_lzh_members_address primary key (id)
关键字说明 address_type:无定义,未使用
表名:会员额度申请管理表(LZH_MEMBER_APPLY)
名称 代码 数据类型 默认值 是否为空
编号ID id int(10) pk
会员ID uid int(10) not null
申请时间 add_time int(10) not null
申请IP add_ip varchar(16) not null
申请状态 apply_status tinyint(3) 0 not null
授信额度 credit_money decimal(15,2) not null
处理人 deal_user int(10) not null
处理时间 deal_time int(10) not null处理意见 deal_info varchar(50) not null
授信类型 apply_type smallint(3) not null
申请额度 apply_money decimal(15,2) not null
申请信息 apply_info varchar(200)
主键 contraint pk_lzh_members_apply primary key (id)
apply_status: 0-待审核 1-审核通过 2-审核未通过
关键字说明
apply_type: 1-信用 2-借款 3-投资
表名:会员银行信息管理表(LZH_MEMBER_BANKS)
名称 代码 数据类型 默认值 是否为空
会员ID uid int(10) pk
银行账户 bank_num varchar(50) not null
银行所在省 bank_province varchar(20) not null
银行所在市 bank_city varchar(20) not null
银行地址 bank_address varchar(100) not null
银行名称 bank_name varchar(50) not null
添加时间 add_time int(10) not null
操作记录IP add_ip varchar(16) not null
主键 contraint pk_lzh_members_banks primary key (uid)
关键字说明
表名:借款会员前台展示(LZH_MEMBER_BORROW_SHOW)
名称 代码 数据类型 默认值 是否为空
编号ID id int(10) Pk
会员ID uid int(10) not null
资料URL data_url varchar(100) not null
资料名称 data_name varchar(50) not null排序 sort int(8) not null
管理员名称 deal_user varchar(50) not null
操作时间 deal_time int(10) not null
主键 contraint pk_lzh_members_borrow_show primary key (uid)
关键字说明
表名:会员联系人信息管理表(LZH_MEMBER_CONTACT_INFO)
名称 代码 数据类型 默认值 是否为空
会员ID uid int(10) pk
会员地址 address varchar(200) not null
会员电话 tel varchar(20) not null
第一联系人姓名 contact1 varchar(50) not null
与本人关系 contact1_re varchar(20) not null
第一联系人电话 contact1_tel varchar(50) not null
第二联系人姓名 contact2 varchar(50) not null
与本人关系 contact2_re varchar(20) not null
第二联系人电话 contact2_tel varchar(20) not null
第一联系人其它 contact1_other varchar(100) not null
第二联系人其它 contact2_other varchar(100) not null
第三联系人姓名 contact3 varchar(40) null not null
与本人关系 contact3_re varchar(20) null not null
第三联系人电话 contact3_tel varchar(100) null not null
第三联系人其他 contact3_other varchar(100) null not null
主键 contraint pk_lzh_members_contact_info primary key (uid)
关键字说明
表名:会员积分变动管理表(LZH_MEMBER_CREDITSLOG)名称 代码 数据类型 默认值 是否为空
编号ID id int(10) pk
会员ID uid int(10) not null
类型 type tinyint(3) not null
影响积分 affect_credits mediumint(9) not null
总积分 account_credits mediumint(9) not null
说明 info varchar(50) not null
处理时间 add_time int(10) not null
操作记录IP add_ip varchar(16) not null
主键 contraint pk_lzh_members_creditslog primary key (id)
type 1:上传资料审核通过 2:实名认证通过 3: 4: 5: 6:安全问题认证通
关键字说明 过 7:视频认证通过 8:现场认证通过 9:邮箱认证通过 10:手机认证通过 11:
12: 13:VIP认证通过
表名:会员上传资料信息管理表(LZH_MEMBER_DATA_INFO)
名称 代码 数据类型 默认值 是否为空
编号ID id int(10) pk
会员ID uid int(10) pk
保存的资料路径 data_url varchar(100) not null
资料分类 type smallint(5) not null
是否通过 status tinyint(3) not null
文件上传时间 add_time int(10) not null
文件名 data_name varchar(50) not null
文件大小 size int(10) not null
文件类型 ext varchar(10) not null
审核说明 deal_info varchar(40) not null
奖励积分 deal_credits smallint(5) not null
审核人员 deal_user int(11) not null
审核时间 deal_time int(10) not null主键 contraint pk_lzh_members_data_info primary key (id)
关键字说明 type: 参见 doc/ webconfig/integration.php
表名:会员所在单位信息管理表(LZH_MEMBER_DEPARTMENT_INFO)
名称 代码 数据类型 默认值 是否为空
会员ID uid int(11) Pk
单位名称 department_name varchar(50) not null
单位电话 department_tel varchar(20) not null
department_addre
单位地址 varchar(200) not null
ss
工作年限 department_year varchar(20) not null
证明人 voucher_name varchar(20) not null
证明人电话 voucher_tel varchar(20) not null
主键 contraint pk_lzh_members_department_info primary key (uid)
关键字说明
表名:会员联保信息管理表(LZH_MEMBER_ENSURE_INFO)
名称 代码 数据类型 默认值 是否为空
会员ID uid int(11) Pk
第一联保人姓名 ensuer1_name varchar(20) not null
关系 ensuer1_re varchar(20) not null
电话 ensuer1_tel varchar(20) not null
第二联保人姓名 ensuer2_name varchar(20) not null
关系 ensuer2_re varchar(20) not null
电话 ensuer2_tel varchar(20) not null
主键 contraint pk_lzh_members_ensure_info primary key (uid)
关键字说明表名:会员财产状况信息管理表(LZH_MEMBER_FINANCIAL_INFO)
名称 代码 数据类型 默认值 是否为空
会员ID uid int(11) Pk
月均收入 fin_monthin varchar(20) not null
收入构成 fin_incomedes varchar(2000) not null
月均支出 fin_monthout varchar(20) not null
支出构成描述 fin_outdes varchar(2000) not null
住房条件 fin_house varchar(50) not null
房产价值 fin_housevalue varchar(20) not null
是否购车 fin_car varchar(20) not null
车价值 fin_carvalue varchar(20) not null
参股企业名称 fin_stockcompany varchar(50) not null
参股企业投资额 fin_stockcompany
varchar(50) not null
value
其他财产描述 fin_otheremark varchar(2000) not null
主键 contraint pk_lzh_members_financial_info primary key (uid)
关键字说明
表名:会员好友信息管理表(LZH_MEMBER_FRIEND)
名称 代码 数据类型 默认值 是否为空
编号ID Id int(10) Pk
会员ID Uid int(10) not null
好友ID Friend_id int(10) not null
状态 apply_status tinyint(3) not null
申请时间 add_time int(10) not null
主键 contraint pk_lzh_member_friend primary key (id)
apply_status 0:好友申请待审核 1:好友申请通过 2:好友申请未通过 3:
关键字说明
黑名单表名:会员房产信息管理表(LZH_MEMBER_HOUSE_INFO)
名称 代码 数据类型 默认值 是否为空
会员ID Uid int(11) Pk
房产地址 House_dizhi varchar(200) not null
房产面积 House_mianji float(10,2) not null
建造年份 House_nian varchar(10) not null
房款支付状况 House_gong varchar(20) not null
所有权人1 House_suo1 varchar(20)
所有权人2 House_suo2 varchar(20)
产权份额1 House_feng1 float(10,2)
产权份额2 House_feng2 float(10,2)
贷款年限 House_dai int(11)
每月还贷 House_yuegong float(10,2)
待支付余款 House_shangxian float(10,2)
按揭银行 House_anjiebank varchar(20)
主键 contraint pk_lzh_member_house_info primary key (id)
关键字说明
表名:会员基本资料信息管理表(LZH_MEMBER_INFO)
名称 代码 数据类型 默认值 是否为空
会员ID uid int(11) Pk
性别 sex varchar(20) not null
职业 zy varchar(40) not null
手机号 cell_phone varchar(11) not null
个人描述 info varchar(500) not null
所有权人1 marry varchar(20) not null教育状况 education varchar(50) not null
收入状况 income varchar(20) not null
年龄 age int(11) not null
身份证号 idcard varchar(20) not null
身份证正面图片 card_img varchar(200) not null
真实姓名 real_name varchar(50) not null
地址 address varchar(100) not null
所在省 province int(11) not null
现所在省 province_now int(11) not null
所在市 city int(11) not null
现所在市 city_now int(11) not null
所在区 area int(11) not null
现所在区 area_now int(11) not null
上传时间 up_time int(10) not null
身份证背面图像 card_back_img varchar(200) not null
主键 contraint pk_lzh_member_house_info primary key (uid)
关键字说明
表名:会员积分日志(LZH_ MEMBER_INTEGRALLOG)
名称 代码 数据类型 默认值 是否为空
编号ID id int(10) pk
用户ID uid int(10) not null
类型 type tinyint(3) not null
影响积分 affect_integral mediumint(9) not null
活跃积分 active_integral mediumint(9) not null
总积分 account_integral mediumint(9) not null
注解说明 info varchar(50) not null
录入时间 add_time int(10) not null录入者IP add_ip varchar(16) not null
主键 contraint pk_lzh_ member_integrallog primary key (id)
关键字说明 type: 1-还款积分 2-投资积分 3-消费积分 4-其它积分
表名:会员额度变更日志管理表(LZH_MEMBER_LIMITLOG)
名称 代码 数据类型 默认值 是否为空
编号ID id int(10) Pk
会员ID uid int(10) not null
类型 type tinyint(3) not null
信用额度 credit_limit float(15,2) not null
借款担保额度 borrow_vouch_li
float(15,2) not null
mit
投资人担保额度 invest_vouch_limi
float(15,2) not null
t
说明 info varchar(50) not null
投标操作时间 add_time int(10) not null
操作记录IP add_ip varchar(16) not null
主键 contraint pk_lzh_member_limitlog primary key (id)
关键字说明 type: 7-还款完成 12-流标
表名:会员登陆日志管理表(LZH_MEMBER_LOGIN)
名称 代码 数据类型 默认值 是否为空
编号ID id int(10) Pk
会员ID uid int(10) not null
操作时间 add_time int(10) not null
操作记录IP ip varchar(15) not null
主键 contraint pk_lzh_member_login primary key (id)关键字说明
表名:会员资金管理表(LZH_MEMBER_MONEY)
名称 代码 数据类型 默认值 是否为空
会员ID uid int(10) Pk
冻结金额 money_freeze decimal(15,2) not null
待收金额 money_collect decimal(15,2) not null
充值资金存放池_
account_money decimal(15,2) not null
可用余额
回款资金存放池_
back_money decimal(15,2) not null
可用余额
信用总额度 credit_limit decimal(15,2) not null
已用信用额度 credit_cuse decimal(15,2) not null
借款担保总额度 borrow_vouch_li
decimal(15,2) not null
mit
借款担保已用额 borrow_vouch_cu
decimal(15,2) not null
度 se
投资担保总额度 invest_vouch_limi
decimal(15,2) not null
t
投资担保已用额 invest_vouch_cus
decimal(15,2) not null
度 e
主键 contraint pk_lzh_member_money primary key (uid)
关键字说明
表名:会员资金变动日志管理表(LZH_MEMBER_MONEYLOG)
名称 代码 数据类型 默认值 是否为空
编号ID id int(10) Pk
会员ID uid int(10) not null类型 type tinyint(3) not null
影响金额 affect_money decimal(15,2) not null
充值资金存放池_
account_money decimal(15,2) not null
可用余额
回款资金存放池_
back_money decimal(15,2) not null
可用余额
代收金额 collect_money decimal(15,2) not null
冻结金额 freeze_money decimal(15,2) not null
记录类别说明 info varchar(50) not null
添加时间 add_time int(10) not null
添加者IP add_ip varchar(16) not null
交易对方UID target_uid int(11) 0 not null
交易对方用户名 target_uname varchar(20) not null
主键 contraint pk_lzh_member_moneylog primary key (id)
关键字说明 type: 资金变动原因的分类
表名:会员留言管理表(LZH_MEMBER_MSG)
名称 代码 数据类型 默认值 是否为空
编号ID id int(11) Pk
发信会员ID from_uid int(11) not null
发信会员姓名 from_uname varchar(20) not null
收信会员ID to_uid int(11) not null
收信会员姓名 to_uname varchar(20) not null
信息标题 title varchar(50) not null
内容 msg varchar(2000) not null
发送时间 add_time int(10) not null
是否已读 is_read tinyint(3) 0 not null
类型 type smallint(6) not null
收件人是否删除 to_del tinyint(4) 0 not null发送人是否删除 from_del tinyint(4) 0 not null
主键 contraint pk_lzh_member_msg primary key (id)
关键字说明 type:to/from
表名:会员充值记录管理表(LZH_MEMBER_PAYONLINE)
名称 代码 数据类型 默认值 是否为空
编号ID id int(10) Pk
会员ID uid int(10) not null
加密对账号 nid char(32) not null
支付金额 money decimal(15,2) not null
手续费 fee decimal(8,2) not null
充值方式 way varchar(20) not null
充值状态 status tinyint(4) 0 not null
充值时间 add_time int(10) not null
充值者IP add_ip varchar(16) not null
账单流水号 tran_id varchar(50) not null
线下汇款银行 off_bank varchar(50) not null
线下汇款方式 off_way varchar(100) not null
处理人 deal_user varchar(40) not null
处理人UID deal_uid int(11) not null
打款凭证 payimg varchar(1000) not null
主键 contraint pk_lzh_member_payonline primary key (id)
Status: 0代表充值未完成;
1代表充值成功;
关键字说明
2代表签名不符;
3代表充值失败
表名:会员备注记录表(LZH_MEMBER_REMARK)名称 代码 数据类型 默认值 是否为空
编号ID id int(10) Pk
用户ID user_id int(11) not null
用户名称 user_name varchar(50) not null
备注 remark varchar(500) not null
管理员ID admin_id int(11) not null
管理员名称 admin_real_name varchar(50) not null
录入时间 add_time int(10) 0 not null
主键 contraint pk_lzh_member_remark primary key (id)
关键字说明
表名:会员安全问题设置管理表(LZH_MEMBER_SAFEQUESTION)
名称 代码 数据类型 默认值 是否为空
会员ID uid int(10) Pk
安全问题1 question1 varchar(100) not null
回答1 answer1 varchar(100) not null
安全问题2 question2 varchar(100) not null
回答2 answer2 varchar(100) not null
添加时间 add_time int(11) not null
主键 contraint pk_lzh_member_safequestion primary key (uid)
关键字说明
表名:提现记录(LZH_MEMBER_WITHDRAW)
名称 代码 数据类型 默认值 是否为空
编号ID id int(10) Pk会员ID uid int(10) not null
提现金额 withdraw_money decimal(15,2) not null
提现状态 withdraw_status tinyint(4) not null
提现手续费 withdraw_fee decimal(15,2) not null
提现时间 add_time int(10) not null
提现人IP add_ip varchar(16) not null
处理时间 deal_time int(10) not null
处理人 deal_user varchar(50) not null
备注信息 deal_info varchar(200) not null
实际手续费 second_fee decimal(15,2) not null
实际到账金额 success_money decimal(15,2) not null
主键 contraint pk_lzh_member_withdraw primary key (id)
关键字说明 withdraw_status: 0-待审核 1-审核通过,处理中 2-已提现 3-审核未通过
表名:实名认证(LZH_NAME_APPLY)
名称 代码 数据类型 默认值 是否为空
编号ID id int(11) Pk
用户 uid int(10) not null
上载时间 up_time int(10) not null
状态 status tinyint(3) not null
身份证 idcard varchar(20) not null
审核说明 deal_info varchar(80) not null
主键 contraint pk_lzh_name_apply primary key (id)
关键字说明 status: 0-待审核 1-已通过审核 2-未通过审核
表名:栏目导航(LZH_NAVIGATION)
名称 代码 数据类型 默认值 是否为空编号ID id smallint(6) Pk
名称 type_name varchar(40) not null
链接 type_url varchar(200) not null
关键字 type_keyword varchar(200) not null
信息 type_info varchar(400) not null
内容 type_content text not null
排序 sort_order int(11) not null
属性 type_set tinyint(1) 0 not null
上一级菜单ID parent_id smallint(6) not null
名称索引 type_nid varchar(50) not null
是否隐藏 is_hiden int(1) 0 not null
录入时间 add_time int(10) not null
是否系统菜单 is_sys tinyint(3) not null
模型名称 Model char(30) not null
主键 contraint pk_lzh_navigation primary key (id)
关键字说明 type_set: 2-跳转
表名:第三方登录(LZH_OAUTH)
名称 代码 数据类型 默认值 是否为空
编号ID id int(10) Pk
是否绑定 is_bind tinyint(30) 0 not null
第三方站点 site varchar(30) not null
第三方 openid varchar(255) not null
昵称 nickname varchar(255) not null
头像 avatar varchar(255) not null
链接 url varchar(255) not null
登录次数 logintimes int(10) 0 not null
登录时间 logintime int(10) 0 not null绑定ID bind_uid int(10) 0 not null
录入时间 addtime int(10) 0 not null
主键 contraint pk_lzh_oauth primary key (id)
关键字说明
表名:QQ设置(LZH_QQ)
名称 代码 数据类型 默认值 是否为空
编号ID id int(11) Pk
号码 qq_num varchar(50) not null
标题 qq_title varchar(100) not null
排序 qq_order int(2) not null
是否公开 is_show int(1) 1 not null
类型 type int(1) not null
主键 contraint pk_lzh_vip_apply primary key (id)
关键字说明 type: 0-普通 1-群 2-客服
表名:短信通知记录(LZH_SMSLOG)
名称 代码 数据类型 默认值 是否为空
编号ID id int(10) Pk
管理员ID admin_id int(11) not null
管理员真实姓名 admin_real_name varchar(50) not null
会员名 user_name varchar(50) not null
会员email user_email varchar(50) not null
会员电话 user_phone varchar(50) not null
消息标题 title varchar(20) not null
消息内容 content varchar(500) not null
发送时间 add_time int(10) 0 not null
主键 contraint pk_lzh_smslog primary key (id)关键字说明
表名:会员参数暂存表(LZH_SYS_TIP)
名称 代码 数据类型 默认值 是否为空
会员ID uid int(10) not null
参数 tipset varchar(300) not null
主键 contraint pk_lzh_sys_tip primary key (id)
关键字说明
表名:回款续投奖励(LZH_TODAY_REWARD)
名称 代码 数据类型 默认值 是否为空
编号ID id int(10) Pk
借款标ID borrow_id int(10) not null
投资者ID reward_uid int(10) not null
投资金额 invest_money decimal(15,2) not null
奖励金额 reward_money decimal(10,2) not null
状态 reward_status tinyint(3) 0 not null
添加时间 add_time int(10) not null
审核时间 deal_time int(10) not null
录入者IP add_ip varchar(20) not null
主键 contraint pk_lzh_today_reward primary key (id)
关键字说明 reward_status: 0-应付 1-到账 2-取消
表名:企业直投标信息记录表(LZH_TRANSFER_BORROW_INFO)
名称 代码 数据类型 默认值 是否为空
编号ID id int(10) Pk
借款人 borrow_name varchar(50) not null借款人ID borrow_uid int(11) not null
借款期限 borrow_duration tinyint(3) not null
借款金额 borrow_money decimal(15,2) not null
借款利息 borrow_interest decimal(15,2) not null
borrow_interest_r
起始年利率 decimal(5,2) not null
ate
repayment_mone
返还金额 decimal(15,2) not null
y
repayment_intere
返还利息 decimal(15,2) not null
st
返还类型 repayment_type tinyint(3) not null
状态 borrow_status tinyint(3) not null
已流转数 transfer_out int(10) not null
transfer_back int(10) not null
总流转数 transfer_total int(10) not null
每份金额 per_transfer int(10) not null
录入时间 add_time int(10) not null
截止时间 deadline int(10) not null
录入者IP add_ip varchar(16) not null
审核者 deal_user int(10) not null
审核时间 deal_time int(10) not null
审核意见 deal_info varchar(500) not null
borrow_info varchar(2000) not null
ensure_departme
担保机构 varchar(10) not null
nt
updata varchar(2000) not null
还款进度 progress tinyint(3) not null
total tinyint(4) not null
是否显示 is_show tinyint(4) 1 not null
最低认购期限 min_month tinyint(4) 0 not null
网站奖励 reward_rate float(5,2) 0.00 not null每月增加利率 increase_rate float(5,2) 0.00 not null
借款管理费 borrow_fee decimal(15,2) not null
普通会员不可投 level_can tinyint(3) 0 not null
最小购买份数 borrow_min int(11) not null
最大购买份数 borrow_max int(11) not null
担保 danbao decimal(15,2) not null
推荐 is_tuijian tinyint(3) 0 not null
借款类型 borrow_type int(11) 6 not null
图片 b_img varchar(200) not null
投标期限 collect_day int(10) not null
允许自动投标 is_auto tinyint(3) 0 not null
未使用 is_jijin tinyint(3) 0 not null
未使用 online_time int(10) 0 not null
未使用 on_off tinyint(2) not null
主键 contraint pk_lzh_transfer_borrow_info primary key (id)
repayment_type: 2-等额本息4-每月还息5-一次性还款
关键字说明
borrow_status: 2-借款中3-流标 7-正常完成
表名:企业直投标锁定标志(LZH_TRANSFER_BORROW_INFO_LOCK)
名称 代码 数据类型 默认值 是否为空
企业直投标ID id int(10) not null
标志 suo int(10) not null
主键 contraint pk_lzh_transfer_borrow_info_lock primary key (id)
关键字说明
表名:企业直投标投标记录(LZH_TRANSFER_BORROW_INVESTOR)
名称 代码 数据类型 默认值 是否为空编号ID id int(10) Pk
状态 status tinyint(3) 0 not null
企业直投标ID borrow_id int(10) not null
投资人ID investor_uid int(10) not null
发标人ID borrow_uid int(11) not null
投资金额 investor_capital decimal(15,2) not null
投资利息 investor_interest decimal(15,2) not null
投资利息管理费 invest_fee decimal(15,2) not null
待还金额 receive_capital decimal(15,2) not null
待还利息 receive_interest decimal(15,2) not null
投资时间 add_time int(10) not null
截止时间 deadline int(10) not null
是否自动投标 is_auto tinyint(3) 0 not null
投标奖励 reward_money decimal(15,2) not null
认购份数 transfer_num int(10) 0 not null
认购期限 transfer_month int(10) 0 not null
回购时间 back_time int(10) not null
最终年化利率 final_interest_rate float(5,2) 0.00 not null
主键 contraint pk_lzh_transfer_borrow_investor primary key (id)
关键字说明 status: 1-还款中 2-正常完成 3-流标
表名:企业直投标明细(LZH_TRANSFER_DETAIL)
名称 代码 数据类型 默认值 是否为空
企业直投标ID borrow_id int(10) not null
项目概述 borrow_breif varchar(2000) not null
资产情况 borrow_capital varchar(2000) not null
借款用途 borrow_use varchar(2000) not null
风险控制 borrow_risk varchar(2000) not null担保方式 borrow_guarantee varchar(50) not null
图片 borrow_img varchar(2000) not null
主键 contraint pk_lzh_ transfer_detail primary key (id)
关键字说明
表名:企业直投标还款明细(LZH_TRANSFER_INVESTOR_DETAIL)
名称 代码 数据类型 默认值 是否为空
编号ID id int(10) Pk
实际还款时间 repayment_time int(10) 0 not null
企业直投标ID borrow_id int(10) not null
投标ID invest_id int(10) not null
投标者ID investor_uid int(10) not null
发标者ID borrow_uid int(10) not null
投资额 capital decimal(15,2) not null
利息 interest decimal(15,2) not null
状态 status tinyint(3) not null
管理费 interest_fee decimal(15,2) not null
回款利息 receive_interest decimal(15,2) not null
回款金额 receive_capital decimal(15,2) not null
当前期数 sort_order tinyint(3) not null
总期数 total tinyint(3) not null
到期还款时间 deadline int(10) not null
逾期费用 expired_money decimal(15,2) not null
逾期天数 expired_days tinyint(3) 0 not null
催收费 call_fee decimal(5,2) not null
代还金额 substitute_money decimal(15,2) not null
代还时间 substitute_time int(10) 0 not null
主键 contraint pk_lzh_transfer_investor_detail primary key (id)关键字说明 status 1:正常还完 7:还款中 3:流标
表名:会员信息验证表(LZH_VERIFY)
名称 代码 数据类型 默认值 是否为空
编号ID id int(11) Pk
验证码 code varchar(32) not null
发送时间 send_time int(10) not null
ukey int(10) not null
类型 type tinyint(3) not null
主键 contraint pk_lzh_verify primary key (id)
关键字说明 type: 1-邮件 2-手机
表名:视频认证(LZH_VIDEO_APPLY)
名称 代码 数据类型 默认值 是否为空
编号ID id int(10) Pk
用户ID uid int(10) not null
录入时间 add_time int(10) not null
录入者IP add_ip varchar(16) not null
是否通过 apply_status tinyint(3) 0 not null
奖励积分 credits int(11) 0 not null
审核者 deal_user int(10) not null
审核时间 deal_time int(10) not null
审核意见 deal_info varchar(50) not null
主键 contraint pk_lzh_video_apply primary key (id)
关键字说明表名:VIP认证(LZH_VIP_APPLY)
名称 代码 数据类型 默认值 是否为空
编号ID id int(11) Pk
用户ID uid int(10) not null
客服ID kfid int(10) not null
现居住(省) province_now int(10) not null
现居住(市) city_now int(10) not null
现居住(区) area_now int(10) not null
说明 des varchar(1000) not null
录入时间 add_time int(10) not null
状态 status tinyint(3) not null
审核时间 deal_time int(10) not null
审核者 deal_user int(10) not null
审核意见 deal_info varchar(200) not null
主键 contraint pk_lzh_vip_apply primary key (id)
关键字说明 status: 0-待审核 1-通过 2-未通过