TASK:模特相关接口;

This commit is contained in:
shahaibo
2023-10-04 06:47:48 +08:00
parent 612fb61ac1
commit ee32111599
15 changed files with 127 additions and 43 deletions

View File

@@ -24,6 +24,8 @@ public class LibraryUpdateVo implements Serializable {
@TableId(value = "id", type = IdType.AUTO)
private Long id;
private String modelType;
@ApiModelProperty("用户ID")
private Long accountId;