hjg
2023-10-14 f6c2f15c37aef4675dda01fb5ec17cde4e141c3f
提交 | 用户 | 时间
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 }