功能名称更改
This commit is contained in:
@@ -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("字典树")
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ import java.util.List;
|
|||||||
|
|
||||||
@Validated
|
@Validated
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@Api(tags = "模板树节点管理")
|
@Api(tags = "模板字典关联")
|
||||||
@RestController
|
@RestController
|
||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
@RequestMapping("/EventTree")
|
@RequestMapping("/EventTree")
|
||||||
|
|||||||
Reference in New Issue
Block a user