bygdata/config/excel.go
liuzhiwang e57ec346ea add
2026-02-02 17:57:11 +08:00

6 lines
93 B
Go

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