2020-03-27 19:45:42 +08:00

10 lines
115 B
Go

package audio
// SaveModel 音频保存模型
type SaveModel struct {
// ID
ID string
// 名称
Name string
}