whyclxw
8 天以前 ab1ce4e7d9feb6e1da8db8abf0deb552afddc7d6
1
2
3
4
5
6
7
package com.whyc.mapper;
 
 
import com.whyc.pojo.db_user.Permitgroup;
 
public interface PermitGroupMapper extends CustomMapper<Permitgroup> {
}