package
Version:
v0.1.0-alpha.10
Opens a new window with list of versions in this module.
Published: Dec 2, 2023
License: MIT
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Parser 解析文件接口 支持解析docx和xlsx
type Page struct {
PageNo int `json:"pageNo" form:"pageNo"`
PageSize int `json:"pageSize" form:"pageSize"`
Total int64 `json:"total" form:"total"`
Items []*entity.Tiku `json:"items" form:"items"`
}
Page 分页
Source Files
¶
Click to show internal directories.
Click to hide internal directories.