@@ -13,4 +14,5 @@ import com.baomidou.mybatisplus.extension.service.IService;
*/
public interface MailSentService extends IService
* 接收邮件表 服务实现类
@@ -17,4 +36,187 @@ import org.springframework.stereotype.Service;
@Service
public class MailReceivedServiceImpl extends ServiceImpl
@@ -17,4 +32,221 @@ import org.springframework.stereotype.Service;
@Service
public class MailSentServiceImpl extends ServiceImpl