xuhy
2024-12-30 9e416a54d1788563f6e2a8857ad50638bf1b29cf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.jilongda.manage.authority.service;
 
import com.jilongda.manage.authority.model.SecUserRole;
import com.baomidou.mybatisplus.extension.service.IService;
 
/**
 * <p>
 *  服务类
 * </p>
 *
 * @author xiaochen
 * @since 2022-06-08
 */
public interface SecUserRoleService extends IService<SecUserRole> {
 
}