模块化变更
This commit is contained in:
8
server/model/example/exa_excel.go
Normal file
8
server/model/example/exa_excel.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package example
|
||||
|
||||
import "gin-vue-admin/model/system"
|
||||
|
||||
type ExcelInfo struct {
|
||||
FileName string `json:"fileName"` // 文件名
|
||||
InfoList []system.SysBaseMenu `json:"infoList"`
|
||||
}
|
Reference in New Issue
Block a user