TaskContentDoneInfoServiceImpl.java 555 Bytes
package com.meishu.service.impl;

import com.meishu.model.TaskContentDoneInfoDO;
import com.meishu.mapper.TaskContentDoneInfoMapper;
import com.meishu.service.TaskContentDoneInfoService;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;

/**
 * <p>
 *  服务实现类
 * </p>
 *
 * @author DengMin
 * @since 2021-09-30
 */
@Service
public class TaskContentDoneInfoServiceImpl extends ServiceImpl<TaskContentDoneInfoMapper, TaskContentDoneInfoDO> implements TaskContentDoneInfoService {

}