From 589191bfe2263228e20ae6de9f74badb7207b912 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期四, 13 七月 2023 14:31:36 +0800
Subject: [PATCH] fix

---
 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