yangys
2024-10-09 7ef593e1e3c35aaeecf9318f0b3941230d3ed002
collect/src/main/java/com/qianwen/mdc/collect/entity/iotdb/AggregateState.java
@@ -8,7 +8,8 @@
    private Long time;
    private Long workstationId;
    private Integer valueCollect;
    private Long durationCollect;
    private Long endTime;
    private String calendarCode;
    private Integer factoryYear;
    private Integer factoryMonth;
@@ -21,7 +22,8 @@
    private Integer wcs;
    private Integer rps;
    private Integer isPlan;
    private Long feedbackId;
    private Long feedbackId;//这个应该只再AggregateStateWithFeedback中有
    private Long employeeId;
    public void setWorkstationId(final Long workstationId) {
@@ -177,5 +179,21 @@
   public void setFeedbackId(Long feedbackId) {
      this.feedbackId = feedbackId;
   }
   public Long getDurationCollect() {
      return durationCollect;
   }
   public void setDurationCollect(Long durationCollect) {
      this.durationCollect = durationCollect;
   }
   public Long getEndTime() {
      return endTime;
   }
   public void setEndTime(Long endTime) {
      this.endTime = endTime;
   }
    
}