BUGFIX: 模特删除校验;
TASK: 多语言;
This commit is contained in:
@@ -19,4 +19,5 @@ public class LibraryDeleteDTO {
|
||||
@ApiModelProperty("libraryId数组")
|
||||
private List<Long> libraryIds;
|
||||
|
||||
private Integer deleteModelConfirm;
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@ public class LibraryModelPointVO implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@ApiModelProperty("libraryId")
|
||||
@ApiModelProperty("relationId")
|
||||
private Long relationId;
|
||||
|
||||
@ApiModelProperty("templateId")
|
||||
|
||||
Reference in New Issue
Block a user