From 6fa0cabf39f866e21d451303a117ea1381a9e2eb Mon Sep 17 00:00:00 2001 From: Minho Date: Wed, 17 May 2017 15:21:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E5=8E=86=E5=8F=B2=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/attachment.go | 1 + models/document_history.go | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 models/document_history.go diff --git a/models/attachment.go b/models/attachment.go index 7f962234..f691ffd4 100644 --- a/models/attachment.go +++ b/models/attachment.go @@ -1,3 +1,4 @@ +//数据库模型. package models import ( diff --git a/models/document_history.go b/models/document_history.go new file mode 100644 index 00000000..0a0cf4aa --- /dev/null +++ b/models/document_history.go @@ -0,0 +1,5 @@ +package models + +type DocumentHistory struct { + +} \ No newline at end of file