最新成果
This commit is contained in:
@@ -2,13 +2,11 @@
|
||||
package types
|
||||
|
||||
type Request struct {
|
||||
Name string `form:"name"` // parameters are auto validated
|
||||
}
|
||||
|
||||
type FsFonts struct {
|
||||
Title string `json:"title" gorm:"column:title"`
|
||||
LinuxFontname string `json:"linux_fontname" gorm:"column:linux_fontname"`
|
||||
Link string `json:"link" gorm:"link"`
|
||||
type GetTypeData struct {
|
||||
Id int64 `db:"id" json:"key"` // ID
|
||||
Name string `db:"name" json:"name"` // 餐厅名字
|
||||
}
|
||||
|
||||
type Response struct {
|
||||
|
||||
Reference in New Issue
Block a user