Skip to content

Commit

Permalink
Merge pull request #307 from DTStack/issue_280
Browse files Browse the repository at this point in the history
[issues_280][Taier-data-develop] fix vo description #280
  • Loading branch information
vainhope authored Mar 24, 2022
2 parents 78c0426 + 3bc53d1 commit 9b02351
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class DsDetailVO {
@ApiModelProperty(value = "数据源类型", example = "Mysql")
private String dataType;

@ApiModelProperty("数据源报表")
@ApiModelProperty("数据源版本 如1.x, 0.9")
private String dataVersion;

@ApiModelProperty("数据源名称")
Expand Down

0 comments on commit 9b02351

Please sign in to comment.