From fe82f1f9a9be911d1420fe3b018ea85dd5fff1a3 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期四, 21 十一月 2024 21:22:58 +0800
Subject: [PATCH] 代码整理

---
 collect/src/main/java/com/qianwen/mdc/collect/entity/iotdb/AggregateState.java |   22 ++++++++++++++++++++--
 1 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/collect/src/main/java/com/qianwen/mdc/collect/entity/iotdb/AggregateState.java b/collect/src/main/java/com/qianwen/mdc/collect/entity/iotdb/AggregateState.java
index ddad4b0..3a152ab 100644
--- a/collect/src/main/java/com/qianwen/mdc/collect/entity/iotdb/AggregateState.java
+++ b/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;
+	}
     
 }

--
Gitblit v1.9.3