BUGFIX: 模特删除校验;

TASK: 多语言;
This commit is contained in:
shahaibo
2023-11-07 11:32:03 +08:00
parent bb1c56182e
commit 008d0d626e
7 changed files with 93 additions and 14 deletions

View File

@@ -19,4 +19,5 @@ public class LibraryDeleteDTO {
@ApiModelProperty("libraryId数组")
private List<Long> libraryIds;
private Integer deleteModelConfirm;
}