公告板
版本库
filestore
活动
搜索
登录
main
/
project_management-java
射洪市项目管理系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
流程分类
zh
2024-11-25
aac98d314df1563537e386ab9df150191035b280
[project_management-java.git]
/
business
/
src
/
main
/
java
/
com
/
ycl
/
mapper
/
FlowableTypeMapper.java
1
2
3
4
5
6
7
8
9
10
11
package com.ycl.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ycl.domain.entity.FlowableType;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface FlowableTypeMapper extends BaseMapper<FlowableType> {
}