Administrator
2022-09-14 58d006e05dcf2a20d0ec5367dd03d66a61db6849
提交 | 用户 | 时间
58d006 1 package com.mandi.common.mail;
A 2
3 import java.util.List;
4
5 import org.springframework.context.annotation.Scope;
6 import org.springframework.stereotype.Service;
7
8 @Service
9 @Scope("singleton")
10 public class Mailsendthread extends Thread {
11 }