From 5b668b9f3bb658bf9cae30ee7652b63e0720f66d Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 2 Dec 2024 10:03:40 +0800 Subject: [PATCH] 2024-12-02 copy part --- .../entity/APIEntity/PartIfsInventory.java | 4 ++ .../impl/PartInformationServiceImpl.java | 37 ++++++++++--------- 2 files changed, 24 insertions(+), 17 deletions(-) diff --git a/src/main/java/com/spring/modules/part/entity/APIEntity/PartIfsInventory.java b/src/main/java/com/spring/modules/part/entity/APIEntity/PartIfsInventory.java index 75f8ab55..d1339ca8 100644 --- a/src/main/java/com/spring/modules/part/entity/APIEntity/PartIfsInventory.java +++ b/src/main/java/com/spring/modules/part/entity/APIEntity/PartIfsInventory.java @@ -125,4 +125,8 @@ public class PartIfsInventory extends PartIfsCatalog { * 生命周期阶段 */ private String lifecycleStage; + /** + * 模板编码 + */ + private String engAttribute; } 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 f31c0c4f..07faf418 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 @@ -178,6 +178,7 @@ public class PartInformationServiceImpl extends ServiceImpl