aozhiwei 0f42baade0 1
2024-10-30 10:52:45 +08:00

12 lines
125 B
Go

package item
import (
"github.com/gin-gonic/gin"
)
type ItemApi struct {
}
func (this *ItemApi) List(c *gin.Context) {
}