Commit 792bd34a authored by shizhilong's avatar shizhilong

增加注释 --shizhilong

parent 730a24c7
......@@ -4,6 +4,7 @@ package org.jeecg.modules.checkData.equipmentCheckData.controller;
import cn.hutool.core.util.ObjectUtil;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import io.swagger.annotations.ApiParam;
import org.jeecg.common.api.vo.Result;
......@@ -40,6 +41,7 @@ import java.util.stream.Collectors;
*/
@RestController
@RequestMapping("/patrol/master")
@Api(tags = "线路巡查记录相关")
public class RecordPatrolMasterController extends JeecgController<RecordPatrolMaster, IRecordPatrolMasterService> {
@Autowired
private IRecordPatrolMasterInfoService recordPatrolMasterInfoService;
......
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