TASK:模块化;

This commit is contained in:
shahaibo
2025-03-28 09:37:42 +08:00
parent a8f868e215
commit 3398992bcd
4 changed files with 17 additions and 7 deletions

View File

@@ -29,4 +29,6 @@ public class QueryLibraryPageDTO extends PageQueryBaseVo {
@ApiModelProperty("交集还是并集1交集2并集")
private Integer intersection;
private Long brandId;
}