🎨 移除多余模块
This commit is contained in:
13
server/api/v1/common/enter.go
Normal file
13
server/api/v1/common/enter.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package common
|
||||
|
||||
import "github.com/flipped-aurora/gin-vue-admin/server/service"
|
||||
|
||||
type ApiGroup struct {
|
||||
AttachmentCategoryApi
|
||||
FileUploadAndDownloadApi
|
||||
}
|
||||
|
||||
var (
|
||||
attachmentCategoryService = service.ServiceGroupApp.CommonServiceGroup.AttachmentCategoryService
|
||||
fileUploadAndDownloadService = service.ServiceGroupApp.CommonServiceGroup.FileUploadAndDownloadService
|
||||
)
|
||||
Reference in New Issue
Block a user