From 2786ed1fe266240fa6216c5dd6a9014481963d24 Mon Sep 17 00:00:00 2001
From: sfd <sun.sunshine@163.com>
Date: 星期二, 20 五月 2025 12:38:25 +0800
Subject: [PATCH] Merge branch 'dev' of http://192.168.50.149:8085/r/aps-backend into dev

---
 aps-modules/aps-core/src/main/java/com/aps/core/domain/mainPlan/ApsWeldSeamStatisticsV2.java |   74 +++++++++++++++++++++++++++++++++++++
 1 files changed, 74 insertions(+), 0 deletions(-)

diff --git a/aps-modules/aps-core/src/main/java/com/aps/core/domain/mainPlan/ApsWeldSeamStatisticsV2.java b/aps-modules/aps-core/src/main/java/com/aps/core/domain/mainPlan/ApsWeldSeamStatisticsV2.java
new file mode 100644
index 0000000..37dc742
--- /dev/null
+++ b/aps-modules/aps-core/src/main/java/com/aps/core/domain/mainPlan/ApsWeldSeamStatisticsV2.java
@@ -0,0 +1,74 @@
+package com.aps.core.domain.mainPlan;
+
+import com.aps.common.core.annotation.Excel;
+import com.aps.common.core.web.domain.BaseEntity;
+import lombok.Data;
+import lombok.EqualsAndHashCode;
+
+import java.math.BigDecimal;
+
+/**
+ * 鐒婄紳缁熻琛╒2瀵硅薄 aps_weld_seam_statistics_v2
+ *
+ * @date 2023-08-01
+ */
+@Data
+@EqualsAndHashCode(callSuper = true)
+public class ApsWeldSeamStatisticsV2 extends BaseEntity {
+    private static final long serialVersionUID = 1L;
+
+    /** ID */
+    private String id;
+
+    /** 骞翠唤 */
+    @Excel(name = "骞翠唤")
+    private Integer year;
+
+    /** 鏈堜唤 */
+    @Excel(name = "鏈堜唤")
+    private Integer month;
+
+    /** 鐢熶骇鍩哄湴 */
+    @Excel(name = "鐢熶骇鍩哄湴")
+    private String productionBase;
+
+    /** 绠¤矾璁㈠崟闇�姹� */
+    @Excel(name = "绠¤矾璁㈠崟闇�姹�")
+    private BigDecimal pipingOrderRequirement;
+
+    /** 姘旀煖璁㈠崟闇�姹� */
+    @Excel(name = "姘旀煖璁㈠崟闇�姹�")
+    private BigDecimal gasOrderRequirement;
+
+    /** 绠¤矾棰勬祴闇�姹� */
+    @Excel(name = "绠¤矾棰勬祴闇�姹�")
+    private BigDecimal pipingPredictionRequirement;
+
+    /** 姘旀煖棰勬祴闇�姹� */
+    @Excel(name = "姘旀煖棰勬祴闇�姹�")
+    private BigDecimal gasPredictionRequirement;
+
+    /** 棰勭暀绱ф�ヨ鍗曚骇鍑� */
+    @Excel(name = "棰勭暀绱ф�ヨ鍗曚骇鍑�")
+    private BigDecimal reserveEmergencyOrderOutput;
+
+    /** 鍚堣 */
+    @Excel(name = "鍚堣")
+    private BigDecimal total;
+
+    /** 澶╂暟 */
+    @Excel(name = "澶╂暟")
+    private BigDecimal days;
+
+    /** 闇�姹傛棩鐒婄紳 */
+    @Excel(name = "闇�姹傛棩鐒婄紳")
+    private BigDecimal requirementDayWeldSeam;
+
+    /** 鐢熶骇鏃ョ剨缂� */
+    @Excel(name = "鐢熶骇鏃ョ剨缂�")
+    private BigDecimal productionDayWeldSeam;
+
+    /** 鏄惁婊¤冻 */
+    @Excel(name = "鏄惁婊¤冻")
+    private String isSatisfy;
+} 
\ No newline at end of file

--
Gitblit v1.9.3