This commit is contained in:
2026-04-29 11:55:56 +08:00
parent b0c272d740
commit dc6e423299
14 changed files with 1428 additions and 1380 deletions
+11
View File
@@ -0,0 +1,11 @@
package routers
import "github.com/gin-gonic/gin"
func ApiCustomerInit() {
}
func ApiCustomer(r *gin.RouterGroup) {
}