Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
孙龙
/
golang-queue-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
c0c4dfc0
authored
Sep 10, 2020
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整model
parent
8848e667
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
dal/user/InvoiceCompany/InvoiceCompany.go
dal/user/InvoiceCompany/InvoiceCompany.go
View file @
c0c4dfc0
package
InvoiceCompany
package
InvoiceCompany
import
(
_
"encoding/json"
...
...
@@ -22,7 +22,11 @@ type Company struct {
BlacklistHit
string
`db:"blacklist_hit"`
RiskType
string
`db:"risk_type"`
IsKefuCertified
string
`db:"is_kefu_certified"`
CustomerEn
string
`db:"customer_en"`
CustomerType
int
`db:"customer_type"`
ProductUseClassoneSn
int
`db:"product_use_classone_sn"`
ProductUseClasstwoSn
int
`db:"product_use_classtwo_sn"`
CustomerWebsite
string
`db:"customer_website"`
CreateTime
int
`db:"create_time"`
UpdateTime
int
`db:"update_time"`
}
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