RIceWqy 2 years ago
parent 79dc513129
commit 1126f682c1

@ -7,7 +7,7 @@ func (Service) TableName() string {
// Service 结构体表示服务信息
type Service struct {
ID int `json:"id"` // 服务ID
Name string `json:"name"` // 服务名称
Name string `json:"name"` // 服务名称
Image string `json:"image"` // 服务图片
GoodsID int `json:"goods_id"` // 商品ID
Description string `json:"description"` // 服务描述

Loading…
Cancel
Save