gin-vue-admin/server/config/excel.go

6 lines
93 B
Go
Raw Normal View History

2021-01-27 16:28:24 +00:00
package config
type Excel struct {
Dir string `mapstructure:"dir" json:"dir" yaml:"dir"`
}