zss
2 天以前 a27fdf6b900e267eb84e1c6a5e1a693ee90d1274
src/main/java/com/ruoyi/basic/pojo/Customer.java
@@ -51,7 +51,6 @@
    @TableField(exist = false)
    private Date followUpTime;
    @Excel(name = "客户分类")
    private String customerType;
    /**
@@ -129,9 +128,9 @@
    @Schema(description = "使用状态")
    private Long usageStatus;
    @ApiModelProperty(value = "类型 0 私海客户 1 公海客户")
    @Schema(description = "类型 0 私海客户 1 公海客户")
    private Integer type;
    @ApiModelProperty(value = "是否被分配:0-未分配,1-已分配")
    @Schema(description = "是否被分配:0-未分配,1-已分配")
    private Integer isAssigned;
}