Commit 0ffa70b4 authored by chenhao's avatar chenhao

Merge branch 'developer' of http://172.16.10.76/moa/amos-boot-biz into developer

parents 41b73c5a 84476512
...@@ -17,7 +17,7 @@ import java.util.Map; ...@@ -17,7 +17,7 @@ import java.util.Map;
@RuleFact(value = "巡检计划",project = "消息规则") @RuleFact(value = "巡检计划",project = "消息规则")
public class PlanRo implements Serializable { public class PlanRo implements Serializable {
private static final long serialVersionUID = -493916718753345180L; private static final long serialVersionUID = 1070080521549842475L;
@Label("计划名称") @Label("计划名称")
private String name; private String name;
...@@ -55,6 +55,9 @@ public class PlanRo implements Serializable { ...@@ -55,6 +55,9 @@ public class PlanRo implements Serializable {
@Label(value = "类别") @Label(value = "类别")
private Integer category; private Integer category;
@Label("牵头部门")
private String leadDepartmentNames;
@Label(value = "扩展参数") @Label(value = "扩展参数")
private Map<String, String> extras; 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