whycxzp
2022-10-17 c5fd817972706650f2628a78382c59401dc3a507
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.whyc.service;
 
import com.whyc.dto.MailDTO;
import org.springframework.stereotype.Service;
 
@Service
public class MailService {
 
 
    public void sendMail(MailDTO mailDTO) {
 
    }
}