实现历史记录功能

This commit is contained in:
Minho
2017-05-17 15:21:36 +08:00
parent f89f369c0d
commit 6fa0cabf39
2 changed files with 6 additions and 0 deletions

View File

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