From a6ea63b94de35e32d4b5fbff5f278810fe880a16 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 19 May 2025 16:16:41 +0800 Subject: [PATCH] =?UTF-8?q?2025-05-19=20BOM=E5=92=8CRouting=E8=BF=99?= =?UTF-8?q?=E8=BE=B9=EF=BC=8C=E6=B7=BB=E5=8A=A0=E4=B8=80=E4=B8=AA=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E5=88=B0Inventory=20part=E7=9A=84=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=20=E6=8F=8F=E8=BF=B0=E6=B2=A1=E6=9C=89=E6=94=B9=20=E6=96=B0?= =?UTF-8?q?=E7=89=A9=E6=96=99=E7=BC=96=E7=A0=81=E6=94=B9=E6=88=90IFS?= =?UTF-8?q?=E6=96=99=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/change/entity/ChangeExecutionInfoEntity.java | 4 ++-- .../modules/part/service/impl/PartInformationServiceImpl.java | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/main/java/com/spring/modules/change/entity/ChangeExecutionInfoEntity.java b/src/main/java/com/spring/modules/change/entity/ChangeExecutionInfoEntity.java index edd8590e..a637fb31 100644 --- a/src/main/java/com/spring/modules/change/entity/ChangeExecutionInfoEntity.java +++ b/src/main/java/com/spring/modules/change/entity/ChangeExecutionInfoEntity.java @@ -34,11 +34,11 @@ public class ChangeExecutionInfoEntity extends QueryPage implements Serializable */ private String newFilmNo; /** - * 原啤刀编号 + * 原碑刀编号 */ private String originalDieCuttingRuleNo; /** - * 新啤刀编号 + * 新碑刀编号 */ private String newDieCuttingRuleNo; /** diff --git a/src/main/java/com/spring/modules/part/service/impl/PartInformationServiceImpl.java b/src/main/java/com/spring/modules/part/service/impl/PartInformationServiceImpl.java index 0ad5948a..916a9cfd 100644 --- a/src/main/java/com/spring/modules/part/service/impl/PartInformationServiceImpl.java +++ b/src/main/java/com/spring/modules/part/service/impl/PartInformationServiceImpl.java @@ -361,10 +361,6 @@ public class PartInformationServiceImpl extends ServiceImpl