7 lines
125 B
Go
7 lines
125 B
Go
|
package model
|
||
|
|
||
|
type ExcelInfo struct {
|
||
|
FileName string `json:"fileName"`
|
||
|
InfoList []SysBaseMenu `json:"infoList"`
|
||
|
}
|