liujie
2023-07-26 9f8d842ddfef3b76f15aa69ea3588e4df588a1f2
1
2
3
4
5
6
7
8
9
10
11
package com.dsh.activity.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dsh.activity.entity.BenefitsVideoClassification;
 
/**
 * @author zhibing.pu
 * @date 2023/7/11 17:30
 */
public interface BenefitsVideoClassificationMapper extends BaseMapper<BenefitsVideoClassification> {
}