This commit is contained in:
邹宗楠
2025-06-05 16:15:39 +08:00
parent 17bcf8cfa4
commit 664141e513
5 changed files with 77 additions and 9 deletions

7
controllers/lakala.go Normal file
View File

@@ -0,0 +1,7 @@
package controllers
import "github.com/astaxie/beego/server/web"
type LaKaLaController struct {
web.Controller
}