ruoyi-system/src/main/java/com/ruoyi/system/service/TContractService.java
@@ -43,4 +43,10 @@ Boolean updateContractAuditStatus(String projectId, Integer submitStatus); /** * 本月新增租户数 * @return */ Integer getCurrentMonthRentCount(String businessDeptId); PageInfo<TContract> queryPage(TContractQuery query); }