fjl
fujunling
2023-07-10 1993ef2efaf55b8b42a51f3b9fd0ddfa80b2d0cd
Source/UBCS/ubcs-service/ubcs-omd/src/main/java/com/vci/ubcs/omd/controller/AttributeController.java
@@ -95,8 +95,8 @@
   @GetMapping("/query-page")
   @ApiImplicitParams({
      @ApiImplicitParam(name = "key",value = "属性名模糊",paramType = "query",dataType = "string"),
      @ApiImplicitParam(name = "notIn",value = "属性名排除",paramType = "query",dataType = "string")
      @ApiImplicitParam(name = "key",value = "属性编号模糊",paramType = "query",dataType = "string"),
      @ApiImplicitParam(name = "notIn",value = "属性编号排除",paramType = "query",dataType = "string")
   })
   @ApiOperationSupport(order = 6)
   @ApiOperation(value = "查询列表",notes = "传入查的值和不查的值")