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