package proto
type AddRequst struct {
Name string `binding:"required"`
Account string `binding:"required"`
}