feige
2024-06-02 7185db025a772630265cfd1a0410743e6e37ed05
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> {
}