|
@@ -14,126 +14,95 @@ public class HuaTaiImageInitParamResponse {
|
|
|
|
|
|
|
|
@JsonProperty("accessKeyVo")
|
|
@JsonProperty("accessKeyVo")
|
|
|
private AccessKeyVoDTO accessKeyVo;
|
|
private AccessKeyVoDTO accessKeyVo;
|
|
|
-
|
|
|
|
|
|
|
+ @JsonProperty("addTagPower")
|
|
|
|
|
+ private Integer addTagPower;
|
|
|
@JsonProperty("appSource")
|
|
@JsonProperty("appSource")
|
|
|
private String appSource;
|
|
private String appSource;
|
|
|
-
|
|
|
|
|
- @JsonProperty("archType")
|
|
|
|
|
- private String archType;
|
|
|
|
|
-
|
|
|
|
|
- @JsonProperty("arriveNotify")
|
|
|
|
|
- private Integer arriveNotify;
|
|
|
|
|
-
|
|
|
|
|
- @JsonProperty("bucket")
|
|
|
|
|
- private String bucket;
|
|
|
|
|
-
|
|
|
|
|
- @JsonProperty("bussDate")
|
|
|
|
|
- private String bussDate;
|
|
|
|
|
-
|
|
|
|
|
- @JsonProperty("bussNo")
|
|
|
|
|
- private String bussNo;
|
|
|
|
|
-
|
|
|
|
|
- @JsonProperty("bussType")
|
|
|
|
|
- private String bussType;
|
|
|
|
|
-
|
|
|
|
|
- @JsonProperty("bussTypeName")
|
|
|
|
|
- private String bussTypeName;
|
|
|
|
|
-
|
|
|
|
|
@JsonProperty("comCode")
|
|
@JsonProperty("comCode")
|
|
|
private String comCode;
|
|
private String comCode;
|
|
|
-
|
|
|
|
|
- @JsonProperty("comName")
|
|
|
|
|
- private String comName;
|
|
|
|
|
-
|
|
|
|
|
- @JsonProperty("docId")
|
|
|
|
|
- private Integer docId;
|
|
|
|
|
-
|
|
|
|
|
@JsonProperty("documentFile")
|
|
@JsonProperty("documentFile")
|
|
|
private String documentFile;
|
|
private String documentFile;
|
|
|
-
|
|
|
|
|
- @JsonProperty("dstKey")
|
|
|
|
|
- private String dstKey;
|
|
|
|
|
-
|
|
|
|
|
- @JsonProperty("extendInfo")
|
|
|
|
|
- private Object extendInfo;
|
|
|
|
|
-
|
|
|
|
|
|
|
+ @JsonProperty("downloadPower")
|
|
|
|
|
+ private Integer downloadPower;
|
|
|
|
|
+ @JsonProperty("fileServerUrl")
|
|
|
|
|
+ private String fileServerUrl;
|
|
|
|
|
+ @JsonProperty("firstBussNo")
|
|
|
|
|
+ private String firstBussNo;
|
|
|
|
|
+ @JsonProperty("firstBussType")
|
|
|
|
|
+ private String firstBussType;
|
|
|
|
|
+ @JsonProperty("firstRiskCode")
|
|
|
|
|
+ private String firstRiskCode;
|
|
|
|
|
+ @JsonProperty("imgRoot")
|
|
|
|
|
+ private String imgRoot;
|
|
|
@JsonProperty("imgVersion")
|
|
@JsonProperty("imgVersion")
|
|
|
private String imgVersion;
|
|
private String imgVersion;
|
|
|
-
|
|
|
|
|
@JsonProperty("initTime")
|
|
@JsonProperty("initTime")
|
|
|
private Long initTime;
|
|
private Long initTime;
|
|
|
-
|
|
|
|
|
|
|
+ @JsonProperty("itemCodeMap")
|
|
|
|
|
+ private ItemCodeMapDTO itemCodeMap;
|
|
|
@JsonProperty("maxFileSize")
|
|
@JsonProperty("maxFileSize")
|
|
|
private Integer maxFileSize;
|
|
private Integer maxFileSize;
|
|
|
-
|
|
|
|
|
@JsonProperty("maxShowIdx")
|
|
@JsonProperty("maxShowIdx")
|
|
|
private Double maxShowIdx;
|
|
private Double maxShowIdx;
|
|
|
-
|
|
|
|
|
@JsonProperty("maxUnUploadNum")
|
|
@JsonProperty("maxUnUploadNum")
|
|
|
private Integer maxUnUploadNum;
|
|
private Integer maxUnUploadNum;
|
|
|
-
|
|
|
|
|
@JsonProperty("mediaFile")
|
|
@JsonProperty("mediaFile")
|
|
|
private String mediaFile;
|
|
private String mediaFile;
|
|
|
-
|
|
|
|
|
@JsonProperty("netType")
|
|
@JsonProperty("netType")
|
|
|
private String netType;
|
|
private String netType;
|
|
|
-
|
|
|
|
|
@JsonProperty("optUserId")
|
|
@JsonProperty("optUserId")
|
|
|
private String optUserId;
|
|
private String optUserId;
|
|
|
-
|
|
|
|
|
@JsonProperty("optUserName")
|
|
@JsonProperty("optUserName")
|
|
|
private String optUserName;
|
|
private String optUserName;
|
|
|
-
|
|
|
|
|
|
|
+ @JsonProperty("othMainVos")
|
|
|
|
|
+ private List<?> othMainVos;
|
|
|
@JsonProperty("pictureFile")
|
|
@JsonProperty("pictureFile")
|
|
|
private String pictureFile;
|
|
private String pictureFile;
|
|
|
-
|
|
|
|
|
- @JsonProperty("riskCode")
|
|
|
|
|
- private String riskCode;
|
|
|
|
|
-
|
|
|
|
|
- @JsonProperty("riskCodeName")
|
|
|
|
|
- private String riskCodeName;
|
|
|
|
|
-
|
|
|
|
|
|
|
+ @JsonProperty("region")
|
|
|
|
|
+ private String region;
|
|
|
@JsonProperty("showDelete")
|
|
@JsonProperty("showDelete")
|
|
|
private Integer showDelete;
|
|
private Integer showDelete;
|
|
|
-
|
|
|
|
|
- @JsonProperty("showImgType")
|
|
|
|
|
- private Object showImgType;
|
|
|
|
|
-
|
|
|
|
|
|
|
+ @JsonProperty("showImgTag")
|
|
|
|
|
+ private Integer showImgTag;
|
|
|
|
|
+ @JsonProperty("showSusTag")
|
|
|
|
|
+ private Integer showSusTag;
|
|
|
|
|
+ @JsonProperty("showUpload")
|
|
|
|
|
+ private Integer showUpload;
|
|
|
|
|
+ @JsonProperty("showUserImg")
|
|
|
|
|
+ private Integer showUserImg;
|
|
|
@JsonProperty("storageType")
|
|
@JsonProperty("storageType")
|
|
|
private String storageType;
|
|
private String storageType;
|
|
|
-
|
|
|
|
|
@JsonProperty("supportFileTypes")
|
|
@JsonProperty("supportFileTypes")
|
|
|
private String supportFileTypes;
|
|
private String supportFileTypes;
|
|
|
-
|
|
|
|
|
|
|
+ @JsonProperty("tagVos")
|
|
|
|
|
+ private List<?> tagVos;
|
|
|
@JsonProperty("token")
|
|
@JsonProperty("token")
|
|
|
private String token;
|
|
private String token;
|
|
|
-
|
|
|
|
|
- @JsonProperty("typeSelectVos")
|
|
|
|
|
- private List<TypeSelectVosDTO> typeSelectVos;
|
|
|
|
|
-
|
|
|
|
|
@JsonProperty("typeTreeNodeVo")
|
|
@JsonProperty("typeTreeNodeVo")
|
|
|
private TypeTreeNodeVoDTO typeTreeNodeVo;
|
|
private TypeTreeNodeVoDTO typeTreeNodeVo;
|
|
|
-
|
|
|
|
|
@JsonProperty("typeTreeNodeVos")
|
|
@JsonProperty("typeTreeNodeVos")
|
|
|
- private Object typeTreeNodeVos;
|
|
|
|
|
-
|
|
|
|
|
|
|
+ private List<?> typeTreeNodeVos;
|
|
|
@JsonProperty("uploadNode")
|
|
@JsonProperty("uploadNode")
|
|
|
private String uploadNode;
|
|
private String uploadNode;
|
|
|
|
|
|
|
|
@JsonProperty("uploadedFileList")
|
|
@JsonProperty("uploadedFileList")
|
|
|
- private List<String> uploadedFileList;
|
|
|
|
|
-
|
|
|
|
|
- @JsonProperty("viewShowType")
|
|
|
|
|
- private String viewShowType;
|
|
|
|
|
-
|
|
|
|
|
|
|
+ private List<?> uploadedFileList;
|
|
|
@JsonProperty("viewType")
|
|
@JsonProperty("viewType")
|
|
|
private String viewType;
|
|
private String viewType;
|
|
|
|
|
|
|
|
- public List<TypeSelectVosDTO.ChildrenDTO> getChildrenDTO() {
|
|
|
|
|
- return this.getTypeSelectVos().stream().map(TypeSelectVosDTO::getChildren).flatMap(List::stream).collect(Collectors.toList());
|
|
|
|
|
|
|
+ @JsonProperty("uploadNodeMap")
|
|
|
|
|
+ private UploadNodeMapDTO uploadNodeMapDTO;
|
|
|
|
|
+
|
|
|
|
|
+ public List<TypeTreeNodeVoDTO.ChildrenDTO> getChildrenDTO() {
|
|
|
|
|
+ return this.getTypeTreeNodeVo().getChildren()
|
|
|
|
|
+ .stream()
|
|
|
|
|
+ .map(TypeTreeNodeVoDTO.ChildrenDTO::getChildren)
|
|
|
|
|
+ .filter(children -> children != null && !children.isEmpty())
|
|
|
|
|
+ .flatMap(List::stream)
|
|
|
|
|
+ .collect(Collectors.toList());
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public static TypeSelectVosDTO.ChildrenDTO filteringTypeCode(List<TypeSelectVosDTO.ChildrenDTO> list, String typeCode){
|
|
|
|
|
|
|
+ public static TypeTreeNodeVoDTO.ChildrenDTO filteringTypeCode(List<TypeTreeNodeVoDTO.ChildrenDTO> list, String typeCode) {
|
|
|
return list.stream().filter(x -> x.getTypeCode().equals(typeCode)).collect(Collectors.toList()).get(0);
|
|
return list.stream().filter(x -> x.getTypeCode().equals(typeCode)).collect(Collectors.toList()).get(0);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -144,127 +113,22 @@ public class HuaTaiImageInitParamResponse {
|
|
|
private String accessKeyId;
|
|
private String accessKeyId;
|
|
|
@JsonProperty("accessKeySecret")
|
|
@JsonProperty("accessKeySecret")
|
|
|
private String accessKeySecret;
|
|
private String accessKeySecret;
|
|
|
- @JsonProperty("endpoint")
|
|
|
|
|
- private Object endpoint;
|
|
|
|
|
- @JsonProperty("ossRegion")
|
|
|
|
|
- private String ossRegion;
|
|
|
|
|
- @JsonProperty("token")
|
|
|
|
|
- private String token;
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@NoArgsConstructor
|
|
@NoArgsConstructor
|
|
|
@Data
|
|
@Data
|
|
|
- public static class TypeTreeNodeVoDTO {
|
|
|
|
|
- @JsonProperty("acceptDragDrop")
|
|
|
|
|
- private Integer acceptDragDrop;
|
|
|
|
|
- @JsonProperty("archType")
|
|
|
|
|
- private String archType;
|
|
|
|
|
- @JsonProperty("bussNo")
|
|
|
|
|
- private String bussNo;
|
|
|
|
|
- @JsonProperty("bussType")
|
|
|
|
|
- private String bussType;
|
|
|
|
|
- @JsonProperty("bussTypeName")
|
|
|
|
|
- private String bussTypeName;
|
|
|
|
|
- @JsonProperty("children")
|
|
|
|
|
- private List<ChildrenDTO> children;
|
|
|
|
|
- @JsonProperty("count")
|
|
|
|
|
- private Integer count;
|
|
|
|
|
- @JsonProperty("docId")
|
|
|
|
|
- private Integer docId;
|
|
|
|
|
- @JsonProperty("docMaxSize")
|
|
|
|
|
- private Integer docMaxSize;
|
|
|
|
|
- @JsonProperty("label")
|
|
|
|
|
- private String label;
|
|
|
|
|
- @JsonProperty("limitSumCount")
|
|
|
|
|
- private Integer limitSumCount;
|
|
|
|
|
- @JsonProperty("lockFlag")
|
|
|
|
|
- private Integer lockFlag;
|
|
|
|
|
- @JsonProperty("medMaxSize")
|
|
|
|
|
- private Integer medMaxSize;
|
|
|
|
|
- @JsonProperty("nodeType")
|
|
|
|
|
- private String nodeType;
|
|
|
|
|
- @JsonProperty("parentTypeCode")
|
|
|
|
|
- private Object parentTypeCode;
|
|
|
|
|
- @JsonProperty("picMaxSize")
|
|
|
|
|
- private Integer picMaxSize;
|
|
|
|
|
- @JsonProperty("picQuality")
|
|
|
|
|
- private Integer picQuality;
|
|
|
|
|
- @JsonProperty("readable")
|
|
|
|
|
- private Integer readable;
|
|
|
|
|
- @JsonProperty("riskCode")
|
|
|
|
|
- private String riskCode;
|
|
|
|
|
- @JsonProperty("riskCodeName")
|
|
|
|
|
- private String riskCodeName;
|
|
|
|
|
- @JsonProperty("typeCode")
|
|
|
|
|
- private String typeCode;
|
|
|
|
|
- @JsonProperty("typePath")
|
|
|
|
|
- private Object typePath;
|
|
|
|
|
- @JsonProperty("typePathName")
|
|
|
|
|
- private Object typePathName;
|
|
|
|
|
- @JsonProperty("writable")
|
|
|
|
|
- private Integer writable;
|
|
|
|
|
-
|
|
|
|
|
- @NoArgsConstructor
|
|
|
|
|
- @Data
|
|
|
|
|
- public static class ChildrenDTO {
|
|
|
|
|
- @JsonProperty("acceptDragDrop")
|
|
|
|
|
- private Integer acceptDragDrop;
|
|
|
|
|
- @JsonProperty("archType")
|
|
|
|
|
- private Object archType;
|
|
|
|
|
- @JsonProperty("bussNo")
|
|
|
|
|
- private Object bussNo;
|
|
|
|
|
- @JsonProperty("bussType")
|
|
|
|
|
- private Object bussType;
|
|
|
|
|
- @JsonProperty("bussTypeName")
|
|
|
|
|
- private Object bussTypeName;
|
|
|
|
|
- @JsonProperty("children")
|
|
|
|
|
- private Object children;
|
|
|
|
|
- @JsonProperty("count")
|
|
|
|
|
- private Integer count;
|
|
|
|
|
- @JsonProperty("docId")
|
|
|
|
|
- private Object docId;
|
|
|
|
|
- @JsonProperty("docMaxSize")
|
|
|
|
|
- private Integer docMaxSize;
|
|
|
|
|
- @JsonProperty("label")
|
|
|
|
|
- private String label;
|
|
|
|
|
- @JsonProperty("limitSumCount")
|
|
|
|
|
- private Integer limitSumCount;
|
|
|
|
|
- @JsonProperty("lockFlag")
|
|
|
|
|
- private Integer lockFlag;
|
|
|
|
|
- @JsonProperty("medMaxSize")
|
|
|
|
|
- private Integer medMaxSize;
|
|
|
|
|
- @JsonProperty("nodeType")
|
|
|
|
|
- private String nodeType;
|
|
|
|
|
- @JsonProperty("parentTypeCode")
|
|
|
|
|
- private String parentTypeCode;
|
|
|
|
|
- @JsonProperty("picMaxSize")
|
|
|
|
|
- private Integer picMaxSize;
|
|
|
|
|
- @JsonProperty("picQuality")
|
|
|
|
|
- private Integer picQuality;
|
|
|
|
|
- @JsonProperty("readable")
|
|
|
|
|
- private Integer readable;
|
|
|
|
|
- @JsonProperty("riskCode")
|
|
|
|
|
- private Object riskCode;
|
|
|
|
|
- @JsonProperty("riskCodeName")
|
|
|
|
|
- private Object riskCodeName;
|
|
|
|
|
- @JsonProperty("typeCode")
|
|
|
|
|
- private String typeCode;
|
|
|
|
|
- @JsonProperty("typePath")
|
|
|
|
|
- private Object typePath;
|
|
|
|
|
- @JsonProperty("typePathName")
|
|
|
|
|
- private Object typePathName;
|
|
|
|
|
- @JsonProperty("writable")
|
|
|
|
|
- private Integer writable;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ public static class ItemCodeMapDTO {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@NoArgsConstructor
|
|
@NoArgsConstructor
|
|
|
@Data
|
|
@Data
|
|
|
- public static class TypeSelectVosDTO {
|
|
|
|
|
|
|
+ public static class TypeTreeNodeVoDTO {
|
|
|
@JsonProperty("acceptDragDrop")
|
|
@JsonProperty("acceptDragDrop")
|
|
|
private Integer acceptDragDrop;
|
|
private Integer acceptDragDrop;
|
|
|
@JsonProperty("archType")
|
|
@JsonProperty("archType")
|
|
|
private String archType;
|
|
private String archType;
|
|
|
|
|
+ @JsonProperty("bucket")
|
|
|
|
|
+ private String bucket;
|
|
|
@JsonProperty("bussNo")
|
|
@JsonProperty("bussNo")
|
|
|
private String bussNo;
|
|
private String bussNo;
|
|
|
@JsonProperty("bussType")
|
|
@JsonProperty("bussType")
|
|
@@ -276,11 +140,17 @@ public class HuaTaiImageInitParamResponse {
|
|
|
@JsonProperty("count")
|
|
@JsonProperty("count")
|
|
|
private Integer count;
|
|
private Integer count;
|
|
|
@JsonProperty("docId")
|
|
@JsonProperty("docId")
|
|
|
- private Integer docId;
|
|
|
|
|
|
|
+ private Long docId;
|
|
|
@JsonProperty("docMaxSize")
|
|
@JsonProperty("docMaxSize")
|
|
|
private Integer docMaxSize;
|
|
private Integer docMaxSize;
|
|
|
|
|
+ @JsonProperty("dstKey")
|
|
|
|
|
+ private String dstKey;
|
|
|
@JsonProperty("label")
|
|
@JsonProperty("label")
|
|
|
private String label;
|
|
private String label;
|
|
|
|
|
+ @JsonProperty("labelEn")
|
|
|
|
|
+ private String labelEn;
|
|
|
|
|
+ @JsonProperty("limitMinCount")
|
|
|
|
|
+ private Integer limitMinCount;
|
|
|
@JsonProperty("limitSumCount")
|
|
@JsonProperty("limitSumCount")
|
|
|
private Integer limitSumCount;
|
|
private Integer limitSumCount;
|
|
|
@JsonProperty("lockFlag")
|
|
@JsonProperty("lockFlag")
|
|
@@ -289,24 +159,20 @@ public class HuaTaiImageInitParamResponse {
|
|
|
private Integer medMaxSize;
|
|
private Integer medMaxSize;
|
|
|
@JsonProperty("nodeType")
|
|
@JsonProperty("nodeType")
|
|
|
private String nodeType;
|
|
private String nodeType;
|
|
|
- @JsonProperty("parentTypeCode")
|
|
|
|
|
- private String parentTypeCode;
|
|
|
|
|
@JsonProperty("picMaxSize")
|
|
@JsonProperty("picMaxSize")
|
|
|
private Integer picMaxSize;
|
|
private Integer picMaxSize;
|
|
|
@JsonProperty("picQuality")
|
|
@JsonProperty("picQuality")
|
|
|
private Integer picQuality;
|
|
private Integer picQuality;
|
|
|
@JsonProperty("readable")
|
|
@JsonProperty("readable")
|
|
|
private Integer readable;
|
|
private Integer readable;
|
|
|
|
|
+ @JsonProperty("renameByTypeName")
|
|
|
|
|
+ private String renameByTypeName;
|
|
|
@JsonProperty("riskCode")
|
|
@JsonProperty("riskCode")
|
|
|
private String riskCode;
|
|
private String riskCode;
|
|
|
@JsonProperty("riskCodeName")
|
|
@JsonProperty("riskCodeName")
|
|
|
private String riskCodeName;
|
|
private String riskCodeName;
|
|
|
@JsonProperty("typeCode")
|
|
@JsonProperty("typeCode")
|
|
|
private String typeCode;
|
|
private String typeCode;
|
|
|
- @JsonProperty("typePath")
|
|
|
|
|
- private String typePath;
|
|
|
|
|
- @JsonProperty("typePathName")
|
|
|
|
|
- private String typePathName;
|
|
|
|
|
@JsonProperty("writable")
|
|
@JsonProperty("writable")
|
|
|
private Integer writable;
|
|
private Integer writable;
|
|
|
|
|
|
|
@@ -317,22 +183,28 @@ public class HuaTaiImageInitParamResponse {
|
|
|
private Integer acceptDragDrop;
|
|
private Integer acceptDragDrop;
|
|
|
@JsonProperty("archType")
|
|
@JsonProperty("archType")
|
|
|
private String archType;
|
|
private String archType;
|
|
|
|
|
+ @JsonProperty("bucket")
|
|
|
|
|
+ private String bucket;
|
|
|
@JsonProperty("bussNo")
|
|
@JsonProperty("bussNo")
|
|
|
private String bussNo;
|
|
private String bussNo;
|
|
|
@JsonProperty("bussType")
|
|
@JsonProperty("bussType")
|
|
|
private String bussType;
|
|
private String bussType;
|
|
|
@JsonProperty("bussTypeName")
|
|
@JsonProperty("bussTypeName")
|
|
|
private String bussTypeName;
|
|
private String bussTypeName;
|
|
|
- @JsonProperty("children")
|
|
|
|
|
- private Object children;
|
|
|
|
|
@JsonProperty("count")
|
|
@JsonProperty("count")
|
|
|
private Integer count;
|
|
private Integer count;
|
|
|
@JsonProperty("docId")
|
|
@JsonProperty("docId")
|
|
|
- private Integer docId;
|
|
|
|
|
|
|
+ private Long docId;
|
|
|
@JsonProperty("docMaxSize")
|
|
@JsonProperty("docMaxSize")
|
|
|
private Integer docMaxSize;
|
|
private Integer docMaxSize;
|
|
|
|
|
+ @JsonProperty("dstKey")
|
|
|
|
|
+ private String dstKey;
|
|
|
@JsonProperty("label")
|
|
@JsonProperty("label")
|
|
|
private String label;
|
|
private String label;
|
|
|
|
|
+ @JsonProperty("labelEn")
|
|
|
|
|
+ private String labelEn;
|
|
|
|
|
+ @JsonProperty("limitMinCount")
|
|
|
|
|
+ private Integer limitMinCount;
|
|
|
@JsonProperty("limitSumCount")
|
|
@JsonProperty("limitSumCount")
|
|
|
private Integer limitSumCount;
|
|
private Integer limitSumCount;
|
|
|
@JsonProperty("lockFlag")
|
|
@JsonProperty("lockFlag")
|
|
@@ -341,6 +213,8 @@ public class HuaTaiImageInitParamResponse {
|
|
|
private Integer medMaxSize;
|
|
private Integer medMaxSize;
|
|
|
@JsonProperty("nodeType")
|
|
@JsonProperty("nodeType")
|
|
|
private String nodeType;
|
|
private String nodeType;
|
|
|
|
|
+ @JsonProperty("parenTypeVo")
|
|
|
|
|
+ private ParenTypeVoDTO parenTypeVo;
|
|
|
@JsonProperty("parentTypeCode")
|
|
@JsonProperty("parentTypeCode")
|
|
|
private String parentTypeCode;
|
|
private String parentTypeCode;
|
|
|
@JsonProperty("picMaxSize")
|
|
@JsonProperty("picMaxSize")
|
|
@@ -349,6 +223,8 @@ public class HuaTaiImageInitParamResponse {
|
|
|
private Integer picQuality;
|
|
private Integer picQuality;
|
|
|
@JsonProperty("readable")
|
|
@JsonProperty("readable")
|
|
|
private Integer readable;
|
|
private Integer readable;
|
|
|
|
|
+ @JsonProperty("renameByTypeName")
|
|
|
|
|
+ private String renameByTypeName;
|
|
|
@JsonProperty("riskCode")
|
|
@JsonProperty("riskCode")
|
|
|
private String riskCode;
|
|
private String riskCode;
|
|
|
@JsonProperty("riskCodeName")
|
|
@JsonProperty("riskCodeName")
|
|
@@ -361,6 +237,21 @@ public class HuaTaiImageInitParamResponse {
|
|
|
private String typePathName;
|
|
private String typePathName;
|
|
|
@JsonProperty("writable")
|
|
@JsonProperty("writable")
|
|
|
private Integer writable;
|
|
private Integer writable;
|
|
|
|
|
+ @JsonProperty("children")
|
|
|
|
|
+ private List<ChildrenDTO> children;
|
|
|
|
|
+
|
|
|
|
|
+ @NoArgsConstructor
|
|
|
|
|
+ @Data
|
|
|
|
|
+ public static class ParenTypeVoDTO {
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @NoArgsConstructor
|
|
|
|
|
+ @Data
|
|
|
|
|
+ public static class UploadNodeMapDTO {
|
|
|
}
|
|
}
|
|
|
-}
|
|
|
|
|
|
|
+}
|