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