Commit 194d3ec1 authored by maoying's avatar maoying

修改巡检推送类

parent 03db73c5
......@@ -4,7 +4,9 @@ import java.util.List;
public class ProtalDataRo extends BasicsRo {
private long id;
private static final long serialVersionUID = -1029442967802232959L;
private Long id;
private String name; //名称
private String nodeState;//实时状态
private String originalNodeState;//记录状态状态
......@@ -28,7 +30,7 @@ public class ProtalDataRo extends BasicsRo {
/**
* 任务编号,如果无任务,则填充0
*/
private long taskId = 0;
private Long taskId=0l;
/**
* 任务状态
*/
......
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