|
|
|
@ -65,4 +65,11 @@ public class ParamIndexController extends BasicController {
|
|
|
|
|
return Response.success("OK");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@PostMapping("clearParamindex")
|
|
|
|
|
@ApiOperation("清空rptparamindex表数据")
|
|
|
|
|
public Response<String> clearParamindex() throws Exception {
|
|
|
|
|
service.clearAll();
|
|
|
|
|
return Response.success("OK");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|