Your Name
2023-08-06 144c48fc3c0b3d00db9cf4a28dd2b6a6e0093cde
service-job/src/main/java/com/java110/job/msgNotify/IMsgNotify.java
@@ -47,4 +47,18 @@
     * }
     */
    ResultVo sendPayFeeMsg(String communityId, String userId, JSONObject content,String role);
    /**
     * 业主报修时
     * @param communityId 小区
     * @param userId 用户
     * @param content {
     *                repairTypeName,
     *                repairObjName,
     *                repairName,
     *                url
     * }
     * @return
     */
    ResultVo sendAddOwnerRepairMsg(String communityId, String userId, JSONObject content);
}