TInteractionMapper.java 335 Bytes
Newer Older
wzp's avatar
wzp committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
package cn.wisenergy.chnmuseum.party.mapper;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import cn.wisenergy.chnmuseum.party.model.TInteraction;

/**
 * <pre>
 * 看板互动 Mapper 接口
 * </pre>
 *
 * @author Danny Lee
 * @since 2021-03-23
 */
public interface TInteractionMapper extends BaseMapper<TInteraction> {

}