mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-12-19 19:57:09 +08:00
实现历史记录功能
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
//数据库模型.
|
||||||
package models
|
package models
|
||||||
|
|
||||||
import (
|
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