admin-api/config/excel.go

6 lines
93 B
Go
Raw Permalink Normal View History

2024-10-23 02:09:54 +00:00
package config
type Excel struct {
Dir string `mapstructure:"dir" json:"dir" yaml:"dir"`
}