doum
2025-11-24 c6056167b5d95a666a42fae7d948e45b0a049960
server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Category.java
@@ -108,6 +108,12 @@
    @ApiModelProperty(value = "子集分类")
    @TableField(exist = false)
    private List<Category> childCategoryList;
    @ApiModelProperty(value = "客户集合")
    @TableField(exist = false)
    private List<JkCustomer> needList;
    @ApiModelProperty(value = "客户集合")
    @TableField(exist = false)
    private List<JkCustomer> customerList;
}