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

5 lines
92 B
Go

package config
type Excel struct {
Dir string `mapstructure:"dir" json:"dir" yaml:"dir"`
}