|
@@ -10,6 +10,7 @@ type BiDashboardDetail struct {
|
|
|
BiDashboardDetailId int `orm:"column(bi_dashboard_detail_id);pk" gorm:"primaryKey" ` // bi看板id
|
|
|
BiDashboardId int `gorm:"column:bi_dashboard_id" ` // 看板id
|
|
|
Type int `gorm:"column:type" ` // 1图表 2表格
|
|
|
+ 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" ` // 创建时间
|