Skip to content

Commit

Permalink
fix: 修复修改数据库连接环境失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
ljc committed Oct 28, 2023
1 parent ab14a36 commit b89a405
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ public class DataSourceUpdateParam {
*/
private String envType;


/**
* 环境id
*/
private Integer environmentId;

/**
* host
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ public class DataSourceUpdateRequest {
*/
private String envType;


/**
* 环境id
*/
private Integer environmentId;

/**
* host
Expand Down

0 comments on commit b89a405

Please sign in to comment.