xyxie 7 ماه پیش
والد
کامیت
b60a415c45
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      models/business_conf.go

+ 0 - 2
models/business_conf.go

@@ -3,7 +3,6 @@ package models
 import (
 	"eta_gn/eta_index_lib/utils"
 	"fmt"
-	"gorm.io/gorm"
 	"html"
 	"strings"
 	"time"
@@ -75,7 +74,6 @@ type BusinessConf struct {
 	Necessary  int        `gorm:"column:necessary;not null;default:0"`
 	Remark     string     `gorm:"column:remark;type:varchar(128);not null;default:''"`
 	CreateTime *time.Time `gorm:"column:create_time"`
-	gorm.Model
 }
 
 func (m *BusinessConf) TableName() string {