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