邮件发送测试SMTP
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.ruoyi.oa.mapper;
|
||||
|
||||
import com.ruoyi.oa.domain.OaEmailAccount;
|
||||
import com.ruoyi.oa.domain.vo.OaEmailAccountVo;
|
||||
import com.ruoyi.common.core.mapper.BaseMapperPlus;
|
||||
|
||||
/**
|
||||
* 发件人邮箱账号管理Mapper接口
|
||||
*
|
||||
* @author Joshi
|
||||
* @date 2025-07-10
|
||||
*/
|
||||
public interface OaEmailAccountMapper extends BaseMapperPlus<OaEmailAccountMapper, OaEmailAccount, OaEmailAccountVo> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user