接口

作者: 洪君_ | 来源:发表于2020-05-19 23:38 被阅读0次

    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  连接

    相关文章

      网友评论

          本文标题:接口

          本文链接:https://www.haomeiwen.com/subject/pejwohtx.html