xiejun
2023-06-21 ac0ff6946b0568f9b512ef91ca79312dd39cb78f
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));
   }