@@ -85,7 +85,7 @@ public class DataExpertSource implements Serializable {
@ApiModelProperty("数据源类型")
private String sourceType;
- @ApiModelProperty("字段配置")
- private String fieldJson;
+ @ApiModelProperty("视图名称")
+ private String viewName;
}