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.
|
|
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do
import ( "github.com/gogf/gf/v2/frame/g" )
// Player is the golang structure of table cms_player for DAO operations like Where/Data.
type Player struct { g.Meta `orm:"table:cms_player, do:true"` Id interface{} //
Status interface{} // 状态
From interface{} // 编码格式
Name interface{} // 名称
Target interface{} // 目标窗口
Parse interface{} // 解析状态
ParseApi interface{} // 解析地址
Sort interface{} // 排序
Tip interface{} // 提示
Filename interface{} // 文件名称
Code interface{} // 编码
Remark interface{} // 备注
}
|