parent
2eb228d6a1
commit
0e3fc7e10e
@ -1,12 +0,0 @@
|
||||
package com.dao;
|
||||
|
||||
import com.entity.TestEntity;
|
||||
import com.utils.Page;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
import java.util.List;
|
||||
@Respository
|
||||
public interface ITestDao{
|
||||
List<TestEntity> findAll();
|
||||
List<TestEntity> list(Page page);
|
||||
}
|
Loading…
Reference in new issue