Sfoglia il codice sorgente

实现历史记录功能

Minho 8 anni fa
parent
commit
6fa0cabf39
2 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 1 0
      models/attachment.go
  2. 5 0
      models/document_history.go

+ 1 - 0
models/attachment.go

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

+ 5 - 0
models/document_history.go

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