rk
85 分钟以前 609a1931953b2298016bd2b0d6b410666b5ad7b9
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> {
}