Commit 669e44f6 by 朱继来

添加字段

parent bc1e423f
Showing with 2 additions and 0 deletions
......@@ -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"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment