lxw
2022-10-27 d1b02ecff86863242fc9b1a4b67b9a727f2e1fb3
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.Interface;
 
public interface InterfaceMapper extends CustomMapper<Interface> {
}