go-common/app/job/main/member/model/block/msg.go
2019-04-22 18:49:16 +08:00

9 lines
92 B
Go

package block
// MSG .
type MSG struct {
Code string
Title string
Content string
}