You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
186 B

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