使用gin提供的玩意`json:"别名"`
package Module type ProdModel struct { ProdID int `json:"pId"` ProdName string `json:"pName"` }