model/business.go
@@ -12,6 +12,6 @@ EnterpriseNature EnterpriseNature EnterpriseScaleId int `json:"enterprise_scale_id" gorm:"column:enterprise_scale_id;type:int(11);comment:企业规模"` EnterpriseScale EnterpriseScale BusinessScope string `json:"business_scope" gorm:"column:business_scope;type:varchar(255);comment:经营范围"` BusinessScope string `json:"business_scope" gorm:"column:business_scope;type:text;comment:经营范围"` } )