fix
wangpengfei
2023-08-24 2128d417cbb9136ad5d8448fef7ce62a082922be
1
2
3
4
5
package config
 
type Excel struct {
    Dir string `mapstructure:"dir" json:"dir" yaml:"dir"`
}