mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-22 12:19:22 +08:00
1、实现富文本编辑器
2、实现项目排序
This commit is contained in:
@@ -10,6 +10,7 @@ import (
|
||||
type Attachment struct {
|
||||
AttachmentId int `orm:"column(attachment_id);pk;auto;unique" json:"attachment_id"`
|
||||
BookId int `orm:"column(book_id);type(int)" json:"book_id"`
|
||||
DocumentId int `orm:"column(document_id);type(int);null" json:"doc_id"`
|
||||
FileName string `orm:"column(file_name);size(255)" json:"file_name"`
|
||||
FilePath string `orm:"column(file_path);size(2000)" json:"file_path"`
|
||||
FileSize float64 `orm:"column(file_size);type(float)" json:"file_size"`
|
||||
|
Reference in New Issue
Block a user