• haoyanbin's avatar
    1 · 9bf9e037
    haoyanbin authored
    9bf9e037
exa_excel.go 138 Bytes
package model

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