🔧Chore: 删除冗余导入
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
package cn.hezhaohui.mail;
|
||||
|
||||
import cn.hezhaohui.mail.service.MailService;
|
||||
import jakarta.annotation.Resource;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
package cn.hezhaohui.mail.entity;
|
||||
|
||||
import lombok.Data;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
|
||||
@Data
|
||||
public class Response {
|
||||
|
||||
Reference in New Issue
Block a user