zqy
2025-06-09 d523a67dd8e2a9dbc1cdd25b40ec2ae8497f0750
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.ruoyi.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.domain.ZfRole;
import org.springframework.stereotype.Service;
 
/**
 * @Author Jinquan_Ou
 * @Description
 * @Date 2023-07-14 14:31
 * @Version 1.0.0
 **/
@Service
public interface ZfRoleService extends IService<ZfRole> {
}