mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-15 22:06:50 +08:00
Merge branch 'stat' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/baseservers into stat
This commit is contained in:
@@ -43,6 +43,18 @@ public class Message extends IdEntity {
|
||||
/**跳转的url*/
|
||||
@Column(name = "page_url",nullable = true,length=200)
|
||||
private String pageUrl;
|
||||
|
||||
/**
|
||||
* 页面类型
|
||||
* */
|
||||
@Column(name = "page_type",length = 1)
|
||||
private Integer pageType;
|
||||
|
||||
/**
|
||||
*页面参数 默认是id
|
||||
* */
|
||||
@Column(name = "page_params",length = 50)
|
||||
private String pageParams;
|
||||
|
||||
/**
|
||||
* 数据来源,1表新系统,2表外部系统
|
||||
|
||||
Reference in New Issue
Block a user