zwxi 7 月之前
父節點
當前提交
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:'更新时间'"`