|
|
@ -514,7 +514,7 @@ public class MasterPartInformationServiceImpl extends ServiceImpl<MasterPartInfo |
|
|
property.setLuName(luName); |
|
|
property.setLuName(luName); |
|
|
property.setKeyRef("PART_NO=" + itemDate.getPartNo() + "^"); // 物料编码 |
|
|
property.setKeyRef("PART_NO=" + itemDate.getPartNo() + "^"); // 物料编码 |
|
|
property.setTechnicalClass(itemDate.getCodeNo()); // 模板编码 |
|
|
property.setTechnicalClass(itemDate.getCodeNo()); // 模板编码 |
|
|
property.setAttribute(itemDate.getPropertiesItemNo()); // 属性编码 |
|
|
|
|
|
|
|
|
property.setAttribute(itemDate.getItNo()); // 属性编码 |
|
|
ifsProperty.add(property); |
|
|
ifsProperty.add(property); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|