Commit f6fe6610 authored by 法拉51246's avatar 法拉51246

拜访品种非必填

parent bc0f6565
...@@ -67,11 +67,11 @@ public class InfoSaveReqVO { ...@@ -67,11 +67,11 @@ public class InfoSaveReqVO {
private Integer customerStatus; private Integer customerStatus;
@Schema(description = "拜访品种(多选,逗号分隔)") @Schema(description = "拜访品种(多选,逗号分隔)")
@NotEmpty(message = "拜访品种不能为空") // @NotEmpty(message = "拜访品种不能为空")
private String visitProductIds; private String visitProductIds;
@Schema(description = "拜访品种名称(多选,逗号分隔)") @Schema(description = "拜访品种名称(多选,逗号分隔)")
@NotEmpty(message = "拜访品种名称不能为空") // @NotEmpty(message = "拜访品种名称不能为空")
private String visitProductNames; private String visitProductNames;
@Schema(description = "拜访方式(字典)") @Schema(description = "拜访方式(字典)")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment