fwq
2022-05-09 8fcea52f023500d5ada8afc533989592493e79ce
src/main/java/com/hx/common/dao/CommonDao.java
@@ -103,5 +103,18 @@
    * @return 返回条数
    */
   <T extends Serializable> int deleteById(Class<?> mapperClass, Object object);
   /**更新sql语句(全语句)
    * @param sqlSentence 查询参数类
    * @return 返回条数
    */
   <T extends Serializable> int updateSentence( SqlSentence sqlSentence);
   /**查询条数语句(全语句)
    * @param sqlSentence 查询参数类
    * @return 返回条数
    */
   <T extends Serializable> int selectCountSql( SqlSentence sqlSentence);
}