From 2f0aa60ce2e10be53d9c865a6177bf731e182203 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期四, 17 八月 2023 11:15:41 +0800 Subject: [PATCH] fix --- model/business.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/model/business.go b/model/business.go index fe1625f..b7a11a7 100644 --- a/model/business.go +++ b/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:缁忚惀鑼冨洿"` } ) -- Gitblit v1.8.0