whyclxw
2025-04-28 d954a95b9bb22b9a656d95f7263de98f62d61dbe
1
2
3
4
5
6
7
package com.whyc.mapper;
 
 
import com.whyc.pojo.plus_user.PermitGroup;
 
public interface PermitGroupMapper extends CustomMapper<PermitGroup> {
}