增加读取结果定义
This commit is contained in:
parent
28d9566e07
commit
daab8f3bd5
18
excel/define.go
Normal file
18
excel/define.go
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
// Package excel...
|
||||||
|
//
|
||||||
|
// Description : excel...
|
||||||
|
//
|
||||||
|
// Author : go_developer@163.com<白茶清欢>
|
||||||
|
//
|
||||||
|
// Date : 2021-11-19 11:57 上午
|
||||||
|
package excel
|
||||||
|
|
||||||
|
// ReadResult ...
|
||||||
|
//
|
||||||
|
// Author : go_developer@163.com<白茶清欢>
|
||||||
|
//
|
||||||
|
// Date : 11:57 上午 2021/11/19
|
||||||
|
type ReadResult struct {
|
||||||
|
Error error // 异常信息
|
||||||
|
Result map[string][]map[string]interface{} // 查询结果 sheet => dataList
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user