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

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

parent 47e7917d
......@@ -114,5 +114,11 @@ public class PlanTaskDetail extends BasicEntity {
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