2 changed files with 3 additions and 5 deletions
@ -1,13 +1,11 @@ |
|||||||
package com.biutag.lan.service; |
package com.biutag.lan.service; |
||||||
|
|
||||||
import com.alibaba.fastjson2.JSON; |
|
||||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
||||||
import com.biutag.lan.entity.Mail; |
import com.biutag.lan.domain.Mail; |
||||||
import com.biutag.lan.mapper.MailMapper; |
import com.biutag.lan.mapper.MailMapper; |
||||||
import org.springframework.stereotype.Service; |
import org.springframework.stereotype.Service; |
||||||
|
|
||||||
import java.util.List; |
|
||||||
|
|
||||||
@Service |
@Service |
||||||
public class MailService extends ServiceImpl<MailMapper, Mail> { |
public class MailService extends ServiceImpl<MailMapper, Mail> { |
||||||
|
|
||||||
} |
} |
||||||
|
|||||||
Loading…
Reference in new issue