package routers import "github.com/gin-gonic/gin" func ApiCustomerInit() { } func ApiCustomer(r *gin.RouterGroup) { }