All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.wzc789376152.springboot.taskCenter.mapper.TaskcenterMapper Maven / Gradle / Ivy

The newest version!
package com.github.wzc789376152.springboot.taskCenter.mapper;


import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.github.wzc789376152.springboot.taskCenter.entity.Taskcenter;
import org.springframework.stereotype.Repository;

/**
 * 

* 任务中心 Mapper 接口 *

* * @author Weizhenchen * @since 2022-05-27 */ @Repository public interface TaskcenterMapper extends BaseMapper { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy