whycxzp
2022-09-03 f40f45162d69d751628a8fa0c6784abb237d4eaa
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.PermitGroup;
 
public interface PermitGroupMapper extends CustomMapper<PermitGroup>{
}