From 1175097e7c6a7fcb9aed0a46aad691450f898d97 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期四, 14 三月 2024 16:53:58 +0800
Subject: [PATCH] 提交报工相关文件

---
 north-glass-erp/src/main/java/com/example/erp/entity/pp/ReportingWork.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/entity/pp/ReportingWork.java b/north-glass-erp/src/main/java/com/example/erp/entity/pp/ReportingWork.java
index bb4f0f4..3662b92 100644
--- a/north-glass-erp/src/main/java/com/example/erp/entity/pp/ReportingWork.java
+++ b/north-glass-erp/src/main/java/com/example/erp/entity/pp/ReportingWork.java
@@ -33,11 +33,11 @@
     //鏈伐搴�
     private String thisProcess;
     //涓婂伐搴忔暟閲�
-    private Integer thisProcessQuantity;
+    private int thisProcessQuantity;
     //鏈伐搴忓畬宸ユ暟閲�
-    private Integer thisCompletedQuantity;
+    private int thisCompletedQuantity;
     //鏈伐搴忔鐮存暟閲�
-    private Integer thisWornQuantity;
+    private int thisWornQuantity;
     //涓嬪伐搴�
     private String nextProcess;
     //鐝

--
Gitblit v1.8.0