lxw
2023-06-26 319bc23ce77d59d036a06785fcf727c48e0c56d6
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.PermitGroup;
 
public interface PermitGroupMapper extends CustomMapper<PermitGroup>{
}