mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 17:15:20 +08:00
实现历史记录功能
This commit is contained in:
parent
f89f369c0d
commit
6fa0cabf39
@ -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 {
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user