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