瀏覽代碼

解决报错

dzx 1 年之前
父節點
當前提交
9deaae1d89
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/java/com/xjrsoft/module/dataexpert/entity/DataExpertSource.java

+ 2 - 2
src/main/java/com/xjrsoft/module/dataexpert/entity/DataExpertSource.java

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