|
@@ -74,7 +74,7 @@ public class AgreementAddParam {
|
|
|
|
|
|
|
|
@Schema(description = "api类型")
|
|
@Schema(description = "api类型")
|
|
|
@NotNull(message = "请选择api类型")
|
|
@NotNull(message = "请选择api类型")
|
|
|
- private Integer apiType;
|
|
|
|
|
|
|
+ private String apiType;
|
|
|
|
|
|
|
|
@Schema(description = "联系方式(对接人)")
|
|
@Schema(description = "联系方式(对接人)")
|
|
|
@Size(min=1,max=11,message = "对接人联系方式长度不能大于11")
|
|
@Size(min=1,max=11,message = "对接人联系方式长度不能大于11")
|