rk
3 天以前 4c8535b9f263a3b398832b7a588abbdd5ebe38f4
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> {
}