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