mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2025-12-30 11:52:26 +00:00
9 lines
224 B
Go
9 lines
224 B
Go
package example
|
|
|
|
import "github.com/flipped-aurora/gin-vue-admin/server/model/system"
|
|
|
|
type ExcelInfo struct {
|
|
FileName string `json:"fileName"` // 文件名
|
|
InfoList []system.SysBaseMenu `json:"infoList"`
|
|
}
|