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