From 7ffcc41e597c5af4169e3e2ab809fdbf869c2154 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期二, 18 七月 2023 16:08:47 +0800
Subject: [PATCH] add
---
model/plan.go | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/model/plan.go b/model/plan.go
index 3046ef9..d6d0ae5 100644
--- a/model/plan.go
+++ b/model/plan.go
@@ -20,6 +20,7 @@
EndTime time.Time `json:"endTime" gorm:"column:end_time;type:datetime;comment:缁撴潫鏃堕棿"`
Content string `json:"content" gorm:"column:content;type:varchar(255);comment:璁″垝鍐呭"`
File string `json:"file" gorm:"column:file;type:varchar(255);comment:闄勪欢"`
+ gorm.Model `json:"-"`
}
PlanSearch struct {
--
Gitblit v1.8.0