fine:()增加测试请求Validated注解
parent
737f3cb9a2
commit
f8c6ad3029
|
@ -62,6 +62,7 @@ public class Connect {
|
|||
/**
|
||||
* 数据接入类型
|
||||
*/
|
||||
@TableField("data_acc_type")
|
||||
private String dataAccType;
|
||||
|
||||
/**
|
||||
|
@ -125,7 +126,6 @@ public class Connect {
|
|||
.userName(connect1.getUserName())
|
||||
.password(connect1.getPassword())
|
||||
.initialization(connect1.getInitialization())
|
||||
.clazzName(connect1.getClazzName())
|
||||
.notes(connect1.getNotes())
|
||||
.dataConnParam(connect1.getDataConnParam())
|
||||
.initSize(connect1.getInitSize())
|
||||
|
|
Loading…
Reference in New Issue