|
@@ -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:'更新时间'"`
|