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