feat(app): update
This commit is contained in:
9
pkg/dto/BroadCastDTO.go
Normal file
9
pkg/dto/BroadCastDTO.go
Normal file
@ -0,0 +1,9 @@
|
||||
package dto
|
||||
|
||||
type BroadCastDTO struct {
|
||||
BroadcastId string
|
||||
Title string
|
||||
Content string
|
||||
SchemeLink string
|
||||
TextColor string
|
||||
}
|
||||
Reference in New Issue
Block a user