hjg
2024-07-09 4fd62ace17390b0b9cc37c55e88582134ec18c28
提交 | 用户 | 时间
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 }