zqy
2024-07-25 6f78cfae24b940229bd282ce3b3d0e6f5b337fa7
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> {
}