package com.fzzy.async.whhpjl.repository; import com.fzzy.async.whhpjl.entity.Fz40WhjlCheckItemDd; import com.fzzy.async.whhpjl.entity.Fz40WhjlMQuality; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.query.Param; import java.util.List; /** * 出入库记录 * * @Author:YAN */ public interface Fz40ToWhjlSync2013DdRep extends JpaRepository { }