BUGFIX:系统模特上传;

This commit is contained in:
shahaibo
2023-10-04 16:09:11 +08:00
parent 9c3ab437fb
commit b46a1815e5
3 changed files with 4 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ public class LibraryModelPointDTO implements Serializable {
@NotNull(message = "libraryId cannot be empty!")
@ApiModelProperty("libraryId")
private Long relationId;
private Long libraryId;
private String modelType;