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 {
|
| }
|
|