request

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CustomerCreate

type CustomerCreate struct {
	example.Customer
}

type CustomerSearch

type CustomerSearch struct {
	UserAuthorityID string `json:"-"`
	common.PageInfo
}

func (*CustomerSearch) Search

func (r *CustomerSearch) Search() func(db *gorm.DB) *gorm.DB

type CustomerUpdate

type CustomerUpdate struct {
	example.Customer
}

type FileCreate

type FileCreate struct {
	Key  string `json:"key" gorm:"comment:编号"`
	Url  string `json:"url" gorm:"comment:文件地址"`
	Tag  string `json:"tag" gorm:"comment:文件标签"`
	Name string `json:"name" gorm:"comment:文件名"`
}

func (*FileCreate) Create

func (r *FileCreate) Create() example.File

Jump to

Keyboard shortcuts

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