Commit 84476512 authored by xinglei's avatar xinglei

*)修改序列化id

parent d083e445
......@@ -17,7 +17,7 @@ import java.util.Map;
@RuleFact(value = "巡检计划",project = "消息规则")
public class PlanRo implements Serializable {
private static final long serialVersionUID = -493916718753345180L;
private static final long serialVersionUID = 1070080521549842475L;
@Label("计划名称")
private String name;
......@@ -55,6 +55,9 @@ public class PlanRo implements Serializable {
@Label(value = "类别")
private Integer category;
@Label("牵头部门")
private String leadDepartmentNames;
@Label(value = "扩展参数")
private Map<String, String> extras;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment