public interface BaseDao<T>
int
deleteById(Long id)
T
findById(Long id)
long
insert(T object)
update(T object)
T findById(Long id)
long insert(T object)
int update(T object)
int deleteById(Long id)
Copyright © 2018. All rights reserved.