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,4 +128,9 @@ @Schema(description = "使用状态") private Long usageStatus; @Schema(description = "类型 0 私海客户 1 公海客户") private Integer type; @Schema(description = "是否被分配:0-未分配,1-已分配") private Integer isAssigned; }