yupeng
2025-04-10 85cd2c1d75f6c9c2c7f3d28a80ba3bbf11a38f52
ruoyi-system/src/main/java/com/ruoyi/system/service/TContractService.java
@@ -11,6 +11,7 @@
import com.ruoyi.system.query.TContractQuery;
import com.ruoyi.system.vo.BillVO;
import com.ruoyi.system.vo.CheckAcceptRecordVO;
import com.ruoyi.system.vo.ScreenRentIncomeTrendVO;
import java.util.List;
@@ -47,7 +48,6 @@
     * 本月新增租户数
     * @return
     */
    Integer getCurrentMonthRentCount();
    Integer getCurrentMonthRentCount(String businessDeptId);
    PageInfo<TContract> queryPage(TContractQuery query);
}