功能名称更改

This commit is contained in:
qijian
2023-02-03 11:29:18 +08:00
parent 326b7c09dc
commit 4f64623dbd
2 changed files with 8 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ import java.util.Objects;
@RestController @RestController
@RequestMapping("/reportDict") @RequestMapping("/reportDict")
@RequiredArgsConstructor @RequiredArgsConstructor
@Api(tags = "暂态报告模板管理") @Api(tags = "报告模板字典树管理")
public class EventDictController extends BaseController { public class EventDictController extends BaseController {
private final IEventDictService iEventDictService; private final IEventDictService iEventDictService;
@@ -130,6 +130,12 @@ public class EventDictController extends BaseController {
} }
} }
/**
* 字典树
* @param
*
* @return
*/
@OperateInfo @OperateInfo
@GetMapping("/DictTree") @GetMapping("/DictTree")
@ApiOperation("字典树") @ApiOperation("字典树")

View File

@@ -22,7 +22,7 @@ import java.util.List;
@Validated @Validated
@Slf4j @Slf4j
@Api(tags = "模板树节点管理") @Api(tags = "模板字典关联")
@RestController @RestController
@AllArgsConstructor @AllArgsConstructor
@RequestMapping("/EventTree") @RequestMapping("/EventTree")