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