1111
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.mini.capi.biz.mapper;
|
||||
|
||||
import com.mini.capi.biz.domain.MailAccount;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 邮件账户配置表 Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-09-22
|
||||
*/
|
||||
public interface MailAccountMapper extends BaseMapper<MailAccount> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user