Files
gva/server/config/excel.go
2021-04-04 21:42:22 +08:00

6 lines
93 B
Go

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