src/main/java/com/whyc/mapper/ProductMapper.java
@@ -1,6 +1,7 @@ package com.whyc.mapper; import com.whyc.pojo.AttachLock; import com.whyc.pojo.Material; import com.whyc.pojo.Product; import java.util.List; @@ -14,4 +15,6 @@ List<AttachLock> selectListMaterial(int productId); //根据产品id查询被锁定的产品丝印 List<AttachLock> selectListProduct(int productId); //查询产品是否存在物料时钣金件的产品 Material selectMaterial_0120(String parentCode, String customCode); }