| | |
| | | private Long time; |
| | | private Long workstationId; |
| | | private Integer valueCollect; |
| | | |
| | | private Long durationCollect; |
| | | private Long endTime; |
| | | private String calendarCode; |
| | | private Integer factoryYear; |
| | | private Integer factoryMonth; |
| | |
| | | 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) { |
| | |
| | | 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; |
| | | } |
| | | |
| | | } |