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