JM-WechatMini/config/excel.go

6 lines
93 B
Go
Raw Normal View History

2023-11-02 04:34:46 +08:00
package config
type Excel struct {
Dir string `mapstructure:"dir" json:"dir" yaml:"dir"`
}