diff --git a/src/main/java/com/xujie/sys/modules/part/vo/PartInformationVo.java b/src/main/java/com/xujie/sys/modules/part/vo/PartInformationVo.java index bd2bc9d5..ec7dda0a 100644 --- a/src/main/java/com/xujie/sys/modules/part/vo/PartInformationVo.java +++ b/src/main/java/com/xujie/sys/modules/part/vo/PartInformationVo.java @@ -134,9 +134,13 @@ public class PartInformationVo extends PartInformationEntity { private String mainPart; private String bomFlag; private String routingFlag; - + /** * 批量查询物料编码列表 */ private List partNos; + + private String boxLength; + private String boxWidth; + private String boxHeight; } diff --git a/src/main/resources/mapper/part/PartInformationMapper.xml b/src/main/resources/mapper/part/PartInformationMapper.xml index 5beb3591..da420d26 100644 --- a/src/main/resources/mapper/part/PartInformationMapper.xml +++ b/src/main/resources/mapper/part/PartInformationMapper.xml @@ -110,7 +110,7 @@ a.actual_cost, a.actual_cost_currency, a.hsCode, a.hsCodeDesc, - a.packageNo,a.sku + a.packageNo,a.sku,a.box_length as boxLength,a.box_width as boxWidth,a.box_height as boxHeight FROM part a left join ecss_hsCode h on a.hsCodeDesc=h.hsCodeDesc and a.site=h.site