dto

package
v0.0.0-...-8170b65 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserMoney

type UserMoney struct {
	Id    int64   `json:"id"`
	Money float64 `json:"money"`
	Ptype int     `json:"ptype"`
}

type UserPass

type UserPass struct {
	OldPass string `json:"oldPass" valid:"Required;"`
	NewPass string `json:"newPass" valid:"Required;"`
}

type UserPost

type UserPost struct {
	Id       int64  `json:"id"`
	NickName string `json:"nickName" valid:"Required;"`
	Phone    string `json:"phone" valid:"Required;"`
	Sex      string `json:"sex"`
}

type UserQuery

type UserQuery struct {
	dto.BasePage
	Sort    string
	Blurry  string
	Enabled bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL