增加Excel导入导出示例功能

This commit is contained in:
hwb2017
2021-01-28 00:28:24 +08:00
parent 21ef7bdcc0
commit f60b0f1750
15 changed files with 403 additions and 143 deletions

View File

@@ -13,4 +13,5 @@ type Server struct {
// oss
Local Local `mapstructure:"local" json:"local" yaml:"local"`
Qiniu Qiniu `mapstructure:"qiniu" json:"qiniu" yaml:"qiniu"`
Excel Excel `mapstructure:"excel" json:"excel" yaml:"excel"`
}