busniess-user-center/server/user/proto/response.go

8 lines
89 B
Go

package proto
type AddResponse struct {
Id uint
Account string
Name string
}