mirror of https://github.com/mindoc-org/mindoc.git
实现历史记录功能
parent
f89f369c0d
commit
6fa0cabf39
|
@ -1,3 +1,4 @@
|
|||
//数据库模型.
|
||||
package models
|
||||
|
||||
import (
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
package models
|
||||
|
||||
type DocumentHistory struct {
|
||||
|
||||
}
|
Loading…
Reference in New Issue