whycxzp
2024-01-12 0ecc15ba6ec8b0b21a0f7df159a814a58c0feda9
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.PermitGroup;
 
public interface PermitGroupMapper extends CustomMapper<PermitGroup>{
}