提交 ba6b7c07 authored 作者: 马路路's avatar 马路路

配置中心—配置管理—问卷配置WEB端接口--VO更新

上级 1c3b73c5
...@@ -12,7 +12,6 @@ import lombok.Setter; ...@@ -12,7 +12,6 @@ import lombok.Setter;
@NoArgsConstructor @NoArgsConstructor
public class AppCarrierDriverCollectTransportIntentionParam extends PageParam { public class AppCarrierDriverCollectTransportIntentionParam extends PageParam {
@NotBlank(message = "类型:1拉运意向 2拒绝拉运原因,类型不能为空")
@Schema(description="状态:1拉运意向 2拒绝拉运") @Schema(description="状态:1拉运意向 2拒绝拉运")
private Integer collectType; private Integer collectType;
} }
...@@ -14,11 +14,6 @@ import java.util.List; ...@@ -14,11 +14,6 @@ import java.util.List;
@Setter @Setter
@NoArgsConstructor @NoArgsConstructor
public class CarrierDriverCollectTransportIntentionAddParam { public class CarrierDriverCollectTransportIntentionAddParam {
@Schema(description = "id", example = "123")
private Integer id;
@Schema(description="排序编号")
private Integer sortNo;
@Schema(description="问题名称") @Schema(description="问题名称")
@Size(max = 10, message = "问题名称长度不能超过10") @Size(max = 10, message = "问题名称长度不能超过10")
...@@ -28,11 +23,9 @@ public class CarrierDriverCollectTransportIntentionAddParam { ...@@ -28,11 +23,9 @@ public class CarrierDriverCollectTransportIntentionAddParam {
@Schema(description="问题描述") @Schema(description="问题描述")
private String collectDescribe; private String collectDescribe;
@NotBlank(message = "选择设置不能为空")
@Schema(description="状态:1单选 2多选") @Schema(description="状态:1单选 2多选")
private Integer collectCheckType; private Integer collectCheckType;
@NotBlank(message = "类型:1拉运意向 2拒绝拉运原因,类型不能为空")
@Schema(description="状态:1拉运意向 2拒绝拉运") @Schema(description="状态:1拉运意向 2拒绝拉运")
private Integer collectType; private Integer collectType;
......
...@@ -28,11 +28,9 @@ public class CarrierDriverCollectTransportIntentionEditParam { ...@@ -28,11 +28,9 @@ public class CarrierDriverCollectTransportIntentionEditParam {
@Schema(description="问题描述") @Schema(description="问题描述")
private String collectDescribe; private String collectDescribe;
@NotBlank(message = "选择设置不能为空")
@Schema(description="状态:1单选 2多选") @Schema(description="状态:1单选 2多选")
private Integer collectCheckType; private Integer collectCheckType;
@NotBlank(message = "类型:1拉运意向 2拒绝拉运原因,类型不能为空")
@Schema(description="状态:1拉运意向 2拒绝拉运") @Schema(description="状态:1拉运意向 2拒绝拉运")
private Integer collectType; private Integer collectType;
......
...@@ -30,11 +30,9 @@ public class CarrierDriverCollectTransportIntentionParam extends PageParam { ...@@ -30,11 +30,9 @@ public class CarrierDriverCollectTransportIntentionParam extends PageParam {
@Schema(description="问题描述") @Schema(description="问题描述")
private String collectDescribe; private String collectDescribe;
@NotBlank(message = "选择设置不能为空")
@Schema(description="状态:1单选 2多选") @Schema(description="状态:1单选 2多选")
private Integer collectCheckType; private Integer collectCheckType;
@NotBlank(message = "类型:1拉运意向 2拒绝拉运原因,类型不能为空")
@Schema(description="状态:1拉运意向 2拒绝拉运") @Schema(description="状态:1拉运意向 2拒绝拉运")
private Integer collectType; private Integer collectType;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论