whyclxw
2025-05-17 518646badb078fe65c653ad6c999d6f026ca85b6
1
2
3
4
5
6
7
package com.whyc.mapper;
 
 
import com.whyc.pojo.db_user.Permitgroup;
 
public interface PermitGroupMapper extends CustomMapper<Permitgroup> {
}