shikeying
2024-04-08 40596bf475d33ce22c3526e00c8eb9fa9e567a0e
1
2
3
4
5
6
7
8
9
10
11
package com.iplatform.chat.service;
 
import com.walker.jdbc.service.BaseServiceImpl;
import org.springframework.stereotype.Service;
 
@Service
public class ChatDialogServiceImpl extends BaseServiceImpl {
 
    public void test(){
    }
}