Commit c0c4dfc0 by 朱继来

调整model

parent 8848e667
Showing with 6 additions and 2 deletions
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"`
}
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