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