Blame view

TaskContentDoneInfoMapper.java 369 Bytes
涂亚平 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
package com.meishu.mapper;

import com.meishu.model.TaskContentDoneInfoDO;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.springframework.stereotype.Repository;

/**
 * <p>
 *  Mapper 接口
 * </p>
 *
 * @author DengMin
 * @since 2021-09-30
 */
 @Repository
public interface TaskContentDoneInfoMapper extends BaseMapper<TaskContentDoneInfoDO> {

}