chenjiahe
2022-08-19 e7c3ff19f5abea1f1510503b46f99c6ad3870410
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);
}