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"` }
Click to show internal directories.
Click to hide internal directories.