管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-10-11 24776e7ffb4815202fbe0035da4198103469e706
src/main/java/com/lf/server/controller/data/DirController.java
@@ -55,7 +55,7 @@
    }
    @SysLog()
    @ApiOperation(value = "插入多条数据")
    @ApiOperation(value = "插入多条")
    @ApiImplicitParams({
            @ApiImplicitParam(name = "list", value = "目录实体类", dataType = "com.lf.server.entity.data.DirEntity", paramType = "body", example = "")
    })
@@ -76,7 +76,7 @@
    }
    @SysLog()
    @ApiOperation(value = "删除一条数据")
    @ApiOperation(value = "删除一条")
    @ApiImplicitParams({
            @ApiImplicitParam(name = "id", value = "主键ID", dataType = "Integer", paramType = "query", example = "1")
    })
@@ -92,7 +92,7 @@
    }
    @SysLog()
    @ApiOperation(value = "删除多条数据")
    @ApiOperation(value = "删除多条")
    @ApiImplicitParams({
            @ApiImplicitParam(name = "DirEntity", value = "目录实体类", dataType = "com.lf.server.entity.data.DirEntity", paramType = "body", example = "")
    })
@@ -112,7 +112,7 @@
    }
    @SysLog()
    @ApiOperation(value = "更新一条数据")
    @ApiOperation(value = "更新一条")
    @ApiImplicitParams({
            @ApiImplicitParam(name = "entity", value = "主键ID集合", dataType = "DictEntity", paramType = "body", example = "")
    })
@@ -134,7 +134,7 @@
    }
    @SysLog()
    @ApiOperation(value = "更新多条数据")
    @ApiOperation(value = "更新多条")
    @ApiImplicitParams({
            @ApiImplicitParam(name = "list", value = "主键ID集合", dataType = "DirEntity", paramType = "body", example = "")
    })