feat(app): update
This commit is contained in:
15
pkg/dto/MusicDTO.go
Normal file
15
pkg/dto/MusicDTO.go
Normal file
@ -0,0 +1,15 @@
|
||||
package dto
|
||||
|
||||
type MusicDTO struct {
|
||||
MusicId string
|
||||
MusicName string
|
||||
MusicUrl string
|
||||
TypeName string
|
||||
Singer string
|
||||
UploadUserId string
|
||||
UploadUserName string
|
||||
CreateTime string
|
||||
Size string
|
||||
Long string
|
||||
Status string `json:"Status,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user