增加webssh及数据库查询

This commit is contained in:
meilin.huang
2021-01-08 15:37:32 +08:00
parent 111612b7f2
commit 4c2e6b6155
60 changed files with 4347 additions and 2222 deletions

View File

@@ -1,12 +1,13 @@
package models
import (
"github.com/astaxie/beego/orm"
"mayfly-go/base"
"mayfly-go/base/model"
"github.com/beego/beego/v2/client/orm"
)
type Role struct {
base.Model
model.Model
Name string `orm:"column(name)" json:"username"`
//AccountId int64 `orm:"column(account_id)`