package models

type Product struct {
	ProductId   int    `description:"产品id"`
	ProductName string `description:"产品名称"`
}