feat:更换画布

This commit is contained in:
wangjiahao
2021-03-25 19:16:32 +08:00
parent 470f8cddae
commit 5db39b5855
65 changed files with 8586 additions and 427 deletions

View File

@@ -18,4 +18,10 @@ public interface ViewApi {
@ApiOperation("视图树")
@PostMapping("/tree")
List<PanelViewDto> tree(BaseGridRequest request);
}