中扬CRM客户关系管理系统
#
LSH
2023-12-01 49ab626b5cb89219a4b4b86b5f1774f4705df51c
src/main/java/com/zy/crm/manager/entity/Cstmr.java
@@ -212,13 +212,6 @@
    private String productCategory;
    /**
     * 产品类型
     */
    @ApiModelProperty(value= "产品类型")
    @TableField("order_product_type_id")
    private Long orderProductTypeId;
    /**
     * 企业信用代码
     */
    @ApiModelProperty(value= "企业信用代码")
@@ -382,17 +375,6 @@
        }
        return null;
    }
    public String getOrderProductTypeId$(){
        if (this.orderProductTypeId==null) return null;
        OrderProductTypeService orderProductTypeService = SpringUtils.getBean(OrderProductTypeService.class);
        OrderProductType orderProductType = orderProductTypeService.selectById(this.orderProductTypeId);
        if (!Cools.isEmpty(orderProductType)){
            return String.valueOf(orderProductType.getName());
        }
        return null;
    }
    public void setType0(String type0){
        if (Cools.isEmpty(type0)) {