forked from p6jzelshw/ssm
parent
5ac4bb5e1e
commit
2c9fb9fae5
@ -0,0 +1,12 @@
|
||||
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