kimi
2020-05-27 c007f0ca1785db093d48f4846cda82fe8e955765
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.highdatas.mdm.mapper;
 
import com.highdatas.mdm.entity.MasterAuthorSubscribe;
import com.baomidou.mybatisplus.mapper.BaseMapper;
 
/**
 * <p>
 *  Mapper 接口
 * </p>
 *
 * @author kimi
 * @since 2020-04-20
 */
public interface MasterAuthorSubscribeMapper extends BaseMapper<MasterAuthorSubscribe> {
 
}