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