功能名称更改
This commit is contained in:
@@ -32,7 +32,7 @@ import java.util.Objects;
|
||||
@RestController
|
||||
@RequestMapping("/reportDict")
|
||||
@RequiredArgsConstructor
|
||||
@Api(tags = "暂态报告模板管理")
|
||||
@Api(tags = "报告模板字典树管理")
|
||||
public class EventDictController extends BaseController {
|
||||
|
||||
private final IEventDictService iEventDictService;
|
||||
@@ -130,6 +130,12 @@ public class EventDictController extends BaseController {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 字典树
|
||||
* @param
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
@OperateInfo
|
||||
@GetMapping("/DictTree")
|
||||
@ApiOperation("字典树")
|
||||
|
||||
@@ -22,7 +22,7 @@ import java.util.List;
|
||||
|
||||
@Validated
|
||||
@Slf4j
|
||||
@Api(tags = "模板树节点管理")
|
||||
@Api(tags = "模板字典关联")
|
||||
@RestController
|
||||
@AllArgsConstructor
|
||||
@RequestMapping("/EventTree")
|
||||
|
||||
Reference in New Issue
Block a user