Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
孙龙
/
kaopu-server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a293dd81
authored
Nov 21, 2019
by
Joneq
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
增加模型
parent
1f58a281
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
0 deletions
internal/model/com_credits.go
internal/model/com_credits.go
View file @
a293dd81
package
model
type
ComCredits
struct
{
Id
int64
`json:"id"`
//'模型条目ID'
ComCreditsId
int64
`json:"com_credits_id"`
//'关联信用分id'
ComName
string
`json:"com_name"`
//'公司名称'
ComOrganization
string
`json:"com_organization"`
//'组织结构代码'
EstanlishmentTime
int64
`json:"establishment_time"`
//'公司成立时间'
ComLeader
string
`json:"com_leader"`
//'公司负责人'
RegisteredCapital
string
`json:"registered_capital"`
//'注册资本'
CustomerProperty
int64
`json:"customer_property"`
//'客户性质'
ScoreTime
int64
`json:"score_time"`
//'评分时间'
ComAddress
string
`json:"com_address"`
//'公司地址'
LegalRepresentative
string
`json:"legal_representative"`
//'法定代表人'
LegalFixedTelephone
string
`json:"legal_fixed_telephone"`
//'法定代表人固定电话'
LegalMobilePhone
string
`json:"legal_mobile_phone"`
//'法定代表人移动电话'
ActualController
string
`json:"actual_controller"`
//'实控人'
ActualFixTelephone
string
`json:"actual_fix_telephone"`
//'企业实控人固定电话'
ActualMobilePhone
string
`json:"actual_mobile_phone"`
//'企业实控人移动电话'
ComContact
string
`json:"com_contact"`
//'企业联系人'
ContactFixTelephone
string
`json:"contact_fix_telephone"`
//'企业联系人固定电话'
ContactMobilePhone
string
`json:"contact_mobile_phone"`
//'企业联系人移动电话'
}
/*
`id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '主键',
`com_credits_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '关联信用分id',
`com_name` varchar(80) NOT NULL DEFAULT '' COMMENT '公司名称',
`com_organization` varchar(30) NOT NULL DEFAULT '' COMMENT '组织结构代码',
`establishment_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '公司成立时间',
`com_leader` varchar(60) NOT NULL DEFAULT '' COMMENT '公司负责人',
`registered_capital` decimal(14,4) unsigned NOT NULL DEFAULT '0.0000' COMMENT '注册资本',
`customer_property` varchar(50) NOT NULL DEFAULT '' COMMENT '客户性质',
`score_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '评分时间',
`com_address` varchar(100) NOT NULL DEFAULT '' COMMENT '公司地址',
`legal_representative` varchar(50) NOT NULL DEFAULT '' COMMENT '法定代表人',
`legal_fixed_telephone` varchar(15) NOT NULL DEFAULT '' COMMENT '法定代表人固定电话',
`legal_mobile_phone` char(11) NOT NULL DEFAULT '' COMMENT '法定代表人移动电话',
`actual_controller` varchar(50) NOT NULL DEFAULT '' COMMENT '实控人',
`actual_fix_telephone` varchar(15) NOT NULL DEFAULT '' COMMENT '企业实控人固定电话',
`actual_mobile_phone` char(11) NOT NULL DEFAULT '' COMMENT '企业实控人移动电话',
`com_contact` varchar(50) NOT NULL DEFAULT '' COMMENT '企业联系人',
`contact_fix_telephone` varchar(15) NOT NULL DEFAULT '' COMMENT '企业联系人',
`contact_mobile_phone` char(11) NOT NULL DEFAULT '' COMMENT '企业联系人移动电话',*/
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment