From c46626a13eed71aa0e1027ccce6c45542799cc89 Mon Sep 17 00:00:00 2001 From: daihh Date: Wed, 21 Dec 2022 11:58:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/xboe/module/popup/entity/Popup.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/servers/boe-server-all/src/main/java/com/xboe/module/popup/entity/Popup.java b/servers/boe-server-all/src/main/java/com/xboe/module/popup/entity/Popup.java index 19305fda..316ff079 100644 --- a/servers/boe-server-all/src/main/java/com/xboe/module/popup/entity/Popup.java +++ b/servers/boe-server-all/src/main/java/com/xboe/module/popup/entity/Popup.java @@ -63,6 +63,18 @@ public class Popup extends IdEntity { * */ @Column(name = "title",length = 50) private String title; + + /** + * 弹出次数,0表无限制 + */ + @Column(name = "times",length = 2) + private Integer times; + + /** + * 0全部,1:PC,;2:h5端 + */ + @Column(name = "device",length = 2) + private Integer device; /** * 弹窗内容