qirong
2023-11-30 07ef4ae0fc211fbe6006c525002ed65ce854a1f2
src/main/java/com/mindskip/xzs/repository/BaseMapper.java
@@ -13,4 +13,6 @@
    int updateByPrimaryKeySelective(T record);
    int updateByPrimaryKey(T record);
}