Files
Go-Web-Template/server/config/excel.go
2026-04-07 09:03:48 +08:00

6 lines
93 B
Go

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