1
0
mirror of https://github.com/fumiama/paper-manager.git synced 2026-06-25 05:20:16 +08:00

初步完成step1前端设计

This commit is contained in:
源文雨
2023-04-24 00:59:06 +08:00
parent ff831f2f7a
commit aabd25ea19
10 changed files with 326 additions and 77 deletions

View File

@@ -80,7 +80,7 @@ func (f *FileDatabase) DelQuestion(id int64, istemp bool) error {
type Question struct {
ID int64 // ID is the first 8 bytes of the Plain's md5
FileID int64 // FileID is fk to File(ID)
ListID int // ListID is fk to List(ID)
Major string // Major is sub's major name
Path string // Path is the question's docx position
Plain string // Plain is the plain text of the question (like markdown format)