whyclxw
2024-07-24 22e44f2a092a4cdcfb663d15cf033dac488322ba
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.PermitGroup;
 
public interface PermitGroupMapper extends CustomMapper<PermitGroup>{
}