exa_excel.go 224 B

12345678
  1. package example
  2. import "github.com/flipped-aurora/gin-vue-admin/server/model/system"
  3. type ExcelInfo struct {
  4. FileName string `json:"fileName"` // 文件名
  5. InfoList []system.SysBaseMenu `json:"infoList"`
  6. }