zqy
2025-01-07 8ff279e89f7736c345f343b2b7f292786d5ffffe
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> {
}