czt
9 天以前 7a988c17fe25f18815889ff5221a5ebcf01fabdc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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<Fz40WhjlCheckItemDd, String> {
 
}