ludc
2023-07-24 e11deb9e6fb08fa526175b3057e03f0e6ee40e18
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));
   }