- package com.xy.mapper;
- import com.xy.entity.Algorithm;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- /**
- * <p>
- * 算法平台 Mapper 接口
- * </p>
- *
- * @author hechunping
- * @since 2023-01-12
- */
- public interface AlgorithmMapper extends BaseMapper<Algorithm> {
- }
|