TASK:pose transfer添加返回参数

This commit is contained in:
2025-07-21 17:11:10 +08:00
parent 2041809ea6
commit f0fccaaf51
2 changed files with 8 additions and 1 deletions

View File

@@ -14,4 +14,6 @@ public class ToProductImageResultVO extends ToProductImageResult implements AllC
private Long parentId;
@ApiModelProperty("用户输入的提示词")
private String prompt;
@ApiModelProperty("姿势序号")
private Integer poseId;
}