From 13304af2facdc0e9d8df197c0cf5ed51c94ffc8f Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 18 五月 2024 22:35:05 +0800
Subject: [PATCH] 全面注释整理
---
smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/entity/SuperAggregateState.java | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/entity/SuperAggregateState.java b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/entity/SuperAggregateState.java
index d29435b..5a639e8 100644
--- a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/entity/SuperAggregateState.java
+++ b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/entity/SuperAggregateState.java
@@ -5,16 +5,25 @@
public class SuperAggregateState extends SuperAggregate {
private Timestamp startTime;
private Timestamp endTime;
+ /**
+ * 閲囬泦鐨勬湡闂�/鏃堕暱銆傚崟浣嶇?
+ */
private Long durationCollect;
private Integer valueCollect;
+ /**
+ * 宸ュ喌
+ */
private Integer wcs;
+ /**
+ * 鏁堢巼锛�
+ */
private Integer rps;
private Boolean isDeleted;
private Integer isPlan;
private Long employeeId;
private Long feedbackId;
- @Override // org.springblade.modules.mdc.entity.SuperAggregate
+ @Override
public boolean equals(final Object o) {
if (o == this) {
return true;
--
Gitblit v1.9.3