mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-11 11:56:50 +08:00
调整消息
This commit is contained in:
@@ -40,14 +40,9 @@ public class Message extends IdEntity {
|
|||||||
@Column(name = "ref_type",nullable = true)
|
@Column(name = "ref_type",nullable = true)
|
||||||
private String refType;
|
private String refType;
|
||||||
|
|
||||||
|
/**跳转的url*/
|
||||||
/**用于页面跳转类型*/
|
@Column(name = "page_url",nullable = true,length=200)
|
||||||
@Column(name = "page_type",nullable = true,length=32)
|
private String pageUrl;
|
||||||
private String pageType;
|
|
||||||
|
|
||||||
/**用于页面的参数*/
|
|
||||||
@Column(name = "page_params",nullable = true,length=100)
|
|
||||||
private String pageParams;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 数据来源,1表新系统,2表外部系统
|
* 数据来源,1表新系统,2表外部系统
|
||||||
|
|||||||
Reference in New Issue
Block a user