#fs
lsh
2024-09-10 e68337c482ca97a32dafdeb87c164f44378fb473
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> {
 
}