ludc
2023-06-05 dd6942743fa3936a1bbcbe6f4102c028d8021d5c
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));
   }