zqy
2024-08-02 a426fedf467748cd98fcb3733272cc99d9a9c05d
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> {
}