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