公告板
版本库
filestore
活动
搜索
登录
main
/
fg_v2.0
fg重构项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
第三方验证码
lxw
2022-10-27
d1b02ecff86863242fc9b1a4b67b9a727f2e1fb3
[fg_v2.0.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
InterfaceMapper.java
1
2
3
4
5
6
package com.whyc.mapper;
import com.whyc.pojo.Interface;
public interface InterfaceMapper extends CustomMapper<Interface> {
}