From 1960a054785d1f81e69abe84b43073ed9df638e0 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期三, 20 十二月 2023 19:26:37 +0800
Subject: [PATCH] 增加间隔

---
 model/system_status.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/model/system_status.go b/model/system_status.go
index 90a05ee..f5d15b5 100644
--- a/model/system_status.go
+++ b/model/system_status.go
@@ -12,7 +12,7 @@
 type (
 	// SystemStatus 绯荤粺鐘舵��
 	SystemStatus struct {
-		gorm.Model
+		CommonModel
 		Key   constvar.SystemStatusKey   `json:"key" gorm:"column:key;type:varchar(255);not null"`
 		Value constvar.SystemStatusValue `json:"value" gorm:"column:value;type:varchar(255);not null"`
 	}

--
Gitblit v1.8.0