response

package
v0.0.0-...-c5f6412 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2024 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 Books

type Books struct {
	BookId          string `json:"bookId"`
	BookName        string `json:"bookName"`
	Author          string `json:"author"`
	Price           string `json:"price"`
	Publisher       string `json:"publisher"`
	PublicationDate string `json:"publicationDate"`
	Isbn            string `json:"isbn"`
	CoverImage      string `json:"coverImage"`
	Summary         string `json:"summary"`
	Category        int8   `json:"category"`
	Remark          string `json:"remark"`
	Status          int8   `json:"status"`
}

type ReadingResponse

type ReadingResponse struct {
	ID       uint               `json:"ID"`
	Name     string             `json:"name"`
	Number   string             `json:"number"`
	IdCard   string             `json:"idCard"`
	Mobile   string             `json:"mobile"`
	Profile  string             `json:"profile"`
	File     []request.CertFile `json:"file"`
	Group    string             `json:"group"`
	Referrer string             `json:"referrer"`
	Status   int                `json:"status"`
	Remark   string             `json:"remark"`
}

Jump to

Keyboard shortcuts

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