src/main/java/com/highdatas/mdm/entity/SysDbtype.java
@@ -18,13 +18,21 @@ public class SysDbtype extends Model<SysDbtype> { private static final long serialVersionUID = 1L; /* *主键 * */ private String id; /* *数据库类型 * */ private DbAccessType type; /* *名称 * */ private String name; /* *是否激活 * */ private Boolean active; public String getId() {