whycxzp
2022-11-17 9cf059a9d3a9f2fdb6f5740c79ae44bcd0e38920
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.PermitGroup;
 
public interface PermitGroupMapper extends CustomMapper<PermitGroup>{
}