whycxzp
2021-09-23 285b20dcdf47fb349ddf4dda5899e12c417c419f
1
2
3
4
5
6
7
8
9
10
11
package com.whyc.mapper;
 
import com.whyc.pojo.Permission;
 
/**
 * 权限
 */
public interface PermissionMapper extends CustomMapper<Permission> {
 
 
}