xiangpei
2024-05-13 98c671f4f083260e135664453e857cb8e8c276d2
src/main/java/com/mindskip/xzs/repository/BaseMapper.java
@@ -13,4 +13,6 @@
    int updateByPrimaryKeySelective(T record);
    int updateByPrimaryKey(T record);
}