Commit 4cdbe474 authored by 胡秀武's avatar 胡秀武

胡秀武:模型列表树导航树

parent 95aebeca
......@@ -12,7 +12,7 @@ import springfox.documentation.oas.annotations.EnableOpenApi;
import java.util.TimeZone;
/**
/**
* @Auther: wangjian
* @Date: 2022/2/21 15:48
* @Description:启动类
......
......@@ -200,6 +200,17 @@ public class ModelServiceImpl extends ServiceImpl<ModelMapper, Model> implements
return modelMapper.selectOne(queryWrapper);
}
/**
* 模型列表基础信息查询
* @author huxiuwu
* @date 2022/3/18
* @param belongLevel 所属等级
* @param modelCode 编码
* @param currentPage 当前页
* @param pageSize 每页数量
* @param searchCondition 搜索条件
* @return pms.ocp.model.vo.ResponseVO
**/
@Override
public ResponseVO getModeBaselList(String belongLevel, String modelCode, Integer currentPage, Integer pageSize, String searchCondition) {
ResponseVO result;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment