TASK: library分类;
This commit is contained in:
@@ -22,4 +22,7 @@ public class QueryLibraryPageDTO extends PageQueryBaseVo {
|
||||
|
||||
@ApiModelProperty("pictureName")
|
||||
private String pictureName;
|
||||
|
||||
@ApiModelProperty("分类ID")
|
||||
private Long classificationId;
|
||||
}
|
||||
|
||||
@@ -25,4 +25,6 @@ public class QueryLibraryPageServiceDTO extends PageQueryBaseVo {
|
||||
@ApiModelProperty("pictureName")
|
||||
private String pictureName;
|
||||
|
||||
private Long classificationId;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user