最新成果

This commit is contained in:
eson
2023-06-01 16:19:24 +08:00
parent 5446c4123a
commit 7ffbce7759
10 changed files with 241 additions and 20 deletions

View File

@@ -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 {