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