fix
wangpengfei
2023-08-17 2f0aa60ce2e10be53d9c865a6177bf731e182203
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:经营范围"`
   }
)