// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity // ShortPlayUrls is the golang structure for table short_play_urls. type ShortPlayUrls struct { Id int64 `json:"id" ` // ShortVideoId int64 `json:"short_video_id" ` // Res string `json:"res" ` // }