You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
845 B
24 lines
845 B
// =================================================================================
|
|
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
|
// =================================================================================
|
|
|
|
package do
|
|
|
|
import (
|
|
"github.com/gogf/gf/v2/frame/g"
|
|
)
|
|
|
|
// Collect is the golang structure of table cms_collect for DAO operations like Where/Data.
|
|
type Collect struct {
|
|
g.Meta `orm:"table:cms_collect, do:true"`
|
|
Id interface{} //
|
|
Name interface{} // 资源名
|
|
Url interface{} //
|
|
Param interface{} // 参数
|
|
Model interface{} // 类型
|
|
Opt interface{} // 操作方式
|
|
Filter interface{} // 过滤模式
|
|
FilterForm interface{} //
|
|
SyncPic interface{} // 同步图片 全局 2 开启 1 关闭0
|
|
Class interface{} // 扩展分类 逗号,分隔
|
|
}
|