|
@@ -22,7 +22,6 @@ public class CustomerInfoSaveReqVO {
|
|
|
@Schema(description = "客户名称", example = "张三")
|
|
|
private String customerName;
|
|
|
|
|
|
- @Schema(description = "客户状态", example = "1")
|
|
|
private String customerStatus;
|
|
|
|
|
|
private Long creatorEmployeeId;
|
|
@@ -43,10 +42,8 @@ public class CustomerInfoSaveReqVO {
|
|
|
@Schema(description = "员工人数")
|
|
|
private Integer workforce;
|
|
|
|
|
|
- @Schema(description = "行业")
|
|
|
private String trade;
|
|
|
|
|
|
- @Schema(description = "企业性质")
|
|
|
private String customerNature;
|
|
|
|
|
|
@Schema(description = "客户地址")
|
|
@@ -61,11 +58,9 @@ public class CustomerInfoSaveReqVO {
|
|
|
@Schema(description = "客户联系人办公地址")
|
|
|
private String companyPersonAddress;
|
|
|
|
|
|
- @Schema(description = "客户来源")
|
|
|
private String customerFrom;
|
|
|
|
|
|
@Schema(description = "是否开启 0开启1关闭", requiredMode = Schema.RequiredMode.REQUIRED)
|
|
|
- @NotNull(message = "是否开启 0开启1关闭不能为空")
|
|
|
private Integer isOpen;
|
|
|
|
|
|
@Schema(description = "备注")
|