whycxzp
2023-02-24 e0b305d53c2d34bf8b818f2964da0f6055be7320
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.PermitGroup;
 
public interface PermitGroupMapper extends CustomMapper<PermitGroup>{
}