接口 AutoTransable<V extends org.dromara.core.trans.vo.VO>
public interface AutoTransable<V extends org.dromara.core.trans.vo.VO>
只有实现了这个接口的才能自动翻译
by jackwang
- 作者:
- jackwang
-
方法概要
-
方法详细资料
-
findByIds
已过时。根据ids查询,过期啦,请使用 selectByIds- 参数:
ids-- 返回:
-
selectByIds
根据ids查询- 参数:
ids-- 返回:
-
select
获取db中所有的数据- 返回:
- db中所有的数据
-
selectById
根据id获取 vo- 参数:
primaryValue- id- 返回:
- vo
-