feige
2024-02-24 088e8db2bc8f0869bdc2494864992e756eb0e461
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ruoyi.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.domain.ZfRelation;
import org.springframework.stereotype.Service;
 
/**
 * @Version 1.0
 * @Author Jin_quan Ou
 * @Date 2023-03-25 10:33
 */
 
public interface ZfRelationService extends IService<ZfRelation> {
}