dubin
2025-11-26 655393ea2c30df43e457d6b45edb2cd1bd5d83aa
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> {
 
}