background/controller/data.go

8 lines
92 B
Go
Raw Normal View History

2020-11-12 12:08:22 +08:00
package controller
type RespBase struct {
Msg string
Status int
Data interface{}
}