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
446bba93
authored
Dec 23, 2021
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整公司表
parent
9a0fb3d3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
dal/user/InvoiceCompany/InvoiceCompany.go
dal/user/InvoiceCompany/InvoiceCompany.go
View file @
446bba93
...
...
@@ -31,11 +31,16 @@ type Company struct {
ProductUseClassoneSn
int
`db:"product_use_classone_sn"`
ProductUseClasstwoSn
int
`db:"product_use_classtwo_sn"`
CustomerWebsite
string
`db:"customer_website"`
CreateType
int
`db:"create_type"`
CustomerDesc
string
`db:"customer_desc"`
BusinessLicenseSrc
string
`db:"business_license_src"`
SaleDepartment
int
`db:"sale_department"`
CreateType
int
`db:"create_type"`
Status
int
`db:"status"`
BusinessArea
int
`db:"business_area"`
ComFax
int
`db:"com_fax"`
ErpFirstOrderTime
int
`db:"erp_first_order_time"`
ErpLastOrderTime
int
`db:"erp_last_order_time"`
ErpSumOrderCount
int
`db:"erp_sum_order_count"`
CreateTime
int
`db:"create_time"`
UpdateTime
int
`db:"update_time"`
ComCnName
string
`db:"com_cn_name"`
...
...
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