feat:完善项目信息

This commit is contained in:
henry
2021-12-24 16:20:03 +08:00
parent b506378003
commit c80e581956
7 changed files with 216 additions and 2 deletions

View File

@ -0,0 +1,12 @@
package technology
type Paper struct{}
type (
PaperInfo struct {
ID string `json:"id"`
Title string `json:"title"`
Ext string `json:"ext"`
Keywords []string `json:"keywords"`
}
)