You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@DaopublicinterfaceTestDaoextendsBaseRepository{//如果不需要saveEntity、deleteEntity等持久化对象操作方法,可以不继承BaseRespository@Sql("select * from TestTable order by id")
publicList<TestTable> list();
}