package com.vincent.rsf.server.api.service.impl; import com.vincent.rsf.server.api.service.ReportMsgService; import org.springframework.stereotype.Service; /** * @author Ryan * @version 1.0 * @title ReportMsgServiceImpl * @description * @create 2025/3/12 17:08 */ @Service public class ReportMsgServiceImpl implements ReportMsgService { }