Commit 446bba93 by 朱继来

调整公司表

parent 9a0fb3d3
Showing with 6 additions and 1 deletions
......@@ -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"`
......
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