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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
20 deletions
dal/user/InvoiceCompany/InvoiceCompany.go
dal/user/InvoiceCompany/InvoiceCompany.go
View file @
c0c4dfc0
package
InvoiceCompany
package
InvoiceCompany
import
(
_
"encoding/json"
...
...
@@ -6,23 +6,27 @@ import (
)
type
Company
struct
{
Id
int
`db:"id"`
ComSn
string
`db:"com_sn"`
ErpComSn
string
`db:"erp_com_sn"`
ComName
string
`db:"com_name"`
ComAddr
string
`db:"com_addr"`
EstablishmentTime
int
`db:"establishment_time"`
RegisteredCapital
float64
`db:"registered_capital"`
ComOrganization
string
`db:"com_organization"`
LegalRepresentative
string
`db:"legal_representative"`
FiveLegalChange
int
`db:"five_legal_change"`
TwoYearsNoLawsuit
string
`db:"two_years_no_lawsuit"`
TotalCreditScore
float64
`db:"total_credit_score"`
IchuntHuntingCore
int
`db:"ichunt_hunting_core"`
BlacklistHit
string
`db:"blacklist_hit"`
RiskType
string
`db:"risk_type"`
IsKefuCertified
string
`db:"is_kefu_certified"`
CreateTime
int
`db:"create_time"`
UpdateTime
int
`db:"update_time"`
Id
int
`db:"id"`
ComSn
string
`db:"com_sn"`
ErpComSn
string
`db:"erp_com_sn"`
ComName
string
`db:"com_name"`
ComAddr
string
`db:"com_addr"`
EstablishmentTime
int
`db:"establishment_time"`
RegisteredCapital
float64
`db:"registered_capital"`
ComOrganization
string
`db:"com_organization"`
LegalRepresentative
string
`db:"legal_representative"`
FiveLegalChange
int
`db:"five_legal_change"`
TwoYearsNoLawsuit
string
`db:"two_years_no_lawsuit"`
TotalCreditScore
float64
`db:"total_credit_score"`
IchuntHuntingCore
int
`db:"ichunt_hunting_core"`
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