实现历史记录功能

pull/39/head
Minho 2017-05-17 15:21:36 +08:00
parent f89f369c0d
commit 6fa0cabf39
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,4 @@
//数据库模型.
package models
import (

View File

@ -0,0 +1,5 @@
package models
type DocumentHistory struct {
}