mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-14 21:36:48 +08:00
提交字段
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
* 弹窗内容
|
||||
|
||||
Reference in New Issue
Block a user