You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
308 B
17 lines
308 B
|
4 years ago
|
package reply
|
||
|
|
|
||
|
|
import (
|
||
|
|
"github.com/flipped-aurora/gin-vue-admin/server/api/reply/qual"
|
||
|
|
"github.com/flipped-aurora/gin-vue-admin/server/api/reply/quan"
|
||
|
|
)
|
||
|
|
|
||
|
|
//自建审批
|
||
|
|
|
||
|
|
//企业微信应用
|
||
|
|
type ApiGroup struct {
|
||
|
|
QuanAipGroup quan.ApiGroup
|
||
|
|
QualApiGroup qual.ApiGroup
|
||
|
|
}
|
||
|
|
|
||
|
|
var ApiGroupApp = new(ApiGroup)
|