| | |
| | | @ApiOperation("3-查询实体库不同类型的信息") |
| | | @GetMapping("/entity-type-info") |
| | | public Object getEntityTypeInfo(EntityTypeInfo entityTypeInfo) { |
| | | getPublicKey(); |
| | | LoginParams loginParams = new LoginParams(); |
| | | loginParams.setUserid("admin"); |
| | | loginParams.setPassword("admin"); |
| | | loginEntity(loginParams); |
| | | return projectRelatedService.getEntityTypeInfo(entityTypeInfo); |
| | | } |
| | | |
| | | /** |
| | | * 查询实体库不同类型的信息 |
| | | */ |
| | | @ApiOperation("4-查询实体库不同类型的信息-管线") |
| | | @GetMapping("/entity-pipe-info") |
| | | public Object getEntityPipeInfo(EntityTypeInfo entityTypeInfo) { |
| | | return projectRelatedService.getEntityPipeInfo(entityTypeInfo); |
| | | } |
| | | |
| | | |
| | | } |