Commit b8cc6658 authored by litengwei's avatar litengwei

代码提交

parent 252b2196
...@@ -12,6 +12,25 @@ public class LeavePlanTaskPointVo { ...@@ -12,6 +12,25 @@ public class LeavePlanTaskPointVo {
private String pointNO; private String pointNO;
private String offline; private String offline;
private String status; private String status;
private int shotMinNumber;
private int shotMaxNumber;
public int getShotMinNumber() {
return shotMinNumber;
}
public void setShotMinNumber(int shotMinNumber) {
this.shotMinNumber = shotMinNumber;
}
public int getShotMaxNumber() {
return shotMaxNumber;
}
public void setShotMaxNumber(int shotMaxNumber) {
this.shotMaxNumber = shotMaxNumber;
}
private String isFixed; private String isFixed;
private String orderNo; private String orderNo;
private String remark; private String remark;
......
...@@ -826,6 +826,8 @@ ...@@ -826,6 +826,8 @@
p.offline, p.offline,
ptd.is_finish status, ptd.is_finish status,
p.is_fixed isFixed, p.is_fixed isFixed,
p.shot_max_number shotMaxNumber,
p.shot_min_number shotMinNumber,dc-center/dc-center/
pt.route_id routeId, pt.route_id routeId,
c.id checkId, c.id checkId,
pt.id planTaskId, pt.id planTaskId,
......
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