Merge remote-tracking branch 'origin/feature/REQ-3045' into feature/REQ-3045
This commit is contained in:
commit
e74a7df1e8
@ -0,0 +1,23 @@
|
||||
package cn.axzo.msg.center.service.domain;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
/**
|
||||
* @author yanglin
|
||||
*/
|
||||
@Setter
|
||||
@Getter
|
||||
public class DetailConfig {
|
||||
|
||||
/**
|
||||
* 详情名称
|
||||
*/
|
||||
private String name;
|
||||
|
||||
/**
|
||||
* 链接配置
|
||||
*/
|
||||
private UrlConfig urlConfig;
|
||||
|
||||
}
|
||||
@ -20,6 +20,6 @@ public class GroupConfig {
|
||||
/**
|
||||
* 详情的配置
|
||||
*/
|
||||
private UrlConfig detail;
|
||||
private DetailConfig detail;
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user