whyclxw
2 天以前 cf9a5039e6db9d1d5963e3fe1a37d00169ec2ef7
src/main/java/com/whyc/mapper/ProductMapper.java
@@ -3,6 +3,7 @@
import com.whyc.pojo.AttachLock;
import com.whyc.pojo.Material;
import com.whyc.pojo.Product;
import org.apache.ibatis.annotations.Param;
import java.util.List;
@@ -17,4 +18,6 @@
    List<AttachLock> selectListProduct(int productId);
    //查询产品是否存在物料时钣金件的产品
    List<Material> selectMaterial_0120(String parentCode, String customCode);
    //验证母料编码是否存在产品中
    int judgeParentCode(@Param("parentCode") String parentCode,String customCode);
}