|
|
|
@ -4,6 +4,7 @@ import com.fasterxml.jackson.annotation.JsonInclude;
|
|
|
|
|
import com.shxy.xymanager_common.dto.ScheduleDetailsDto;
|
|
|
|
|
import com.shxy.xymanager_common.entity.CameraSchedule;
|
|
|
|
|
import com.shxy.xymanager_common.entity.LeadPulls;
|
|
|
|
|
import com.shxy.xymanager_common.entity.TerminalBasicInfoHistory;
|
|
|
|
|
import com.shxy.xymanager_common.entity.Weathers;
|
|
|
|
|
import com.shxy.xymanager_common.util.DateUtil;
|
|
|
|
|
import lombok.Data;
|
|
|
|
@ -29,6 +30,7 @@ public class StatTerm implements Serializable {
|
|
|
|
|
List<ScheduleDetailsDto> pullScheduleList = new ArrayList<>();
|
|
|
|
|
List<Date> pullTimeList = new ArrayList<>();
|
|
|
|
|
Integer pullTotal = 0;
|
|
|
|
|
TerminalBasicInfoHistory lastInfo;
|
|
|
|
|
|
|
|
|
|
public void addPhoto(TerminalPhotoSelectListModel.PhotoBean photo) {
|
|
|
|
|
StatChannel the = null;
|
|
|
|
|