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