admin/server/config/excel.go
2025-06-19 21:53:00 +08:00

6 lines
93 B
Go

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