package controllers import ( "github.com/beego/beego/v2/server/web" ) type AIPPTController struct { web.Controller }