chenjiahe
2022-06-27 a0ad14b0a0fb60604b0a9cf978a537e64479a8d4
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);
}