mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-10-21 03:17:25 +08:00
实现历史记录功能
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
//数据库模型.
|
||||
package models
|
||||
|
||||
import (
|
||||
|
5
models/document_history.go
Normal file
5
models/document_history.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package models
|
||||
|
||||
type DocumentHistory struct {
|
||||
|
||||
}
|
Reference in New Issue
Block a user