问题单修复
This commit is contained in:
@@ -31,6 +31,9 @@ public class EventTemplateParam {
|
||||
@ApiModelProperty("类型")
|
||||
private Integer type;
|
||||
|
||||
@ApiModelProperty("字典树")
|
||||
private List<String> ids;
|
||||
|
||||
/**
|
||||
* 更新操作实体
|
||||
*/
|
||||
|
||||
@@ -12,10 +12,10 @@ public class TemplateRel {
|
||||
/**
|
||||
* 模板Id
|
||||
*/
|
||||
private String RtId;
|
||||
private String rtId;
|
||||
|
||||
/**
|
||||
* 字典Id
|
||||
*/
|
||||
private String RdId;
|
||||
private String rdId;
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@ package com.njcn.system.pojo.vo;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author hany
|
||||
@@ -39,5 +40,10 @@ public class EventTemplateVO implements Serializable {
|
||||
*/
|
||||
private Integer state;
|
||||
|
||||
/**
|
||||
* 关联字典表id
|
||||
*/
|
||||
private List<String> rdIds;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user