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
669e44f6
authored
Jun 30, 2022
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
添加字段
parent
bc1e423f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
dal/user/InvoiceCompany/InvoiceCompany.go
dal/user/InvoiceCompany/InvoiceCompany.go
View file @
669e44f6
...
...
@@ -3,6 +3,7 @@ package InvoiceCompany
type
Company
struct
{
Id
int
`db:"id"`
CompanyType
int
`db:"company_type"`
GroupCode
string
`db:"group_code"`
ComSn
string
`db:"com_sn"`
ErpComSn
string
`db:"erp_com_sn"`
UserId
int
`db:"user_id"`
...
...
@@ -14,6 +15,7 @@ type Company struct {
ComTaxRegistration
string
`db:"com_tax_registration"`
ComBank
string
`db:"com_bank"`
ComBankNum
string
`db:"com_bank_num"`
ComActualNature
int
`db:"com_actual_nature"`
ComNature
int
`db:"com_nature"`
EstablishmentTime
int
`db:"establishment_time"`
RegisteredCapital
float64
`db:"registered_capital"`
...
...
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