17808
2023-11-09 0c29b611124679e564f2e5bd63f10f8c8ac0ba81
src/main/java/com/mindskip/xzs/repository/BaseMapper.java
@@ -13,4 +13,6 @@
    int updateByPrimaryKeySelective(T record);
    int updateByPrimaryKey(T record);
}