hjg
2024-02-05 301115d5e96b56cd093eee3fcff2d60a15184162
提交 | 用户 | 时间
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 }