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