From 8ffcaa9a33d71b4186475d8224176722b5e81b77 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Wed, 27 Nov 2024 20:04:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/model/jpush_notice.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/model/jpush_notice.go b/src/model/jpush_notice.go index bbb130a..0b34253 100644 --- a/src/model/jpush_notice.go +++ b/src/model/jpush_notice.go @@ -14,7 +14,6 @@ type JpushNotice struct { Day int `json:"day" xorm:"comment('部分通知需要时间 X小时') INT(11)"` Type string `json:"type" xorm:"VARCHAR(255)"` NoticeDay int `json:"notice_day" xorm:"default 0 comment('部分通知需要时间 隔X小时通知') INT(11)"` - IsShow int `json:"is_show" xorm:"default 0 INT(1)"` JpushOpen int `json:"jpush_open" xorm:"default 0 INT(1)"` SmsOpen int `json:"sms_open" xorm:"default 0 INT(1)"` SmsCode string `json:"sms_code" xorm:"VARCHAR(255)"`