rk
5 天以前 84ae873e1c19ca7d2ffc5c98248285706dae818b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.doumee.dao.business;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.doumee.dao.business.model.DouyinProduct;
import com.github.yulichang.base.mapper.MPJJoinMapper;
 
/**
 * 抖音商品(团购) MyBatis-Plus Mapper,对应 douyin_product 表
 *
 * @author rk
 * @date 2026/06/22
 */
public interface DouyinProductMapper extends MPJJoinMapper<DouyinProduct> {
}