exa_excel.go 138 Bytes
Newer Older
haoyanbin's avatar
1  
haoyanbin committed
1 2 3 4 5 6
package model

type ExcelInfo struct {
	FileName string        `json:"fileName"` // 文件名
	InfoList []SysBaseMenu `json:"infoList"`
}