delete(o); 根据条件删除
update(o,obj); o是数据 obj是条件
updateFull(o,obj); 修改所有字段
insertBean(o); 主键回填
insert(o); 新增
getPage(o); 必加分页
getPage(o,map); group by 分页
getObj(o); 单个对象
getObj(o,map);
getList(o); 集合
getList(o,map );
count(o); 统计
count(o,map );
sum 连接
网友评论