FrontInterfaceCenter/internal/biz/do/activity.go

6 lines
59 B
Go

package do
type ActivityDo struct {
Id int `json:"id"`
}