skyouc
2025-03-13 cbb0dfaec496d441bbf4287ca8ae85c2776e50ed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 {
 
}