yangys
2024-09-10 1bf92cd596e6d1c259e471dae605fca4d0ed8824
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;
@@ -177,5 +178,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;
   }
    
}