TASK:自动识别上传服装的类别

This commit is contained in:
2023-12-11 14:24:28 +08:00
parent 2b8f970acc
commit cd41229f9e
8 changed files with 80 additions and 24 deletions

View File

@@ -22,6 +22,9 @@ public class CollectionElementUploadDTO {
@ApiModelProperty("一级类型")
private String level1Type;
@ApiModelProperty("性别")
private String gender;
@ApiModelProperty("时区")
private String timeZone;

View File

@@ -10,4 +10,6 @@ public class ChatRobotVO extends ChatRobot {
private List<ChatRobotLibraryVO> chatRobotLibraryList;
private Boolean isTutorial = Boolean.FALSE;
}