mitao
2025-04-03 6bfd9e219ef6e51cd89f77a4cb6e5fb37779e9fe
ruoyi-system/src/main/java/com/ruoyi/system/mapper/TContractMapper.java
@@ -32,5 +32,5 @@
     * 本月新增租户数
     * @return
     */
    Integer getCurrentMonthRentCount();
    Integer getCurrentMonthRentCount(@Param("businessDeptId") String businessDeptId);
}