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