whywhyo
2023-07-11 e5ebd02de9615e2a22694dba7e4207526054b2f8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ruoyi.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.domain.ZfRelation;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * @Version 1.0
 * @Author Jin_quan Ou
 * @Date 2023-03-25 10:32
 */
@Mapper
public interface ZfRelationMapper extends BaseMapper<ZfRelation> {
}