Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -22,6 +22,9 @@ public class CollectionElementUploadDTO {
|
||||
@ApiModelProperty("一级类型")
|
||||
private String level1Type;
|
||||
|
||||
@ApiModelProperty("性别")
|
||||
private String gender;
|
||||
|
||||
@ApiModelProperty("时区")
|
||||
private String timeZone;
|
||||
|
||||
|
||||
@@ -10,4 +10,6 @@ public class ChatRobotVO extends ChatRobot {
|
||||
|
||||
private List<ChatRobotLibraryVO> chatRobotLibraryList;
|
||||
|
||||
private Boolean isTutorial = Boolean.FALSE;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user