[improvement][headless] Backend uniformly supports other types of databases. (#1745)

This commit is contained in:
lexluo09
2024-09-30 15:02:58 +08:00
committed by GitHub
parent 2e45dcfd10
commit de2385cd2c
13 changed files with 102 additions and 98 deletions

View File

@@ -25,6 +25,8 @@ public class DatabaseReq extends RecordInfo {
private String database;
private String databaseType;
private String version;
private String description;