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