feat:完善项目信息
This commit is contained in:
12
app/api/website/controller/technology/paper.go
Normal file
12
app/api/website/controller/technology/paper.go
Normal 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"`
|
||||
}
|
||||
)
|
Reference in New Issue
Block a user