xiejun
2023-07-11 2d2375543df4879e738e2bafe9f1f478c9b1ab44
Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/controller/CodeReferBtmTypeController.java
@@ -50,11 +50,9 @@
   @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));
   }