济菏高速数据中心代码

15 lines
363 B

package com.zc.business.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.zc.business.domain.DcBatchFunctionsJobGroup;
import org.apache.ibatis.annotations.Mapper;
/**
* 定时任务组Mapper接口
*
* @author zhaoxianglong
*/
@Mapper
public interface DcBatchFunctionsJobGroupMapper extends BaseMapper<DcBatchFunctionsJobGroup> {
}