whyczh
2022-05-11 8a70c51674272a42c6acbbc3f967ecc101a2af96
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.UserPermitGroupData;
 
public interface UserPermitGroupDataMapper extends CustomMapper<UserPermitGroupData> {
}