|
@@ -25,13 +25,13 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
*/
|
|
|
@RestController
|
|
|
@RequestMapping("/kl/lexicon")
|
|
|
-@Api(value = "基础词性类型维护相关API", tags = { "基础词性类型维护相关API" })
|
|
|
+@Api(value = "基础术语类型维护相关API", tags = { "基础术语类型维护相关API" })
|
|
|
@SuppressWarnings("unchecked")
|
|
|
public class KlLexiconController {
|
|
|
@Autowired
|
|
|
private KlLexiconFacade klLexiconFacade;
|
|
|
|
|
|
- @ApiOperation(value = "基础词性类型列表[by:gaodm]",
|
|
|
+ @ApiOperation(value = "基础术语类型列表[by:gaodm]",
|
|
|
notes = "name: 名称 <br>" +
|
|
|
"code: 编码<br>")
|
|
|
@PostMapping("/getPage")
|