zwxi 7 месяцев назад
Родитель
Сommit
aad78b13da
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      models/bi_dashboard/bi_dashboard_home_page.go

+ 2 - 2
models/bi_dashboard/bi_dashboard_home_page.go

@@ -6,8 +6,8 @@ import (
 )
 
 type BiDashboardHomePage struct {
-	BiDashboardHomePageID int `gorm:"primaryKey;autoIncrement;comment:'bi首页看板id'"`
-	BiDashboardID         int `gorm:"type:int(10);default:null;comment:'看板id'"`
+	BiDashboardHomePageId int `gorm:"primaryKey;autoIncrement;comment:'bi首页看板id'"`
+	BiDashboardId        int `gorm:"type:int(10);default:null;comment:'看板id'"`
 	AdminID               int `gorm:"type:int(10);default:null;comment:'1图表 2表格'"`
 	CreateTime            time.Time `gorm:"type:datetime;comment:'创建时间'"`
 	ModifyTime            time.Time `gorm:"type:datetime;comment:'更新时间'"`