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