|
@@ -10,6 +10,7 @@ type BiDashboardDetail struct {
|
|
|
BiDashboardDetailId int `orm:"column(bi_dashboard_detail_id);pk" gorm:"primaryKey" `
|
|
|
BiDashboardId int `gorm:"column:bi_dashboard_id" `
|
|
|
Type int `gorm:"column:type" `
|
|
|
+ Conf string `gorm:"column:conf" `
|
|
|
UniqueCode string `gorm:"column:unique_code;size:32;not null" `
|
|
|
Sort int `gorm:"column:sort" `
|
|
|
CreateTime time.Time `gorm:"column:create_time" `
|