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.
12 lines
499 B
12 lines
499 B
// =================================================================================
|
|
// 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" ` //
|
|
}
|