From cc0bdfb33ef638dfafe3185c92c7076d815e1c9b Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 18 五月 2024 21:42:19 +0800
Subject: [PATCH] 代码优化
---
smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/entity/SuperAggregate.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/entity/SuperAggregate.java b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/entity/SuperAggregate.java
index 4b994e3..d00b917 100644
--- a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/entity/SuperAggregate.java
+++ b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/entity/SuperAggregate.java
@@ -2,6 +2,9 @@
import java.io.Serializable;
+/**
+ * 鑱氬悎琛ㄧ殑鍩虹被
+ */
public class SuperAggregate implements Serializable {
private static final long serialVersionUID = 1074211007569731042L;
private String calendarCode;
@@ -9,8 +12,14 @@
private Integer factoryMonth;
private Integer factoryWeek;
private Integer factoryDate;
+ /**
+ * 鐝
+ */
private Integer shiftIndex;
private Integer shiftTimeType;
+ /**
+ * 宸ヤ綔鍙�
+ */
private Long workstationId;
--
Gitblit v1.9.3