#
zjj
2023-11-17 a8b604dba89260b486244926ec5bff5a121eb71a
1
2
3
4
5
6
7
8
package com.zy.system.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.system.entity.Role;
 
public interface RoleService extends IService<Role> {
 
}