提交 dd624d29 authored 作者: Matrix's avatar Matrix

文档修改

上级 49d2933b
...@@ -2,13 +2,10 @@ package com.tykj.dev.device.task.controller; ...@@ -2,13 +2,10 @@ package com.tykj.dev.device.task.controller;
import com.tykj.dev.config.swagger.AutoDocument; import com.tykj.dev.config.swagger.AutoDocument;
import com.tykj.dev.device.task.repository.TaskDao; import com.tykj.dev.device.task.repository.TaskDao;
import com.tykj.dev.device.task.repository.TaskLogDao;
import com.tykj.dev.device.task.service.TaskLogService; import com.tykj.dev.device.task.service.TaskLogService;
import com.tykj.dev.device.task.service.TaskService; import com.tykj.dev.device.task.service.TaskService;
import com.tykj.dev.device.task.subject.bto.TaskBto; import com.tykj.dev.device.task.subject.bto.TaskBto;
import com.tykj.dev.device.task.subject.bto.TaskLogBto;
import com.tykj.dev.device.task.subject.domin.Task; import com.tykj.dev.device.task.subject.domin.Task;
import com.tykj.dev.device.task.subject.domin.TaskLog;
import com.tykj.dev.device.task.subject.vo.TaskLogUserVo; import com.tykj.dev.device.task.subject.vo.TaskLogUserVo;
import com.tykj.dev.device.task.subject.vo.TaskSelectVo; import com.tykj.dev.device.task.subject.vo.TaskSelectVo;
import com.tykj.dev.device.task.subject.vo.TaskTopVo; import com.tykj.dev.device.task.subject.vo.TaskTopVo;
...@@ -21,12 +18,14 @@ import io.swagger.annotations.Api; ...@@ -21,12 +18,14 @@ import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page; import org.springframework.data.domain.Page;
import org.springframework.data.domain.PageImpl;
import org.springframework.http.MediaType; import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity; import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
import java.util.*; import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.stream.Collectors; import java.util.stream.Collectors;
/** /**
......
...@@ -13,11 +13,11 @@ ...@@ -13,11 +13,11 @@
## 代码重构 ## 代码重构
- 抽象出通用的结构与业务 - 抽象出通用的结构与业务
- 完善注释 - 完善注释
## 其他部分 ## 其他部分
- 加入业务流程图 - 加入业务流程图
- 增加单元测试(Controller)
- 日志与事物的完善 - 日志与事物的完善
- 引入knife4 - 引入knife4
- 增加单元测试
- 完善开发流程,增加release分支,如图所示 - 完善开发流程,增加release分支,如图所示
- ![branchDes](images/branchDes.jpg) - ![branchDes](images/branchDes.jpg)
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论