TASK: 1、更换pose,重新生成templateId

2、brandDNA 开启分析attributes功能
This commit is contained in:
2025-07-09 17:01:53 +08:00
parent 9f548d299b
commit c7c69417ef
5 changed files with 180 additions and 158 deletions

View File

@@ -30,7 +30,9 @@ public class QueryLibraryPageDTO extends PageQueryBaseVo {
@ApiModelProperty("交集还是并集1交集2并集")
private Integer intersection;
@ApiModelProperty("年龄段")
private String ageGroup;
@ApiModelProperty("brandId")
private Long brandId;
}