excel导入导出功能合并并且细节修改完成

This commit is contained in:
pixel
2021-02-19 15:45:55 +08:00
parent 0f6613c4a1
commit 171be652eb
14 changed files with 218 additions and 183 deletions

View File

@@ -0,0 +1,6 @@
package model
type ExcelInfo struct {
FileName string `json:"fileName"`
InfoList []SysBaseMenu `json:"infoList"`
}