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