From fde1466aca383e306a1a40566145d7252da1148a Mon Sep 17 00:00:00 2001 From: Aoi_Tori <2547614904@qq.com> Date: Thu, 10 Jul 2025 17:05:49 +0800 Subject: [PATCH] 2025/7/10 --- .../modules/part/vo/PartInformationVo.java | 1 + .../mapper/part/PartInformationMapper.xml | 105 ++++++++++++------ 2 files changed, 75 insertions(+), 31 deletions(-) diff --git a/src/main/java/com/spring/modules/part/vo/PartInformationVo.java b/src/main/java/com/spring/modules/part/vo/PartInformationVo.java index 67bf0fb6..2c7410e1 100644 --- a/src/main/java/com/spring/modules/part/vo/PartInformationVo.java +++ b/src/main/java/com/spring/modules/part/vo/PartInformationVo.java @@ -175,4 +175,5 @@ public class PartInformationVo extends PartInformationEntity { private Boolean manufacturingInfoFlag; private Boolean planningInfoFlag; private Boolean partItemInfoFlag; + private String partNo; } diff --git a/src/main/resources/mapper/part/PartInformationMapper.xml b/src/main/resources/mapper/part/PartInformationMapper.xml index a54f2a9f..fcfa2bd6 100644 --- a/src/main/resources/mapper/part/PartInformationMapper.xml +++ b/src/main/resources/mapper/part/PartInformationMapper.xml @@ -1365,36 +1365,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +