xuhy
2025-04-03 2d9a64c410f9e452951658f01ffc597d7bc1ea5f
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);
}