@ -42,6 +42,11 @@ public class FieldVO {
@JsonProperty("isDataType")
private Integer isDataType;
@ApiModelProperty(value = "数据类型详情")
@JSONField(name="isDataTypeDetails")
@JsonProperty("isDataTypeDetails")
private String isDataTypeDetails;
@ApiModelProperty(value = "字段长度")
@JSONField(name="isColumnLength")
@JsonProperty("isColumnLength")