rk
5 天以前 84ae873e1c19ca7d2ffc5c98248285706dae818b
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.doumee.dao.business;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.doumee.dao.business.model.DouyinVerifyLog;
 
/**
 * 抖音验券操作日志 MyBatis-Plus Mapper,对应 douyin_verify_log 表
 *
 * @author rk
 * @date 2026/06/25
 */
public interface DouyinVerifyLogMapper extends BaseMapper<DouyinVerifyLog> {
}