mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-16 12:17:48 +00:00
5 lines
92 B
Go
5 lines
92 B
Go
package config
|
|
|
|
type Excel struct {
|
|
Dir string `mapstructure:"dir" json:"dir" yaml:"dir"`
|
|
} |