exa_excel.go 188 B

123456789
  1. package example
  2. import "log-server/model/system"
  3. type ExcelInfo struct {
  4. FileName string `json:"fileName"` // 文件名
  5. InfoList []system.SysBaseMenu `json:"infoList"`
  6. }