From e0f827f71f5bb9d1ed9f6414221e90eeb34632a7 Mon Sep 17 00:00:00 2001
From: cuilei <ray_tsu1@163.com>
Date: 星期四, 04 九月 2025 11:07:01 +0800
Subject: [PATCH] 排产工单模块设备点检涉及接口

---
 src/main/java/org/jeecg/modules/mes/entity/MesProductionWorkOrder.java |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/java/org/jeecg/modules/mes/entity/MesProductionWorkOrder.java b/src/main/java/org/jeecg/modules/mes/entity/MesProductionWorkOrder.java
index 48ca5e5..9806cd4 100644
--- a/src/main/java/org/jeecg/modules/mes/entity/MesProductionWorkOrder.java
+++ b/src/main/java/org/jeecg/modules/mes/entity/MesProductionWorkOrder.java
@@ -101,25 +101,25 @@
     @Excel(name = "鏄惁閫氳繃榻愬鎬ф鏌�", width = 15, dicCode = "yn")
     @Dict(dicCode = "yn")
     @ApiModelProperty(value = "鏄惁閫氳繃榻愬鎬ф鏌�")
-    private String completenessCheckFlag = CommonConstant.DEFAULT_0;
+    private String completenessCheckFlag;
     /**鏄惁閫氳繃璁惧鐐规*/
     @Excel(name = "鏄惁閫氳繃璁惧鐐规", width = 15, dicCode = "yn")
     @Dict(dicCode = "yn")
     @ApiModelProperty(value = "鏄惁閫氳繃璁惧鐐规")
-    private String equipmentInspectionFlag = CommonConstant.DEFAULT_0;
+    private String equipmentInspectionFlag;
     /**鏄惁閫氳繃宸ヨ壓鐐规*/
     @Excel(name = "鏄惁閫氳繃宸ヨ壓鐐规", width = 15, dicCode = "yn")
     @Dict(dicCode = "yn")
     @ApiModelProperty(value = "鏄惁閫氳繃宸ヨ壓鐐规")
-    private String processInspectionFlag = CommonConstant.DEFAULT_0;
+    private String processInspectionFlag;
 	/**瀹為檯鎶ュ伐鏁伴噺*/
 	@Excel(name = "瀹為檯鎶ュ伐鏁伴噺", width = 15)
     @ApiModelProperty(value = "瀹為檯鎶ュ伐鏁伴噺")
-    private BigDecimal actualQuantity = BigDecimal.ZERO;
+    private BigDecimal actualQuantity;
     /**宸茬敓浜ф墭鏁帮紙褰撳墠鐝宸茬敓浜х殑鎵樻暟閲忥紝姣忔鎶ュ伐鏃舵洿鏂帮級*/
     @Excel(name = "宸茬敓浜ф墭鏁�", width = 15)
     @ApiModelProperty(value = "宸茬敓浜ф墭鏁�")
-    private Integer finishedPallets = 0;
+    private Integer finishedPallets;
 	/**鍙戝竷浜�*/
 	@Excel(name = "鍙戝竷浜�", width = 15)
     @ApiModelProperty(value = "鍙戝竷浜�")

--
Gitblit v1.9.3