whycxzp
2021-07-03 838fbb5e0cf4eec4c51e74024a3b4a48a3adf25d
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> {
 
 
}