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