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