🎨 新增酒单CRUD & 喜欢的酒单列表CRUD
This commit is contained in:
@@ -11,5 +11,3 @@ type GetWineListByUser struct {
|
||||
Category string `json:"category" form:"category"` // 分类
|
||||
UserId int `json:"userId" form:"userId"` // 用户ID
|
||||
}
|
||||
|
||||
type AddWine struct{}
|
||||
|
Reference in New Issue
Block a user