// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package do import ( "github.com/gogf/gf/v2/frame/g" ) // ShortPlayUrls is the golang structure of table cms_short_play_urls for DAO operations like Where/Data. type ShortPlayUrls struct { g.Meta `orm:"table:cms_short_play_urls, do:true"` Id interface{} // ShortVideoId interface{} // Res interface{} // }