lxw
2023-02-28 56a4c2790b76f92978c5cd250e64dd421353724a
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.PermitGroup;
 
public interface PermitGroupMapper extends CustomMapper<PermitGroup>{
}