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