Commit 3a8e4f36 authored by 高建强's avatar 高建强

item:巡检数据同步属性扩展

parent 47e7917d
...@@ -113,6 +113,12 @@ public class PlanTaskDetail extends BasicEntity { ...@@ -113,6 +113,12 @@ public class PlanTaskDetail extends BasicEntity {
public void setExecutorId(String executorId) { public void setExecutorId(String executorId) {
this.executorId = executorId; this.executorId = executorId;
} }
public Date getExecutorDate() {
return executorDate;
}
public void setExecutorDate(Date executorDate) {
this.executorDate = executorDate;
}
} }
\ No newline at end of file
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