6 lines
93 B
Go
Raw Permalink Normal View History

2025-06-21 00:54:48 +08:00
package config
type Excel struct {
Dir string `mapstructure:"dir" json:"dir" yaml:"dir"`
}