This website requires JavaScript.
Explore
Help
Register
Sign In
suguo
/
gin-vue-admin
mirror of
https://gitee.com/pixelmax/gin-vue-admin.git
Watch
1
Star
0
Fork
You've already forked gin-vue-admin
0
Code
Issues
Projects
Releases
Wiki
Activity
05872354b8
gin-vue-admin
/
server
/
config
/
excel.go
6 lines
93 B
Go
Raw
Normal View
History
Unescape
Escape
增加Excel导入导出示例功能
2021-01-27 16:28:24 +00:00
package
config
type
Excel
struct
{
Dir
string
`
mapstructure:"dir" json:"dir" yaml:"dir"
`
fix: casbin gorm-adapter has no sqlite3 support Signed-off-by: closetool <c299999999@qq.com>
2021-04-04 13:32:23 +00:00
}