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