TaskContentDoneInfoService.java
306 Bytes
package com.meishu.service;
import com.meishu.model.TaskContentDoneInfoDO;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* <p>
* 服务类
* </p>
*
* @author DengMin
* @since 2021-09-30
*/
public interface TaskContentDoneInfoService extends IService<TaskContentDoneInfoDO> {
}