Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/controller/CodeReferBtmTypeController.java
@@ -50,7 +50,7 @@ @GetMapping(value = "/gridAttributesByBtmId") @ApiOperationSupport(order = 1) @ApiOperation(value = "获取业务类型包含的属性,不分页", notes = "baseQueryObject") public R<Page<AttributeVO>> gridAttributesByBtmId(BaseQueryObject baseQueryObject){ public R<Page<BtmTypeAttributeVO>> gridAttributesByBtmId(BaseQueryObject baseQueryObject){ return R.data(codeReferBtmTypeService.gridAttributesByBtmId(baseQueryObject)); }