From edd6ca1ddc0192fc5c29543722fb0cf49cf505e1 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 21 Feb 2024 17:25:21 +0800 Subject: [PATCH] =?UTF-8?q?2024-02-21=20=E7=89=A9=E6=96=99=E4=BF=AE?= =?UTF-8?q?=E6=94=B92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../spring/modules/part/entity/PartInformationEntity.java | 2 +- .../part/service/impl/PartInformationServiceImpl.java | 8 ++++---- .../com/spring/modules/part/vo/PartInformationVo.java | 2 +- src/main/resources/mapper/part/PartInformationMapper.xml | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/main/java/com/spring/modules/part/entity/PartInformationEntity.java b/src/main/java/com/spring/modules/part/entity/PartInformationEntity.java index 250dd990..2b7273f5 100644 --- a/src/main/java/com/spring/modules/part/entity/PartInformationEntity.java +++ b/src/main/java/com/spring/modules/part/entity/PartInformationEntity.java @@ -157,7 +157,7 @@ public class PartInformationEntity extends QueryPage implements Serializable { /** * 原产地 **/ - private String isoCountry; + private String countryOfOrigin; /** * 制造提前期 **/ 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 a3e17629..56a55318 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 @@ -197,7 +197,7 @@ public class PartInformationServiceImpl extends ServiceImpl