提交字段

This commit is contained in:
daihh
2022-12-21 11:58:40 +08:00
parent 48bfb7b694
commit c46626a13e

View File

@@ -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全部1PC2h5端
*/
@Column(name = "device",length = 2)
private Integer device;
/**
* 弹窗内容