9 changed files with 7 additions and 5 deletions
@ -1,9 +1,13 @@ |
|||
package admin |
|||
|
|||
import "github.com/flipped-aurora/gin-vue-admin/server/api/admin/dutyassess" |
|||
import ( |
|||
"github.com/flipped-aurora/gin-vue-admin/server/api/admin/dutyassess" |
|||
"github.com/flipped-aurora/gin-vue-admin/server/api/admin/systemuser" |
|||
) |
|||
|
|||
type ApiGroup struct { |
|||
DutyAssess dutyassess.ApiGroup |
|||
SystemApi systemuser.ApiGroup |
|||
} |
|||
|
|||
var ApiGroupApp = new(ApiGroup) |
|||
|
|||
Loading…
Reference in new issue