feat: 长文本语音合成
This commit is contained in:
@@ -7,8 +7,9 @@ import (
|
||||
// RadioLike 用户点赞表
|
||||
type RadioLike struct {
|
||||
global.BaseModel
|
||||
UserId string `gorm:"size:50;index" json:"userId"` // 用户ID
|
||||
ProgramId string `gorm:"size:50;index" json:"programId"` // 节目ID
|
||||
UserId string `gorm:"size:50;index" json:"userId"` // 用户ID
|
||||
ProgramId string `gorm:"size:50;index" json:"programId"` // 节目ID
|
||||
RadioProgram *RadioProgram `gorm:"foreignKey:ProgramId" json:"program"`
|
||||
}
|
||||
|
||||
func (RadioLike) TableName() string {
|
||||
|
||||
Reference in New Issue
Block a user