DemoMapper.java 296 Bytes
package com.tanpu.feo.feojob.mapper;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.tanpu.feo.feojob.entity.DemoEntity;
import org.apache.ibatis.annotations.Mapper;

/**
 * created by xd on 2021/5/18
 */
@Mapper
public interface DemoMapper extends BaseMapper<DemoEntity> {
}