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