|
@@ -47,7 +47,7 @@ public class ConceptController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "查询所有术语信息",
|
|
|
- notes = "Term:术语名称, 必填<br>Type:术语类型, 必填<br>")
|
|
|
+ notes = "Term:术语名称, 选填<br>Type:术语类型, 选填<br>")
|
|
|
@PostMapping("getAllInformation")
|
|
|
@SysLogger("getAllInformation")
|
|
|
public RespDTO<IPage<LibraryInfoDTO>> getAllInformation(@RequestBody ConceptVo conceptVo) {
|